Introduction
Welcome to the Transit Tracker API Documentation! The API is completely free, as long as it is used without excess. Transit Tracker data is free of charge, but it is mandatory to credit agency data when specified. Credits are registered in the v2/agencies API, in the license object.
Bienvenue à la documentation de l'API de Transit Tracker! L'API est complètement gratuite, tant qu'elle est utilisée sans excès. Les données de Transit Tracker sont libre de droit, mais il est obligatoire de créditer les données des agences lorsque spécifié. Les crédits sont inscrit dans l'API v2/agencies, dans l'objet license.
Authenticating requests
This API is not authenticated.
Agencies
GET v2/agencies
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 137
content-language: en
vary: Origin
{
"data": [
{
"id": 1,
"isArchived": false,
"name": "Société de transport de Montréal",
"shortName": "STM",
"slug": "stm",
"cities": [
"Montréal"
],
"defaultVehicleType": "bus",
"color": "#00AEEF",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 2,
"isArchived": false,
"name": "exo Trains",
"shortName": "Trains",
"slug": "trains",
"cities": [
"Vaudreuil",
"Saint-Jérôme",
"Mont-Saint-Hilaire",
"Candiac",
"Mascouche"
],
"defaultVehicleType": "train",
"color": "#C8017E",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 3,
"isArchived": false,
"name": "Société de transport de Laval",
"shortName": "STL",
"slug": "stl",
"cities": [
"Laval"
],
"defaultVehicleType": "bus",
"color": "#84C444",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 4,
"isArchived": false,
"name": "Réseau de transport de Longueuil",
"shortName": "RTL",
"slug": "rtl",
"cities": [
"Longueuil"
],
"defaultVehicleType": "bus",
"color": "#ce0037",
"textColor": "#ffe8d0",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 5,
"isArchived": false,
"name": "exo Laurentides",
"shortName": "Laurentides",
"slug": "la",
"cities": [
"Blainville",
"Lorraine",
"Pointe-Calumet",
"Sainte-Anne-des-Plaines",
"Saint-Jérôme"
],
"defaultVehicleType": "bus",
"color": "#00A586",
"textColor": "#FFFFFF",
"regions": [
"mtl",
"laurentides"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 6,
"isArchived": false,
"name": "exo Vallée-du-Richelieu",
"shortName": "Vallée-du-Richelieu",
"slug": "vr",
"cities": [
"Beloeil",
"McMasterville",
"Mont-Saint-Hilaire",
"Saint-Hyacinthe",
"Sainte-Madeleine"
],
"defaultVehicleType": "bus",
"color": "#1F96A4",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 7,
"isArchived": true,
"name": "exo Le Richelain",
"shortName": "Le Richelain",
"slug": "lr",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 8,
"isArchived": false,
"name": "exo L'Assomption",
"shortName": "L'Assomption",
"slug": "lasso",
"cities": [
"L'Assomption",
"Lavaltrie",
"L'Épiphanie",
"Repentigny",
"Saint-Sulpice"
],
"defaultVehicleType": "bus",
"color": "#0071BA",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 9,
"isArchived": false,
"name": "exo Sainte-Julie",
"shortName": "Sainte-Julie",
"slug": "sju",
"cities": [
"Sainte-Julie"
],
"defaultVehicleType": "bus",
"color": "#F7A389",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 10,
"isArchived": false,
"name": "exo Sud-Ouest",
"shortName": "Sud-Ouest",
"slug": "so",
"cities": [
"Beauharnois",
"Léry",
"Mercier",
"Sainte-Martine",
"Ormstown"
],
"defaultVehicleType": "bus",
"color": "#B94065",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 11,
"isArchived": true,
"name": "exo Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (exo)",
"slug": "hsl",
"cities": [
"Mercier",
"Sainte-Martine",
"Ormstown",
"Très-Saint-Sacrement",
"Howick"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 12,
"isArchived": false,
"name": "exo La Presqu'Île",
"shortName": "La Presqu'Île",
"slug": "pi",
"cities": [
"Notre-Dame-de-l’Île-Perrot",
"Pincourt",
"Rigaud",
"St-Lazare",
"Vaudreuil-Dorion"
],
"defaultVehicleType": "bus",
"color": "#FCEFC5",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 13,
"isArchived": true,
"name": "exo Roussillon",
"shortName": "Roussillon",
"slug": "rous",
"cities": [
"Delson",
"Saint-Constant",
"Sainte-Catherine"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#ffffff",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 14,
"isArchived": false,
"name": "exo Sorel-Varennes",
"shortName": "Sorel-Varennes",
"slug": "sv",
"cities": [
"Varennes",
"Verchères",
"Contrecoeur",
"Saint-Joseph-de-Sorel",
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#EFDCCE",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 15,
"isArchived": false,
"name": "exo Terrebonne-Mascouche",
"shortName": "Terrebonne-Mascouche",
"slug": "tm",
"cities": [
"Terrebonne",
"Mascouche"
],
"defaultVehicleType": "bus",
"color": "#9ED1C6",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 16,
"isArchived": false,
"name": "exo Chambly-Richelieu-Carignan",
"shortName": "Chambly-Richelieu-Carignan",
"slug": "crc",
"cities": [
"Chambly",
"Richelieu",
"Carignan"
],
"defaultVehicleType": "bus",
"color": "#F1776A",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 17,
"isArchived": false,
"name": "Toronto Transit Comission",
"shortName": "TTC",
"slug": "ttc",
"cities": [
"Toronto"
],
"defaultVehicleType": "bus",
"color": "#DB2727",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://open.toronto.ca/open-data-license/",
"title": "Open Government Licence – Toronto",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 18,
"isArchived": false,
"name": "Brampton Transit",
"shortName": "Brampton",
"slug": "bra",
"cities": [
"Brampton"
],
"defaultVehicleType": "bus",
"color": "#628CAA",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.brampton.ca/EN/City-Hall/OpenGov/Open-Data-Catalogue/Pages/Terms-of-Use.aspx",
"title": "City of Brampton Open Data Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 19,
"isArchived": false,
"name": "Burlington Transit",
"shortName": "Burlington",
"slug": "bur",
"cities": [
"Burlington"
],
"defaultVehicleType": "bus",
"color": "#F3B901",
"textColor": "#000000",
"regions": [
"tor"
],
"license": {
"url": "https://www.burlington.ca/en/services-for-you/resources/Ongoing_Projects/Open_Data/OpenDataBurlingtonTermsOfUseSeptember192011.pdf",
"title": "Terms of Use for Open Data Burlington",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 20,
"isArchived": false,
"name": "Durham Region Transit",
"shortName": "DRT",
"slug": "drt",
"cities": [
"Ajax",
"Whitby",
"Oshawa",
"Clarington",
"Uxbridge"
],
"defaultVehicleType": "bus",
"color": "#242424",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.durham.ca/en/regional-government/resources/Documents/OpenDataLicenceAgreement.pdf",
"title": "Region of Durham - Open Data Licence v.1.0",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 21,
"isArchived": false,
"name": "Hamilton Street Railway",
"shortName": "HSR",
"slug": "hsr",
"cities": [
"Hamilton"
],
"defaultVehicleType": "bus",
"color": "#29578D",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.hamilton.ca/city-initiatives/strategies-actions/open-data-licence-terms-and-conditions",
"title": "Open Data Licence Terms and Conditions",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 24,
"isArchived": false,
"name": "York Region Transit",
"shortName": "YRT",
"slug": "yrt",
"cities": [
"East Gwillimbury",
"Georgina",
"Newmarket",
"Richmond Hill",
"Whitchurch-Stouffville"
],
"defaultVehicleType": "bus",
"color": "#4DA3E0",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx",
"title": "YRT Open data licence agreement",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 25,
"isArchived": false,
"name": "Société de transport de Sherbrooke",
"shortName": "STSH",
"slug": "stsh",
"cities": [
"Sherbrooke"
],
"defaultVehicleType": "bus",
"color": "#2C516A",
"textColor": "#FFFFFF",
"regions": [
"sh"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 26,
"isArchived": false,
"name": "Grand River Transit",
"shortName": "GRT",
"slug": "grt",
"cities": [
"Cambridge",
"Kitchener",
"Waterloo",
"Elmira",
"New Hamburg"
],
"defaultVehicleType": "bus",
"color": "#006CB7",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.regionofwaterloo.ca/en/regional-government/open-data.aspx",
"title": "Region of Waterloo Open Data Licence v.2.0",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 27,
"isArchived": false,
"name": "Guelph Transit",
"shortName": "Guelph",
"slug": "gt",
"cities": [
"Guelph"
],
"defaultVehicleType": "bus",
"color": "#6CB43F",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "http://data.open.guelph.ca/pages/open-government-licence",
"title": "City of Guelph Open Government Licence",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 28,
"isArchived": false,
"name": "GO Transit",
"shortName": "GO",
"slug": "go",
"cities": [
"Niagara Falls",
"Hamilton",
"Milton",
"Barrie",
"Kitchener"
],
"defaultVehicleType": "bus",
"color": "#256C2F",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "GO Transit API licence",
"isDownloadable": false
},
"features": [],
"meta": {}
},
{
"id": 29,
"isArchived": false,
"name": "Barrie Transit",
"shortName": "Barrie",
"slug": "bt",
"cities": [
"Barrie",
"Angus",
"Borden"
],
"defaultVehicleType": "bus",
"color": "#12A9D8",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.barrie.ca/Living/Getting%20Around/BarrieTransit/Pages/Barrie-GTFS.aspx",
"title": "Barrie Transit Data License",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 30,
"isArchived": false,
"name": "Société de transport de Lévis",
"shortName": "STLévis",
"slug": "stlevis",
"cities": [
"Lévis",
"Saint-Lambert-de-Lauzon"
],
"defaultVehicleType": "bus",
"color": "#0F9BBF",
"textColor": "#FFFFFF",
"regions": [
"qc"
],
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/deed.fr",
"title": "Creative Commons Attribution 4.0 (CC BY 4.0)",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 32,
"isArchived": false,
"name": "Société de transport de l'Outaouais",
"shortName": "STO",
"slug": "sto",
"cities": [
"Gatineau"
],
"defaultVehicleType": "bus",
"color": "#007F89",
"textColor": "#FFFFFF",
"regions": [
"outaouais"
],
"license": {
"url": "http://www.sto.ca/index.php?id=598&L=fr",
"title": "Conditions d'utilisation - Données ouvertes et clé API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 33,
"isArchived": false,
"name": "BUS Mont-Tremblant",
"shortName": "BMT",
"slug": "tcmt",
"cities": [
"Mont-Tremblant"
],
"defaultVehicleType": "bus",
"color": "#095d7e",
"textColor": "#FFFFFF",
"regions": [
"laurentides"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 34,
"isArchived": false,
"name": "Société de transport collectif de Pierre-De Saurel",
"shortName": "Pierre-De Saurel",
"slug": "stcpds",
"cities": [
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#4b858e",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 35,
"isArchived": false,
"name": "MRC du Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (MRC)",
"slug": "mrchsl",
"cities": [
"Godmanchester",
"Howick",
"Ormstown",
"Sainte-Barbe",
"Très-Saint-Sacrement"
],
"defaultVehicleType": "bus",
"color": "#1c94cc",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
},
{
"id": 37,
"isArchived": false,
"name": "UP Express",
"shortName": "UP",
"slug": "up",
"cities": [
"Toronto"
],
"defaultVehicleType": "train",
"color": "#555025",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "GO Transit API licence",
"isDownloadable": false
},
"features": [],
"meta": {}
},
{
"id": 39,
"isArchived": false,
"name": "London Transit Commission",
"shortName": "London",
"slug": "ltc",
"cities": [
"London"
],
"defaultVehicleType": "bus",
"color": "#087ac0",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.londontransit.ca/open-data/ltcs-open-data-terms-of-use/",
"title": "LTC’s Open Data – Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 40,
"isArchived": false,
"name": "L'Inter",
"shortName": "Inter",
"slug": "inter",
"cities": [
"Mont-Tremblant",
"Val-Morin",
"Sainte-Anne-des-Lacs",
"Prévost",
"Saint-Jérôme"
],
"defaultVehicleType": "bus",
"color": "#f5791f",
"textColor": "#FFFFFF",
"regions": [
"laurentides"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 42,
"isArchived": false,
"name": "Stratford Transit",
"shortName": "Stratford",
"slug": "stratford",
"cities": [
"Stratford"
],
"defaultVehicleType": "bus",
"color": "#002861",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349560"
],
"meta": {}
},
{
"id": 43,
"isArchived": false,
"name": "Orangeville Transit",
"shortName": "Orangeville",
"slug": "orangeville",
"cities": [
"Orangeville"
],
"defaultVehicleType": "bus",
"color": "#f9820a",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349360"
],
"meta": {}
},
{
"id": 44,
"isArchived": false,
"name": "St. Thomas Transit",
"shortName": "St. Thomas",
"slug": "stthomas",
"cities": [
"St. Thomas"
],
"defaultVehicleType": "bus",
"color": "#a70237",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349660"
],
"meta": {}
},
{
"id": 45,
"isArchived": false,
"name": "Milton Transit",
"shortName": "Milton",
"slug": "milton",
"cities": [
"Milton"
],
"defaultVehicleType": "bus",
"color": "#00b3ee",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:Milton"
],
"meta": {}
},
{
"id": 46,
"isArchived": false,
"name": "Réseau de transport de la Capitale",
"shortName": "RTC",
"slug": "rtc",
"cities": [
"Québec",
"Saint-Augustin-de-Desmaures",
"L'Ancienne-Lorette"
],
"defaultVehicleType": "bus",
"color": "#003e8a",
"textColor": "#FFFFFF",
"regions": [
"qc"
],
"license": {
"url": "https://www.rtcquebec.ca/donnees-ouvertes",
"title": "License des données ouvertes",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 48,
"isArchived": false,
"name": "MRC de Montcalm",
"shortName": "Montcalm",
"slug": "montcalm",
"cities": [
"Saint-Lin-Laurentides",
"Terrebonne"
],
"defaultVehicleType": "bus",
"color": "#8ebb52",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 49,
"isArchived": false,
"name": "exo Le Richelain / Roussillon",
"shortName": "Richelain / Roussillon",
"slug": "lrrs",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#7C5D81",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 50,
"isArchived": false,
"name": "MiWay",
"shortName": "MiWay",
"slug": "miway",
"cities": [
"Mississauga"
],
"defaultVehicleType": "bus",
"color": "#f26322",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "http://www5.mississauga.ca/research_catalogue/CityofMississauga_TermsofUse.pdf",
"title": "City of Mississauga’s Terms and Conditions",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 51,
"isArchived": false,
"name": "Saint-Jean-sur-Richelieu",
"shortName": "SJSR",
"slug": "sjsr",
"cities": [
"Saint-Jean-sur-Richelieu"
],
"defaultVehicleType": "bus",
"color": "#005982",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 54,
"isArchived": false,
"name": "Ville de Saint-Hyacinthe",
"shortName": "Saint-Hyacinthe",
"slug": "vsh",
"cities": [
"Saint-Hyacinthe"
],
"defaultVehicleType": "bus",
"color": "#08a78b",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
},
{
"id": 55,
"isArchived": false,
"name": "OC Transpo",
"shortName": "OC Transpo",
"slug": "octranspo",
"cities": [
"Ottawa"
],
"defaultVehicleType": "bus",
"color": "#d94138",
"textColor": "#ffffff",
"regions": [
"outaouais"
],
"license": {
"url": "https://ottawa.ca/en/city-hall/open-transparent-and-accountable-government/open-data#section-7d58affa-59a3-47f2-932d-ccb75000cefc",
"title": "City of Ottawa Open Data Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/agencies/{agency_slug}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 136
content-language: en
vary: Origin
{
"data": {
"id": 1,
"isArchived": false,
"name": "Société de transport de Montréal",
"shortName": "STM",
"slug": "stm",
"cities": [
"Montréal"
],
"defaultVehicleType": "bus",
"color": "#00AEEF",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Alerts
GET v2/alerts
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/alerts"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/alerts';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/alerts'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 0
x-ratelimit-remaining: 0
content-language: en
vary: Origin
{
"data": [
{
"id": 63,
"title": "Version 2.10 is here!",
"subtitle": "It's been 2 years, but here is some update",
"createdAt": 1752594698,
"body": "<p>Version 2.10 is now available - with some behind the scenes update. Here is the important bit:</p><p><strong>Changelog:</strong></p><ul><li>New landing page;</li><li>New download page and format, with more fields exposed;</li><li>Improved table and filtering (more columns, filter agencies, filter fields by state);</li><li>Faster loading (not by much, but will be noticeable when loading dozens of agencies);</li><li>Components updates across the app;</li><li>BYOD removal;</li><li>And some small update here and there.</li></ul><p>I know, it's been over two years since the launch of version 2.9. I've been very busy, both personally and professionally, and I've had less time than I'd like to make updates. This update allows me to keep more parts of the app up to date, making future updates easier. The next update should arrive sooner!</p>",
"color": "default",
"icon": "M21,10.12H14.22L16.96,7.3C14.23,4.6 9.81,4.5 7.08,7.2C4.35,9.91 4.35,14.28 7.08,17C9.81,19.7 14.23,19.7 16.96,17C18.32,15.65 19,14.08 19,12.1H21C21,14.08 20.12,16.65 18.36,18.39C14.85,21.87 9.15,21.87 5.64,18.39C2.14,14.92 2.11,9.28 5.62,5.81C9.13,2.34 14.76,2.34 18.27,5.81L21,3V10.12M12.5,8V12.25L16,14.33L15.28,15.54L11,13V8H12.5Z",
"action": null,
"actionParameters": [],
"image": "01K07CHMG16J9AFBCC40JMAY77.png",
"can_be_closed": false,
"category": null,
"status": 3,
"regions": [
"qc",
"laurentides",
"mtl",
"outaouais",
"sh",
"tor"
]
},
{
"id": 46,
"title": "Version 2.9",
"subtitle": "Stops along the route and blocks support!",
"createdAt": 1678807875,
"body": "<p>Version 2.9 is now available! Here's what's new:</p><ul><li>When selecting a bus on the map, stops are now displayed along the route.</li><li>Support for blocks, view trips made by a vehicle in a day. Linked trips can be viewed when selecting a vehicle on the map or using the button in the \"Actions\" column of the table. Only when agencies provide this data:<ul><li>Montreal: none</li><li>Toronto: GO, Durham DRT, York YRT, Burlington, Hamilton HSR, London LTC, Grand River Transit, Guelph, Barrie</li><li>Sherbrooke: STSherbrooke</li><li>Quebec / Capitale-Nationale: STLévis and RTC</li><li>Outaouais: STO and Transcollines</li><li>Laurentians: none</li></ul></li><li>The \"All\" option on the table is now visible.</li><li>New fonts in the app.</li></ul>",
"color": "info",
"icon": "M18,15A3,3 0 0,1 21,18A3,3 0 0,1 18,21C16.69,21 15.58,20.17 15.17,19H14V17H15.17C15.58,15.83 16.69,15 18,15M18,17A1,1 0 0,0 17,18A1,1 0 0,0 18,19A1,1 0 0,0 19,18A1,1 0 0,0 18,17M18,8A1.43,1.43 0 0,0 19.43,6.57C19.43,5.78 18.79,5.14 18,5.14C17.21,5.14 16.57,5.78 16.57,6.57A1.43,1.43 0 0,0 18,8M18,2.57A4,4 0 0,1 22,6.57C22,9.56 18,14 18,14C18,14 14,9.56 14,6.57A4,4 0 0,1 18,2.57M8.83,17H10V19H8.83C8.42,20.17 7.31,21 6,21A3,3 0 0,1 3,18C3,16.69 3.83,15.58 5,15.17V14H7V15.17C7.85,15.47 8.53,16.15 8.83,17M6,17A1,1 0 0,0 5,18A1,1 0 0,0 6,19A1,1 0 0,0 7,18A1,1 0 0,0 6,17M6,3A3,3 0 0,1 9,6C9,7.31 8.17,8.42 7,8.83V10H5V8.83C3.83,8.42 3,7.31 3,6A3,3 0 0,1 6,3M6,5A1,1 0 0,0 5,6A1,1 0 0,0 6,7A1,1 0 0,0 7,6A1,1 0 0,0 6,5M11,19V17H13V19H11M7,13H5V11H7V13Z",
"action": null,
"actionParameters": [],
"image": "",
"can_be_closed": false,
"category": 0,
"status": 3,
"regions": [
"outaouais",
"mtl",
"sh",
"tor",
"qc",
"laurentides"
]
}
],
"links": {
"first": "https://api.transittracker.ca/v2/alerts?page=1",
"last": "https://api.transittracker.ca/v2/alerts?page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/alerts?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "Next »",
"active": false
}
],
"path": "https://api.transittracker.ca/v2/alerts",
"per_page": 10,
"to": 2,
"total": 2
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/alerts/{alert}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/alerts/2"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/alerts/2';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/alerts/2'
response = requests.request('GET', url, )
response.json()Example response (429):
Show headers
x-ratelimit-limit: 0
x-ratelimit-remaining: 0
retry-after: 60
x-ratelimit-reset: 1762993775
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
content-language: en
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Too Many Requests</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="code">
429 </div>
<div class="message" style="padding: 10px;">
Too Many Requests </div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/regions/{region_slug}/alerts
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/regions/mtl/alerts"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions/mtl/alerts';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/regions/mtl/alerts'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
laravel-responsecache: Wed, 12 Nov 2025 10:16:04 -0500
x-ratelimit-limit: 12
x-ratelimit-remaining: 9
content-language: en
vary: Origin
{
"data": []
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Endpoints
GET v2/health
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/health"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/health';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/health'
response = requests.request('GET', url, )
response.json()Example response (403):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Forbidden</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- Styles -->
<style>
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="code">
403 </div>
<div class="message" style="padding: 10px;">
Secret header not set </div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Landing
GeoJSON ressources used on the landing page
GET v2/landing
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/landing"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/landing';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/landing'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: public
content-type: application/json
laravel-responsecache: Wed, 12 Nov 2025 19:23:25 -0500
x-ratelimit-limit: 5
x-ratelimit-remaining: 4
content-language: en
vary: Origin
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"slug": "mtl",
"name": "Montréal",
"agencies": 22,
"vehicles": 418,
"cities": [
"Montréal",
"Candiac",
"Laval",
"Longueuil",
"Lorraine",
"Sainte-Marie-Madeleine",
"La Prairie",
"Charlemagne",
"Sainte-Julie",
"Léry",
"Sainte-Martine",
"Rigaud",
"Saint-Constant",
"Saint-Amable",
"Mascouche",
"Carignan",
"Sorel-Tracy",
"Howick",
"Terrebonne",
"Saint-Philippe",
"Saint-Jean-sur-Richelieu",
"Saint-Hyacinthe"
],
"range": 6
},
"geometry": {
"type": "Point",
"coordinates": [
"-73.661",
"45.5894"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "tor",
"name": "Toronto",
"agencies": 17,
"vehicles": 2759,
"cities": [
"Toronto",
"Brampton",
"Burlington",
"Pickering",
"Hamilton",
"Newmarket",
"Cambridge",
"Guelph",
"Stouffville",
"Angus",
"Toronto",
"London",
"Stratford",
"Orangeville",
"St. Thomas",
"Milton",
"Mississauga"
],
"range": 7
},
"geometry": {
"type": "Point",
"coordinates": [
"-79.4414",
"43.6936"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "sh",
"name": "Sherbrooke",
"agencies": 1,
"vehicles": 26,
"cities": [
"Sherbrooke"
],
"range": 3
},
"geometry": {
"type": "Point",
"coordinates": [
"-71.8926",
"45.4043"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "qc",
"name": "Capitale-Nationale (Québec)",
"agencies": 2,
"vehicles": 137,
"cities": [
"Saint-Lambert-de-Lauzon",
"L'Ancienne-Lorette"
],
"range": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"-71.3005",
"46.7456"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "outaouais",
"name": "Ottawa-Gatineau",
"agencies": 2,
"vehicles": 370,
"cities": [
"Gatineau",
"Ottawa"
],
"range": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"-75.7386",
"45.5388"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "laurentides",
"name": "Laurentides",
"agencies": 3,
"vehicles": 71,
"cities": [
"Mont-Tremblant",
"Sainte-Anne-des-Lacs",
"Rosemère"
],
"range": 3
},
"geometry": {
"type": "Point",
"coordinates": [
"-74.593",
"46.1185"
]
}
}
],
"stats": {
"totalVehiclesRecorded": 18611
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/landing/vehicles
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/landing/vehicles"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/landing/vehicles';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/landing/vehicles'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: public
content-type: application/json
x-ratelimit-limit: 5
x-ratelimit-remaining: 3
content-language: en
vary: Origin
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63812,
45.44037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62228,
45.53023
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71091,
45.49273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75158,
45.45585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62344,
45.56988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5797,
45.50465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64433,
45.45254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55243,
45.53293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57881,
45.6493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58111,
45.5443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57161,
45.50406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7506,
45.45309
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7891,
45.58147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46862,
45.45557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50497,
45.51424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46843,
45.46621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52215,
45.52086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49082,
45.52148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.38092,
45.47305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42314,
45.48922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51123,
45.49075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40297,
45.50161
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47623,
45.46877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52105,
45.52375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46365,
45.51971
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62865,
45.49743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4905,
45.4883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42151,
45.57922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51991,
45.60154
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51861,
45.53087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4789,
45.49305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68866,
45.50389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46931,
45.46715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43086,
45.50757
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5346,
45.5472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52095,
45.52097
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58244,
45.61827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45647,
45.47068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47709,
45.53749
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8251,
45.43047
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44906,
45.52805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40666,
45.56751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55756,
45.49305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50911,
45.53944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4878,
45.53188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.39484,
45.48466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54911,
45.54614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37793,
45.50235
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51904,
45.52547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45659,
45.5383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67771,
45.49421
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44619,
45.49746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48544,
45.49736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54811,
45.68453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48768,
45.50885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.39473,
45.48392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81228,
45.57822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4785,
45.49813
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81576,
45.58964
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44357,
45.43947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37493,
45.50607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6013,
45.53138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49295,
45.64048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53728,
45.5481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4852,
45.52396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75143,
45.45687
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65829,
45.55142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75423,
45.64486
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74147,
45.45133
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6679,
45.52125
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57446,
45.56105
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.13963,
45.459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.59764
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99974,
45.38682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57613,
45.45797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48182,
45.49865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50483,
45.51388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48794,
45.50111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31997,
43.78179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35825,
43.67689
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48349,
43.66866
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32415,
43.77806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73155,
43.36727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85649,
43.3131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93755,
43.86533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84617,
43.3116
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.80309,
43.87892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77901,
43.36057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41963,
43.79589
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75942,
43.37867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72784,
43.36958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36723,
43.75208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60909,
43.74997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79649,
43.3722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52811,
43.79633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4164,
43.78362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.89667,
43.87565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62548,
43.77227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62547,
43.77234
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.07457,
43.84873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33703,
43.71639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61115,
43.81465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02065,
43.84983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.00632,
43.84738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.94411,
43.86015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.01507,
43.82495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55865,
43.72324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54018,
43.84765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51145,
43.85027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55165,
43.7981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04145,
43.84712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26256,
43.809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54093,
43.8476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.10307,
43.8152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55255,
43.81127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62877,
43.81102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87413,
43.87613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8474,
43.92062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.0391,
43.84422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49657,
43.78115
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8772,
43.88947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58488,
43.79177
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42258,
43.80742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54057,
43.7716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.14574,
43.79943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9181,
43.9244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88565,
43.87086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45036,
43.81073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24911,
43.777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8406,
43.91915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44013,
43.84655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49292,
43.81027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87715,
43.88932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88631,
43.87057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45897,
43.84755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84848,
43.88808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.885,
43.94036
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04298,
44.2161
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49862,
43.85868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.68815,
43.9131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5036,
43.81742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86687,
43.93007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5322,
43.7732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.62133,
43.98592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60153,
43.7558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86595,
43.89803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.03307,
43.84812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38813,
43.86946
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30621,
43.66858
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40062,
43.8188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46823,
43.89418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.97112,
43.87352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46305,
43.86668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43044,
44.0603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87331,
43.93413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87445,
43.93402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50788,
43.83618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8355,
43.90767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.92357,
43.88665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34943,
43.81365
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29691,
43.71077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5193,
43.88697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45329,
44.05165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40173,
43.66219
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46996,
43.97978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37066,
43.65074
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54338,
43.75199
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48772,
44.28373
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44922,
44.07202
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41137,
44.31325
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25567,
43.8562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40076,
43.88905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32077,
43.89685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24225,
43.95937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2427,
43.87805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2209,
43.88383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42146,
43.87477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2748,
43.95433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4282,
43.8395
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35018,
43.82232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44137,
43.89475
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32333,
43.87117
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39865,
43.85975
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24216,
43.96124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31122,
43.85288
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31461,
43.89847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43642,
43.69873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42605,
43.8401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48647,
44.05287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35482,
43.85055
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41658,
43.78418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35725,
43.85003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30327,
43.86283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41927,
43.79487
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47532,
44.03302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48225,
43.80642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54707,
43.78948
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60854,
43.77597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30774,
43.67379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40693,
43.74436
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35677,
43.73442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56325,
43.67443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59618,
43.7463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49505,
43.6502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45765,
43.81106
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52128,
43.7565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.12311,
43.78864
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39882,
43.70449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38234,
43.70992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18005,
43.82001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50631,
43.74772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33288,
43.71478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46814,
43.71755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34667,
43.7762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23275,
43.77944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4566,
43.6383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34269,
43.73744
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34951,
43.72148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59265,
43.67942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35839,
43.65518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33765,
43.71766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26798,
43.7326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59004,
43.7609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27981,
43.71026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40033,
43.63642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28013,
43.70988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58286,
43.74311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39175,
43.78522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40646,
43.74535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32305,
43.68405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46609,
43.71146
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39461,
43.68801
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17291,
43.78189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36369,
43.80238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80907,
43.34024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43165,
43.85342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42471,
43.89253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30956,
43.82302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2913,
43.86552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87697,
43.8879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4661,
43.99997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87517,
43.29085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.231,
43.87973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49086,
43.76492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36046,
43.70305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43923,
43.89632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3912,
43.83862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8499,
43.89085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24749,
43.75512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46108,
44.05905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2799,
43.7661
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60349,
43.819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53783,
43.77203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59043,
43.76066
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44328,
43.81172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47553,
44.0365
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4788,
43.82437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41135,
43.74243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49222,
43.95603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28018,
43.71046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48545,
43.95707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.95969,
43.9446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48603,
44.05267
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57821,
43.68993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41766,
43.64092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65816,
43.83482
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30267,
43.86053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49495,
43.76611
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41199,
43.76193
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33932,
43.85783
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80854,
43.3394
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42547,
43.83977
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.10635,
44.10428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50401,
43.77943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25594,
43.85592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48611,
44.05257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47657,
44.03605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31308,
43.68639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34125,
43.7761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61226,
43.68607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52558,
43.7987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28343,
43.89683
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42719,
43.7083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4646,
43.80765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46917,
44.00658
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54015,
43.84789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.14661,
43.79932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2314,
43.88072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43238,
44.06802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58289,
43.68871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45627,
44.0604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93375,
43.93545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24272,
43.71617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54512,
43.6319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37203,
43.89678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5561,
43.82627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35208,
43.82648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41454,
43.78029
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84865,
43.94198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33736,
43.89462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45374,
43.73636
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08311,
43.86805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37948,
43.74958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36287,
43.86797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60374,
43.77717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.70158,
43.9347
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8662,
43.8979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58487,
43.80237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22967,
43.88738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28002,
43.71023
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44664,
43.79211
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31212,
43.82263
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62846,
43.81122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08107,
43.86268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.07667,
44.10435
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22673,
43.86455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.025,
43.89935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93707,
43.8618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33908,
43.72171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41647,
43.78377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3229,
43.8656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42149,
43.8867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42615,
43.83961
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.64249,
43.89848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4102,
43.85477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9844,
43.8898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4387,
43.87763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43703,
43.80555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87675,
43.88805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47762,
43.62465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45965,
43.84742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42278,
43.83807
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04052,
43.87027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45441,
43.83212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30075,
43.72001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46228,
43.97717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35262,
43.86995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47117,
43.79757
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44762,
43.79963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52232,
43.92997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02675,
43.86113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35595,
43.6869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4419,
43.89472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53558,
43.63768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22428,
43.89917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54099,
43.84747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45911,
43.96355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30994,
43.89098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23177,
43.88047
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5269,
43.79362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23157,
43.77555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41485,
43.78259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47605,
45.47766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9255,
43.90313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42339,
43.83792
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28854,
43.69413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37633,
43.76919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4773,
43.70906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37372,
43.65001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44368,
44.2137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.11292,
43.81315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44212,
43.89432
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08632,
43.83868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.10175,
44.35182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44348,
43.89828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.80535,
43.88915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34327,
43.70758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40082,
43.81875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51861,
43.73828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46764,
44.0001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.15247,
43.80165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53197,
43.77323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.12402,
43.81262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23167,
43.78378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29218,
43.78229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45155,
43.75286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36187,
43.85618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60784,
43.75666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42762,
43.83665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29958,
43.72516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22594,
43.88095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23699,
43.78978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4321,
43.8491
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8554,
43.92847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46347,
43.75037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2458,
43.81973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42904,
43.71669
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08739,
43.85717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5353,
43.85763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43654,
45.59132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45443,
45.51789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47227,
43.7969
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50739,
45.51875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47437,
45.49547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8659,
43.89723
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.0902,
43.83535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50111,
43.69206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.03165,
43.8979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47495,
43.86343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45785,
43.78983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43763,
43.8693
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4165,
43.87573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52327,
43.85855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44254,
43.89422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33376,
43.79817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2313,
43.88027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43645,
43.81378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43097,
45.50632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60957,
43.73186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3839,
43.86318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45451,
43.83162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43823,
43.87593
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76924,
43.69287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60739,
43.68578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72513,
43.70557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63928,
43.73736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76881,
43.72269
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7786,
43.77192
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76836,
43.75985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70949,
43.68775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.821,
43.71892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81739,
43.71309
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6901,
43.73921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7605,
43.64992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75043,
43.68815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69731,
43.6393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76289,
43.68652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78966,
43.66488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82457,
43.67714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76667,
43.68622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72019,
43.71885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75408,
43.69156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67339,
43.69225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68559,
43.7524
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72016,
43.71906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68414,
43.68262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64054,
43.72126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71104,
43.77269
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71839,
43.71852
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73424,
43.66629
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67342,
43.62164
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76646,
43.72466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65888,
43.73282
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82307,
43.67531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.776,
43.71562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6579,
43.76576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72761,
43.67926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74096,
43.703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68066,
43.75655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53138,
43.7926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67278,
43.62149
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71977,
43.71772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.809,
43.72045
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73522,
43.66436
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6964,
43.7433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.8828,
45.40639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.89451,
45.36281
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92175,
45.41684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.95345,
45.40238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.87272,
45.42457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.96491,
45.41988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.87413,
45.36557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.95807,
45.40355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.91885,
45.39899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88305,
45.40962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76072,
43.64973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66196,
43.72351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60434,
43.72863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92929,
45.37873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69585,
43.74331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69353,
43.72427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.89614,
45.37981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82224,
43.67548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62094,
43.77337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.87784,
45.41377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.9492,
45.37445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74823,
43.69484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76566,
43.65925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.00516,
45.35955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88481,
45.4118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60098,
43.77784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92671,
45.38287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71748,
43.72424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64293,
43.73962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77608,
43.62709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70245,
43.73804
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75001,
43.67857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5332,
43.79228
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66643,
43.72621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61815,
43.73502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76665,
43.69083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73186,
43.64808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80511,
43.68396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71767,
43.70711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69666,
43.74307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62167,
43.74534
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74718,
43.72004
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6842,
43.75353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71814,
43.71734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78687,
43.68876
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70251,
43.69576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74983,
43.66068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82383,
43.67225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64034,
43.7214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71913,
43.71878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80286,
43.7181
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65285,
43.7646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78889,
43.75986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69562,
43.79372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6699,
43.6546
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63467,
43.73374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71627,
43.69804
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77076,
43.6319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60454,
43.72882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71264,
43.72857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76846,
43.69227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73431,
43.66523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.93573,
45.46989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66739,
43.74005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60899,
43.77583
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72579,
43.71712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72791,
43.74997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64272,
43.59803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70775,
43.75257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74004,
43.70404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80281,
43.71817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65218,
43.76665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72723,
43.67136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7383,
43.66154
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.89722,
45.38171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70369,
43.64814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74395,
43.72386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66056,
43.66511
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68704,
43.75083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72704,
43.74934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70043,
43.69568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65847,
43.66312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66898,
43.72408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24196,
43.72068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84141,
43.72383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77967,
43.65571
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72396,
43.70975
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82214,
43.67301
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75363,
43.6474
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7581,
43.68766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88901,
45.40212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.95805,
45.40339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75057,
43.65019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.9292,
45.37762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70026,
43.69582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79807,
43.72803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70798,
43.64725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8434,
43.71193
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69578,
43.79359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76166,
43.72856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8394,
43.68765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6895,
43.70222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79896,
43.69715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71561,
43.75807
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68775,
43.75476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65046,
43.59431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62563,
43.69136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79655,
43.72564
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84236,
43.71298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76384,
43.73087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52077,
43.77559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66485,
43.70337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72016,
43.71926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71691,
43.65384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74509,
43.74379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80505,
43.67073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79562,
43.60627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80853,
43.71401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57352,
43.78406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75214,
43.7942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76385,
43.73077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76242,
43.68776
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80967,
43.72044
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69367,
43.74208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52807,
43.79706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88472,
45.41171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78106,
43.62283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7628,
43.73208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71384,
43.70834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82971,
43.69329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82241,
43.67449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60443,
43.72903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73471,
43.66505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.86449,
45.44869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52745,
43.48746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5609,
43.43523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44158,
43.42188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48405,
43.45032
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48521,
43.4312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52658,
43.44073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51704,
43.41525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.36855,
43.40002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31275,
43.35743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3139,
43.35367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.41233,
43.3861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32262,
43.39293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46928,
43.4409
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54041,
43.47405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56302,
43.43788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40668,
43.38908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54798,
43.47283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32,
43.3816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39149,
43.41073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3925,
43.4102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28506,
43.35408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54625,
43.49735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51843,
43.45984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53463,
43.50123
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47269,
43.44143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47992,
43.43525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56036,
43.43517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32277,
43.39248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51555,
43.41162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53743,
43.48578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29365,
43.43688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55677,
43.49395
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40816,
43.38967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40527,
43.3922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52837,
43.49815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32243,
43.39297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53568,
43.47233
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46571,
43.42568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3668,
43.40695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53815,
43.42713
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.58403,
43.47182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52795,
43.79685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32298,
43.393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39806,
43.38515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4417,
43.42208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3473,
43.40412
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56078,
43.4355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49588,
43.44316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31292,
43.35725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44225,
43.42237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.45527,
43.41924
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5407,
43.47395
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46877,
43.42563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49682,
43.42115
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56298,
43.46881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51158,
43.45705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77348,
43.67369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52865,
43.4981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51898,
43.45518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54515,
43.48158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.35902,
43.42788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32259,
43.39308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5412,
43.84813
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5273,
43.80788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22385,
43.52912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24074,
43.51763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22369,
43.52845
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22519,
43.53006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22339,
43.52846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24808,
43.52069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24887,
43.54231
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.27151,
43.54518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22479,
43.52674
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29648,
43.55104
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.23418,
43.51947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.21665,
43.48675
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.23588,
43.56143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.25031,
43.54368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.18471,
43.51643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94475,
43.64852
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43011,
43.83337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76109,
43.7227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23669,
43.7855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68018,
43.70458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23605,
43.78568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37765,
43.64407
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.92515,
43.88365
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42825,
43.83672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75623,
43.50133
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77882,
43.58145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.46748,
44.18093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71007,
43.48072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92305,
43.26198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52435,
43.78328
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72446,
43.52865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71368,
43.54157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45247,
43.73022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64257,
43.74925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71259,
43.48282
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52473,
43.78303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.0564,
43.41162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52703,
43.47537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08482,
43.83085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30756,
43.8533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42817,
43.83478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37763,
43.6441
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61508,
43.62975
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7177,
43.65445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88185,
43.6492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82207,
43.67495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90279,
43.25902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26051,
43.88567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6156,
43.7586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75588,
43.59653
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28506,
43.78784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3798,
43.83687
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70703,
43.64665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68918,
44.41954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67921,
44.40516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7121,
44.39057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70033,
44.39125
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73159,
44.37434
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69178,
44.37437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69081,
44.37388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67548,
44.39955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6773,
44.41014
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65456,
44.40825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70174,
44.41304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68958,
44.33427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72009,
44.33922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19397,
43.79633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68046,
44.3412
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65795,
44.36285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26738,
43.90547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52175,
43.78228
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24921,
43.118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30957,
43.76897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4899,
44.09162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08533,
43.09753
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84029,
43.52595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91824,
43.65612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82085,
43.67531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.1944,
43.50455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37862,
43.64462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70195,
43.8535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39111,
43.41197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86563,
43.26575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64775,
43.59453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64142,
43.59897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.23723,
43.5684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.26181,
43.57635
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41123,
43.76172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44904,
43.72553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6516,
43.59332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22348,
43.52872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6801,
43.56547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59362,
43.67243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74371,
43.67383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4626,
43.43835
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37769,
43.64407
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83318,
43.33598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59313,
43.66105
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86908,
43.25282
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.481,
43.72442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17915,
43.79875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4776,
43.43722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92325,
43.26068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37866,
43.64494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39594,
43.49732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7926,
43.70993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82214,
43.67483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28576,
43.55729
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.27695,
43.51932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64864,
43.5953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6639,
43.57597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51463,
43.47188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.21684,
43.53255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.23342,
43.49601
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5186,
43.46003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28643,
43.38945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3249,
43.37723
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52898,
43.49805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64093,
43.59825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.10645,
43.91402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.16241,
43.45003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7444,
43.50587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28173,
43.56409
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77804,
43.75222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.26363,
43.42827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51441,
45.5191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.28703,
44.35695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52365,
43.7829
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40683,
43.74508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.00578,
43.4818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73411,
43.66605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37769,
43.64403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73456,
43.66518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65519,
43.48847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43577,
43.39817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54311,
43.45603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.18559,
43.50272
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.526,
43.4818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47581,
43.4172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59165,
43.76598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76205,
43.68678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.19675,
43.51147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.21877,
43.51509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75901,
43.76775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69238,
43.68455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75421,
43.73413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75327,
43.69233
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8476,
43.70676
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72112,
43.71884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35635,
43.81512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80099,
43.64854
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.05431,
43.90313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7534,
43.73623
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.41775,
43.48362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41997,
43.7441
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.21926,
43.51478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62983,
43.74893
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56077,
43.43521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44217,
43.4223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53612,
43.63671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61833,
44.32083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6169,
43.75843
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.13237,
43.45887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69668,
43.74307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70908,
44.41241
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71719,
44.37743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.26522,
43.14025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47275,
45.51728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.0858,
43.10428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79966,
43.69439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88595,
43.8707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5903,
43.6637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80054,
43.64549
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64343,
43.74858
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71442,
43.53902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90757,
43.25657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32277,
43.39305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72478,
43.70556
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75072,
43.75637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.09055,
43.91362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85638,
43.31278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5219,
43.78223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89051,
43.28036
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42394,
43.83908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37849,
43.64505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69574,
43.70947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85007,
43.31601
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02503,
43.86127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65604,
43.76624
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3896,
43.64246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72321,
43.76244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58082,
43.76988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.866,
43.89734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.90459,
43.88823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.15488,
43.7938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52328,
43.4621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77339,
43.67808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1966,
43.79628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41425,
43.78242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24844,
43.78023
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24913,
43.5443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8839,
43.86352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6953,
44.39523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62457,
43.7473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.1391,
43.46427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44035,
43.63584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24477,
43.51741
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69017,
43.70217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.37415,
43.49371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61021,
45.42413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6887,
43.44893
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55019,
43.4872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79486,
43.67642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83538,
43.33455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76241,
43.72784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08442,
43.83103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70954,
43.77448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28027,
43.72951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64713,
43.6445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68835,
43.70297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71535,
43.72007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.93113,
43.26798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.34085,
43.3533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55828,
44.28729
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37845,
43.64492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.60471,
43.94632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66865,
43.72351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68877,
43.70232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26109,
43.77413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90295,
43.25897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31944,
43.76793
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26859,
46.73248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27786,
46.71989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19016,
46.78446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.10869,
46.81842
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.16401,
46.80668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.18756,
46.81067
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.13254,
46.76649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22598,
46.68139
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21303,
46.73673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27266,
46.78276
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.14101,
46.81774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80944,
43.71388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74213,
43.65734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81466,
43.72534
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.06816,
43.10905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86931,
43.26739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88543,
43.87077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75916,
43.68722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75493,
43.7524
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50687,
43.85833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87666,
43.88815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.9232,
43.2617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27251,
43.92818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80708,
43.67437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65109,
43.73563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33575,
43.67246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65022,
43.767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26678,
43.76887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73814,
43.7224
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51452,
43.60732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67271,
45.5081
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67578,
43.69387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72139,
43.76899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83395,
43.39168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73463,
43.66496
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72211,
43.63309
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43208,
45.47818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80689,
45.47884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75026,
43.69632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7737,
43.67832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4912,
45.54465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66435,
45.43885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77209,
43.73936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73415,
43.66557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68054,
45.4808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62918,
45.49311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.83855,
45.39544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81383,
45.39767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79343,
45.40448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68415,
45.48159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75071,
45.45367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74478,
45.44759
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78598,
45.4332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76782,
45.45935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.4271,
45.57687
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71646,
45.46856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.40118,
45.57903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64567,
45.48983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.86598,
45.40727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66407,
45.48559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7159,
45.46952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71487,
45.42688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6735,
45.50248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75367,
45.42015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73782,
45.46871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68935,
45.42448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73463,
45.44032
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7079,
45.47495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69662,
45.49567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73983,
45.49271
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68687,
45.47488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68407,
45.48159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70815,
45.45103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73295,
45.43671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74743,
45.44335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68391,
45.48168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.42702,
45.57751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74559,
45.45304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60831,
45.49519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71551,
45.46983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72359,
45.42607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72022,
45.42496
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73262,
45.44167
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.86375,
45.40887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71615,
45.426
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80527,
45.42015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7459,
45.42176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84486,
45.40471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70918,
45.4352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67503,
45.488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.8655,
45.40744
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47366,
45.52847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73734,
45.4672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81807,
45.43256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71999,
45.42503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73902,
45.45255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80695,
45.4
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.85446,
45.40504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76407,
45.43472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59329,
45.44448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84031,
45.39063
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72951,
45.43095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.98808,
43.9513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74174,
45.47343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69302,
45.4228
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65263,
43.22078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93767,
43.86545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56841,
43.70632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44711,
45.43461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7478,
43.6098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46203,
45.53231
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70015,
45.42024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81886,
45.39687
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.11953,
45.27496
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.36277,
43.42725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49425,
45.5244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32283,
43.39292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32298,
43.3928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.36385,
43.39872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28007,
43.34455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22545,
43.52955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44296,
45.57926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.85503,
45.39848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41438,
43.74997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.14067,
43.8025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75311,
45.49367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91051,
43.25805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47013,
43.18897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3223,
43.39022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82758,
43.40873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.12885,
43.78172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.0837,
43.83068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08543,
43.8313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31302,
43.35765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43772,
45.59229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45361,
45.74698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32228,
45.58332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.05115,
45.39993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71844,
45.48895
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69579,
45.74459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69402,
45.74346
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80617,
45.69554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69382,
45.71717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53977,
45.58892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.96679,
45.73466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.88681,
45.56846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65397,
45.69857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71041,
45.75678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0023,
45.77217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61522,
45.69942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43297,
45.67639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57255,
45.69984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51345,
45.68626
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87557,
45.31553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72994,
45.78631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86171,
45.5333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99771,
45.77604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85092,
45.6311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69944,
45.71709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60556,
45.74764
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67819,
45.73265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69726,
45.60384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95911,
45.50375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29855,
45.64933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95329,
45.53589
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.10687,
45.38405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66433,
45.72337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66785,
45.72499
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86066,
45.63056
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.03955,
45.38622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.969,
45.38003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63599,
45.69487
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68947,
45.71896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.08216,
45.41916
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.724,
45.57458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48319,
45.7099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5034,
45.71665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80304,
45.62372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46726,
45.7667
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51048,
45.65335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.89197,
43.94498
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60017,
45.74208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98406,
45.4203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64113,
45.70177
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7039,
45.72274
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63358,
45.70379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68742,
45.5096
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37448,
45.50682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.83205,
43.90482
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49966,
45.71561
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45115,
45.74272
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22502,
43.52997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70305,
44.40435
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32755,
43.72717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32225,
43.39265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46064,
45.44337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.521,
45.52093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60616,
45.74787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74757,
45.58114
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82336,
43.67522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43856,
45.68986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31347,
43.35695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6166,
45.56698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31348,
43.35765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32085,
43.37458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5061,
43.5005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76433,
45.38085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.17303,
45.57549
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42875,
45.8234
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.89533,
43.94368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5474,
43.54362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43794,
45.44519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44403,
45.75443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84882,
43.51832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86932,
43.25287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8283,
43.38978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5952,
43.20608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69085,
43.70202
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74453,
43.63483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65767,
43.58755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67398,
43.49533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5249,
43.78345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49243,
43.45553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49185,
43.18925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88969,
43.29505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86888,
43.25275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08383,
43.83103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91565,
43.2578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92872,
43.65157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50258,
45.71256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45374,
45.74703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4957,
45.7248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45058,
45.74248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54044,
43.47445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08377,
43.83087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29749,
43.68705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41248,
45.79264
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90618,
45.56481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89147,
43.28127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82449,
43.34484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83654,
43.35974
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83207,
43.3798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41467,
44.01215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65112,
45.69183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43589,
45.80574
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7868,
43.68888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80913,
43.34027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99487,
45.50903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78983,
43.39357
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76114,
43.75711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67879,
43.73074
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86828,
43.25912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82197,
43.67456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65785,
43.73313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4722,
43.99862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29379,
43.52792
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9219,
43.88452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.85903,
43.8878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87434,
43.88732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.85902,
43.9369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79681,
43.69681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.92188,
43.91485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74883,
43.66013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51411,
45.5867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87106,
43.91493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71095,
45.41896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02013,
43.84369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47657,
45.43449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22432,
43.52929
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59973,
45.55937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.2,
43.56062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72397,
44.3966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53246,
43.83064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52305,
43.78255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40774,
45.50422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46384,
45.57054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44093,
43.42262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6638,
44.3472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4966,
45.5355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71342,
45.42752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41397,
45.47033
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46894,
45.46715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4629,
45.46832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.36526,
45.51167
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44167,
43.42145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49139,
45.45713
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47602,
45.43533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.17065,
45.52396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49741,
45.53599
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75687,
45.41936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81876,
43.36736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80639,
45.42327
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83234,
43.32212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08997,
43.8359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04245,
43.85758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9435,
43.87052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60326,
45.49024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.95925,
43.944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80376,
43.68269
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75388,
43.64754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6861,
43.75411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75327,
43.7079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49158,
45.48896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78798,
43.35272
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44336,
45.44903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73039,
43.71663
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53397,
43.82732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52557,
43.79844
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72073,
43.71919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42823,
44.0667
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67849,
43.819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76768,
43.76188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45287,
44.14787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76263,
43.74062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7684,
43.74466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53191,
43.8279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55518,
45.55064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62569,
43.77235
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4449,
44.06273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4256,
43.83978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43715,
43.87132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59805,
45.55882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90432,
45.56371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.96411,
45.52295
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6004,
43.73472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84048,
45.64769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81604,
45.63264
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48618,
44.05276
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54536,
43.8665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65142,
45.58473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53415,
43.82722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41648,
43.78408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8791,
45.57988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84427,
45.63961
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55185,
43.8075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.755,
45.66979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90664,
45.5647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2621,
46.67198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.17415,
46.8194
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28345,
46.78441
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5412,
43.84815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80589,
45.76656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39922,
43.8099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28373,
43.86728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84172,
45.64008
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8222,
45.73191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8207,
45.68936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79201,
45.68167
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81488,
45.75977
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84396,
45.64007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98908,
45.63618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81987,
45.6245
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7276,
45.55152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85237,
45.61746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.08669,
45.70343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38312,
43.64428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50419,
43.69571
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27317,
43.01017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25718,
43.03423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28164,
43.0259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.31463,
42.97041
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.16948,
42.99258
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25056,
42.98525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22049,
43.02996
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24574,
42.98542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21556,
43.01993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28164,
43.02547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.31148,
42.93389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23858,
42.99988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20226,
42.96782
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.32075,
43.01537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22092,
43.02359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.3328,
42.96046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.18104,
43.01651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27645,
42.98934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29339,
42.98548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27239,
43.0432
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20529,
42.99633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2258,
42.94324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27252,
43.01033
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21395,
42.94442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28158,
43.02576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2532,
42.9811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29966,
43.02176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.33582,
43.00859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2202,
42.98066
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23738,
43.00005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28375,
42.96235
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23141,
42.98861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24567,
42.98589
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25932,
42.99356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27731,
43.00188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.32143,
43.01305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27747,
42.92589
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19913,
43.01157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21012,
42.95127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26072,
43.0086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29695,
42.99595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27512,
42.99609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25215,
42.97273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27747,
42.99
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27843,
42.92646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24806,
42.98568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27653,
43.00106
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2071,
43.02238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23671,
42.99901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27298,
43.01025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.15832,
43.00875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2118,
42.98029
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.237,
43.00026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.88869,
45.67899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29239,
42.94742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2434,
42.99831
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24075,
43.00608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29652,
42.98364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2539,
42.98231
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23091,
42.94071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24815,
43.02194
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91206,
45.6942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29806,
42.98898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22608,
42.9904
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23792,
42.96844
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29611,
42.98286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47375,
43.39015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27006,
42.99613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24829,
42.98085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27647,
43.00268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24757,
42.98579
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.222,
42.96127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7655,
45.58076
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19605,
43.01217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40588,
43.44768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.97459,
43.35685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.97893,
43.36246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.96324,
43.37
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86581,
43.50253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83506,
43.50883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84774,
43.4964
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.98019,
43.36588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90291,
43.52145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86733,
43.52405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2756,
43.00597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19105,
42.98138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32345,
45.58252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26553,
43.00778
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25113,
42.99146
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.99018,
43.36261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42793,
43.83048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.1562,
43.02926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44618,
43.85037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36337,
43.87112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39043,
43.84268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40742,
43.39182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26686,
42.9953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27059,
43.00824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29628,
43.83452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22553,
42.93337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.00024,
45.77381
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41478,
43.78242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3587,
46.84902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24534,
46.83814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.18542,
46.8643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2711,
46.78886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28622,
46.88006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.14918,
46.8915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26726,
46.78118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33078,
46.75198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30598,
46.88886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26782,
46.86214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3035,
46.77926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3231,
46.75918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22382,
46.81278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30646,
46.8887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21846,
46.8679
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21558,
46.8375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26494,
46.86014
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27518,
46.77398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29206,
46.83598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.37846,
46.86694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24638,
46.78918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.38278,
46.79174
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3495,
46.86462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2911,
46.81126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29142,
46.80814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19982,
46.92294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23374,
46.83206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2131,
46.84678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27614,
46.7735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.43214,
46.86438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21982,
46.84862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23103,
46.83934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23918,
46.8075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.39966,
46.73758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2467,
46.80958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24582,
46.82494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2227,
46.80574
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24806,
46.83518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28478,
46.82982
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28854,
46.8187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27022,
46.7795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3159,
46.77326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21478,
46.81294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2731,
46.8851
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35414,
46.79486
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26814,
46.85846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.4663,
46.74022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.36622,
46.8459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.20102,
46.91846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.17566,
46.89518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.36246,
46.82374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31814,
46.8187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30614,
46.80022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24238,
46.79982
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23934,
46.80726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21774,
46.8159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25182,
46.81342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24318,
46.79118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26766,
46.86278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30518,
46.77838
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.43839,
46.86862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2567,
46.78374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2707,
46.78902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22438,
46.81358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24574,
46.8427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22126,
46.81254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35286,
46.78726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21574,
46.81238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.36134,
46.83974
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24678,
46.78574
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33798,
46.87198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24094,
46.79742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2267,
46.81454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26494,
46.77518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.30595,
49.07554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-84.2972,
46.59568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-89.7927,
48.57397
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39118,
43.66067
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41532,
45.76091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23814,
46.82998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3851,
46.91798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22286,
46.81414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.38662,
46.70338
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22966,
46.8027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48365,
43.43521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21574,
46.84582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22732,
42.93093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33598,
46.91086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71534,
45.35937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29742,
46.75454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23886,
46.85126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2155,
46.81806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2383,
46.8307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21566,
46.81238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43327,
43.45305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28574,
46.76878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27702,
46.76494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61356,
43.68324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51089,
43.46853
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4804,
43.44993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25958,
46.78534
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87667,
43.53828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48942,
43.457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68518,
45.51244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48428,
43.43148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22692,
42.95946
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49895,
43.4725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25574,
46.78766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22518,
46.80526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26822,
46.86198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46655,
43.39273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.15014,
46.89078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61783,
45.70901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29302,
46.81038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43156,
43.39515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4417,
43.42247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87601,
43.49954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84153,
43.50941
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81197,
45.23692
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41317,
43.6701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73912,
43.65304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69559,
43.65536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71762,
43.63699
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62191,
43.57562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76517,
43.59262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75407,
43.64699
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57299,
43.67097
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75871,
43.58655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66379,
43.6848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70903,
43.65156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58972,
43.56102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63279,
43.66629
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53934,
43.63522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75857,
43.58345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6584,
43.53133
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66848,
43.56763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57465,
43.66899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66631,
43.61203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59252,
43.66353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74247,
43.53979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6459,
43.5953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63117,
43.60423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58422,
43.55704
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5686,
43.65552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68358,
43.54324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62881,
43.60276
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6958,
43.62113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53855,
43.63586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5703,
43.59463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55811,
43.61
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54632,
43.58914
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62135,
43.57597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75867,
43.58332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65138,
43.58999
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62995,
43.59001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68816,
43.60629
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6446,
43.63573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64001,
43.72336
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60597,
43.71986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59074,
43.66339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59189,
43.67859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60448,
43.68843
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64687,
43.59386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73093,
43.58054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5888,
43.60246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63613,
43.6294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63574,
43.6986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56464,
43.59382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65096,
43.62855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64433,
43.72297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59091,
43.66335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64737,
43.70779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63039,
43.71457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65992,
43.69881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66547,
43.66761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75894,
43.58329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64142,
43.72131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64101,
43.72149
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61908,
43.6371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6301,
43.72931
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53855,
43.63569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7155,
43.59461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67975,
43.626
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6072,
43.62605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62151,
43.6361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75171,
43.64945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65574,
43.57031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6461,
43.59379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59332,
43.59515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64667,
43.5937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5822,
43.68925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60563,
43.72921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61054,
43.73426
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68053,
43.67368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65363,
43.60742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62471,
43.58219
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5761,
43.58938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54981,
43.64857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5985,
43.6626
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26376,
43.73314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28084,
43.76575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63668,
43.62146
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36815,
43.65127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34129,
43.75707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4157,
43.72213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47022,
43.67198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64046,
43.72158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40546,
43.74521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4037,
43.64731
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35763,
43.67478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43074,
43.72351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3837,
43.74627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66138,
43.55922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26995,
43.79065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26709,
43.75663
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60786,
43.5739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41741,
43.66002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37497,
43.64984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73329,
43.59942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61104,
43.58504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59942,
43.62523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52791,
43.6484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50205,
43.64067
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59602,
43.61762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65188,
43.60587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61253,
43.69747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67867,
43.68261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60577,
43.68555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32136,
43.67244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57857,
43.61399
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77881,
43.58175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68456,
43.63
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62901,
43.61628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6855,
43.54451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53217,
43.70627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23212,
43.81702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66691,
43.56595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34388,
43.69446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49207,
43.66565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2444,
43.75214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21797,
43.74333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65143,
43.57977
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25256,
43.73585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39272,
43.68768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2643,
43.74905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57613,
43.76417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39403,
43.64318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75901,
43.5834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64223,
43.72069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.689,
43.70226
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74588,
45.57025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39651,
43.72655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22425,
43.75595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29261,
43.72049
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40054,
43.63642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41961,
43.64052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34096,
43.66343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41555,
43.78031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33784,
43.72156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31457,
43.75789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40569,
43.68581
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40648,
43.66215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30267,
43.67751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65047,
43.65765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30201,
43.73698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52945,
43.61614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46514,
43.66537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.516,
43.7002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53454,
43.67002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60967,
43.57218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2509,
43.83092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17043,
43.80854
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30439,
43.81855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27405,
43.7473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21455,
43.79891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25157,
43.77277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41528,
43.78184
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31247,
43.68644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4645,
43.66509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44243,
43.77402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30461,
43.72907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25038,
43.83036
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49706,
43.72342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56546,
43.6491
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32892,
43.79364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59888,
43.68675
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33902,
43.77597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25042,
43.71653
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30568,
43.77363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26529,
43.78087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3994,
43.70501
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48295,
43.74622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21437,
43.79595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34084,
43.72715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79224,
45.59013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23152,
43.77544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63978,
45.62465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50852,
43.63932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46191,
43.74872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28083,
43.7653
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30386,
43.76037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38432,
43.64942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56757,
43.67604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23233,
43.7413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26433,
43.73244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36299,
43.65214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47182,
43.77127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48907,
43.76533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49089,
43.76512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.12348,
43.78789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5029,
43.703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33485,
43.75853
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32605,
43.6642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29791,
43.7137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18495,
43.78736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54178,
43.74934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30136,
43.68892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34214,
43.66064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29687,
43.6903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24069,
43.71795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37884,
43.64535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26315,
43.73318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29424,
43.80178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30342,
43.76849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24528,
43.75529
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19144,
43.78707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26672,
43.80863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51672,
43.75724
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28132,
43.76615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18976,
43.76718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3546,
43.6657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27003,
43.78723
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19324,
43.76671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37995,
43.64873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4217,
43.73985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53457,
43.70963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30304,
43.72528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33076,
43.65558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61871,
43.73354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33647,
43.72338
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38304,
43.65386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26821,
43.71489
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23137,
43.78399
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22597,
43.77761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21643,
43.78002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36607,
43.71339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26426,
43.732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26956,
43.83244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24986,
43.70897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24031,
43.72112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2704,
43.81454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39855,
43.70451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51837,
43.71869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21604,
43.79834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52988,
43.74614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34846,
43.7361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53526,
43.63817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39324,
43.78466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61817,
43.73343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35568,
43.73388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41615,
43.78197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25606,
43.77489
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41528,
43.64135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37101,
43.65063
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42113,
43.74005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61418,
43.75089
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58499,
45.66313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36477,
43.79044
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54493,
43.60118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48608,
43.74484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29538,
43.74512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50969,
43.72463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29243,
43.76781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25496,
43.71797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5126,
43.70106
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33672,
43.80463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29626,
43.70898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28041,
43.76605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31521,
43.75787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26307,
43.73245
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24144,
43.77454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26047,
43.77396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30168,
43.81229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48834,
43.65879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30329,
43.7997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3991,
43.70539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39857,
43.70509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.171,
43.80945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81644,
45.58638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35201,
43.78143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55601,
43.61441
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33654,
43.72344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54785,
43.76495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21612,
43.77999
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29072,
43.72106
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35674,
43.68442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29219,
43.76309
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40227,
43.72488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35799,
43.67529
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34314,
43.7368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29356,
43.79497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31414,
43.74095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31808,
43.79613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42369,
43.66241
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43571,
43.75591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25036,
43.77254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34604,
43.70297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25946,
43.79153
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29501,
43.74519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51497,
43.74674
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47933,
43.65864
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29302,
43.90262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49472,
43.61266
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54042,
43.65078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25874,
43.77437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27274,
43.76734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26675,
43.73243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41498,
43.78158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41185,
43.76183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33793,
43.68107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25859,
43.73456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29844,
43.70851
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33475,
43.68883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21092,
43.76302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34097,
43.72807
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48482,
43.73323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32887,
43.69788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25611,
43.71739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6216,
43.7248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20422,
43.75184
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38081,
43.6935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28017,
43.70987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35554,
43.79265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28019,
43.82998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33207,
43.7395
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53794,
43.69887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51129,
43.6481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58173,
43.71521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45181,
43.77938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32581,
43.78091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25804,
43.73464
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20798,
43.74747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29734,
43.80107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54904,
43.63073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51133,
43.64798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41534,
43.78182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37607,
43.66644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56208,
43.74769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47693,
43.72833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52674,
43.65185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52849,
43.62506
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56253,
43.73094
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37885,
43.64603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31795,
43.70111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36971,
43.69942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29112,
43.81232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30159,
43.81148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41446,
43.7802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60586,
43.68599
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30727,
43.80067
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57314,
43.72855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13078,
43.78082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38557,
43.66092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34637,
43.77113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22504,
43.83331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34614,
43.74777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51732,
43.75742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24914,
43.75478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42154,
43.7398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3588,
43.8091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3049,
43.74311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18385,
43.77153
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28517,
43.78379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41995,
43.75953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19065,
43.77897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34628,
43.74801
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30051,
43.72488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3976,
43.80305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40693,
43.6431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28461,
43.68158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26874,
43.76107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19208,
43.78231
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32986,
43.65497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42333,
43.75881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41194,
43.66703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56284,
43.67375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51545,
43.76323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51605,
43.65789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38178,
43.66548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41106,
43.66605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13027,
43.78076
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29272,
43.81437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48395,
43.64998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46106,
43.73192
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28971,
43.69481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60271,
43.7301
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51937,
43.73811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45362,
43.63976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38796,
43.647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50516,
43.73684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47177,
43.7295
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22107,
43.82
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41674,
43.63863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49422,
43.72404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29918,
43.72717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40194,
43.67551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37734,
43.64658
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34212,
43.69077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42537,
43.66122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43823,
43.75521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43945,
43.75918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49086,
43.76556
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44293,
43.79119
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31888,
43.79594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26139,
43.7709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25096,
43.83501
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21885,
43.79787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30392,
43.77967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27117,
43.68807
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13948,
43.77885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35531,
43.69048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28844,
43.6937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34585,
43.77604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32792,
43.72746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34693,
43.75539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34216,
43.71933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39331,
43.7915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34038,
43.72588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58482,
43.7435
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2672,
43.75695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60153,
43.7347
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26401,
43.73227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35517,
43.79656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19999,
43.76545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31008,
43.75776
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34603,
43.80283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39288,
43.80392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27785,
43.75676
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30239,
43.79087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55394,
43.68438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56634,
43.71135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50979,
43.72507
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50751,
43.70024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54299,
43.65976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37738,
43.70232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43656,
43.69945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49286,
43.69329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45983,
43.7319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56389,
43.70546
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41273,
43.64191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4907,
43.76173
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32999,
43.7934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35682,
43.65086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38224,
43.7013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39912,
43.65269
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25174,
43.82431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36676,
43.66207
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30687,
43.79877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45972,
43.67423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38396,
43.65567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26895,
43.81128
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26355,
43.73299
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26708,
43.75686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34997,
43.65915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54596,
43.76471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51106,
43.74988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57241,
43.72894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50919,
43.77695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39133,
43.65438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43752,
43.64039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47877,
43.63077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5442,
43.59189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36577,
43.7809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39377,
43.64922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28407,
43.86527
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52292,
43.71785
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57477,
43.69085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57441,
43.72824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54457,
43.69239
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51118,
43.70129
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46626,
43.65406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45319,
43.65697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51656,
43.65892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47036,
43.66263
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60912,
43.73223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62093,
43.68681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28491,
43.68147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47029,
43.63709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5356,
43.66143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25382,
43.73535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26417,
43.73144
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19363,
43.78516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34978,
43.76142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47432,
43.65155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52094,
43.61644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41698,
43.63868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48334,
43.68384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18776,
43.76962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22529,
43.73134
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23175,
43.82472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32635,
43.78208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61931,
43.73788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31805,
43.7638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36885,
43.67363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51432,
43.7197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4536,
43.71418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40593,
43.74517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2688,
43.80752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27553,
43.76696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1897,
43.76724
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44832,
43.69605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5735,
43.66827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20612,
43.80077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26824,
43.83462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34198,
43.66559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4028,
43.72456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41486,
43.78133
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27832,
43.75872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3445,
43.65999
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24532,
43.71999
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2537,
43.7356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20774,
43.78754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26707,
43.73242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28269,
43.71622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37624,
43.64137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2806,
43.71113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45366,
43.65673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33696,
43.81816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5013,
43.74166
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25567,
43.78291
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30106,
43.76096
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37582,
43.66967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2659,
43.70192
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35448,
43.79242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17636,
43.80707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34365,
43.73732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33539,
43.70962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31797,
43.72628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32971,
43.727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.265,
43.75077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19313,
43.78552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35619,
43.68648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4142,
43.65515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4161,
43.78175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32353,
43.81984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27847,
43.75917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30481,
43.90066
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2623,
43.77305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53866,
43.73548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55637,
43.71677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59286,
43.71772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56308,
43.6524
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5627,
43.61252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26435,
43.73233
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21866,
43.77948
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1834,
43.78774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25709,
43.73213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32371,
43.77521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55037,
43.67565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38132,
43.63978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36167,
43.76356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48044,
43.6243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42196,
43.67151
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51296,
43.75257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54131,
43.63477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44787,
43.74087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25242,
43.77504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48107,
43.76917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25246,
43.77512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34781,
43.77753
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40693,
43.6431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25238,
43.83647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56506,
43.73729
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37735,
43.66649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38888,
43.67684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38087,
43.65638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47852,
43.63141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20402,
43.74622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39849,
43.70439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49644,
43.72342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39343,
43.66577
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36938,
43.65445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26333,
43.73251
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42094,
43.64927
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47873,
43.631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30641,
43.66867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40633,
43.74424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32205,
43.77547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43952,
43.69187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25099,
43.77951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27307,
43.77316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35235,
43.70252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40009,
43.70607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3055,
43.77343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43648,
43.67941
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37919,
43.66198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25883,
43.77416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24046,
43.8135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28603,
43.72351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40685,
43.63639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39447,
43.64403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2487,
43.83706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39971,
43.70575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40593,
43.74517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47527,
43.7671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25602,
43.78547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37212,
43.75112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37951,
43.65627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23436,
43.84053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54752,
43.72266
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42288,
43.75877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61001,
43.73346
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21992,
43.74521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20732,
43.74826
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2262,
43.77755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25565,
43.8034
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60959,
43.74462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44978,
43.73662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41684,
43.78499
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44111,
43.79328
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18517,
43.7506
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20299,
43.80139
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58752,
43.70006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34142,
43.81662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26461,
43.74987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17557,
43.7896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.621,
43.68704
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40029,
43.65859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20467,
43.75109
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28342,
43.67343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3756,
43.65249
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27802,
43.73047
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28655,
43.80413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28253,
43.67361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28534,
43.67303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40391,
43.64692
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56238,
43.7126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23734,
43.77523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47039,
43.78703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52975,
43.65908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34554,
43.77611
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28436,
43.78415
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1836,
43.76215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21004,
43.80958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.476,
43.68087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27764,
43.70417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30169,
43.68922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49211,
43.70539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4517,
43.73392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47419,
43.70987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45469,
43.7141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25254,
43.73584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25004,
43.76851
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3473,
43.70351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31675,
43.66669
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35697,
43.68384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.337,
43.69221
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23417,
43.72897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28676,
43.68724
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34246,
43.66693
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28087,
43.68171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36666,
43.6613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26431,
43.73142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25715,
43.69714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32311,
43.68434
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3586,
43.67668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25846,
43.77421
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35247,
43.79304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39861,
43.70526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26451,
43.73265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34693,
43.75522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38098,
43.70156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31349,
43.71728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34754,
43.70656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35734,
43.68253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34188,
43.77618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3526,
43.78685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45526,
43.71392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35784,
43.80962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36076,
43.70331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35821,
43.67714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33694,
43.75216
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37227,
43.65043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32977,
43.8183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26383,
43.73208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34165,
43.81541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39317,
43.80386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26538,
43.73262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26418,
43.73171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58576,
43.66512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49501,
43.69179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52188,
43.697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39619,
43.64815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42376,
43.65415
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42358,
43.63977
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39184,
43.63842
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38506,
43.65875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37292,
43.65025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31858,
43.80106
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29072,
43.78901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43148,
43.63816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45251,
43.65651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39294,
43.70776
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53579,
43.63787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23207,
43.77681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40274,
43.66466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40684,
43.63639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39658,
43.65326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54945,
43.61044
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2973,
43.82578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41091,
43.66419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50002,
43.61992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30907,
43.82312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39336,
43.79178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49303,
43.60382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28126,
43.67372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32785,
43.66384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37545,
43.65268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43061,
43.64188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41285,
43.63702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43536,
43.73708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.426,
43.66279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45372,
43.63966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48521,
43.74495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57067,
43.69178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5083,
43.60017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3231,
43.77536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50851,
43.63931
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64105,
43.72141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46329,
43.73143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51158,
43.61866
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54169,
43.594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39788,
43.66873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21246,
43.74396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2779,
43.90707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31913,
43.75802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33575,
43.77575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31619,
43.77686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24673,
43.73684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41872,
43.75974
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50441,
43.69318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39194,
43.74636
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40182,
43.7563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46703,
43.75208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37166,
43.75122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5753,
43.7017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57589,
43.76418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53241,
43.70242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55846,
43.7226
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38624,
43.66874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43168,
43.67465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32323,
43.76242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40659,
43.74526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.15046,
43.7995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1394,
43.78613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41527,
43.64212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19955,
43.80123
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46805,
43.71769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22735,
43.79991
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24121,
43.79896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29664,
43.6753
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37087,
43.67132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32514,
43.77996
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36922,
43.64424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30488,
43.69217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30103,
43.68896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32312,
43.68414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2821,
43.68121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34389,
43.65157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25728,
43.75935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27349,
43.69921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58833,
43.68761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3349,
43.73902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53639,
43.63709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29573,
43.68945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24639,
43.75546
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24086,
43.79811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34314,
43.7368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56502,
43.67417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26821,
43.73259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38418,
43.65714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40604,
43.74547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50336,
43.6204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54178,
43.74836
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53921,
43.73862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54145,
43.62229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45833,
43.68364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2434,
43.83821
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55318,
43.71136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58607,
43.6881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31008,
43.75703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36946,
43.71267
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20827,
43.79648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35425,
43.69243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35155,
43.66281
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34098,
43.72813
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32411,
43.67171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50168,
43.66481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27281,
43.71803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46126,
43.73188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53551,
43.63772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47485,
43.66129
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39951,
43.76413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19302,
43.78454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62138,
43.72495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36811,
43.75195
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23641,
43.79432
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30643,
43.69483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26374,
43.73236
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24178,
43.81322
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40513,
43.78964
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39861,
43.70514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32063,
43.82039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40582,
43.652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49361,
43.72393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46589,
43.65408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41609,
43.78176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42275,
43.68712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53459,
43.63896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51658,
43.70035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4428,
43.71955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20556,
43.74956
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28809,
43.69316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19662,
43.76
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24707,
43.73563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30665,
43.6709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35288,
43.64523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53274,
43.74513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59689,
43.75941
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35799,
43.6558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44981,
43.67646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52752,
43.59578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54016,
43.63615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41451,
43.6929
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28034,
43.71069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54202,
43.75091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25704,
43.77447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24935,
43.73925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31993,
43.67465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29763,
43.6891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4368,
43.74891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43485,
43.74082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44464,
43.79086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25911,
43.79036
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34243,
43.7761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34677,
43.77622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28018,
43.71046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32885,
43.7039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39916,
43.70489
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24478,
43.75578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43728,
43.77494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49072,
43.76509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38638,
43.78628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23117,
43.7767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51237,
43.72006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51371,
43.71983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21983,
43.76084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38795,
43.70893
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27593,
43.74945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24765,
43.75508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36998,
43.7984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41505,
43.78086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4149,
43.78141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49617,
43.68517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42735,
43.6389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35232,
43.66498
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47184,
43.67191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39945,
43.65657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31773,
43.82108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4039,
43.66716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39317,
43.64082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3915,
43.63772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26528,
43.75183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36479,
43.71356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33263,
43.85063
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43971,
43.73616
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39711,
43.64507
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60915,
43.74779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39515,
43.646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4474,
43.73491
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30848,
43.82351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27239,
43.76754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26367,
43.73181
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47565,
43.76677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48749,
43.7446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46107,
43.75079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45348,
43.73326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43507,
43.67966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36717,
43.66205
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39934,
43.63624
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35857,
43.66103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4107,
43.63632
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34268,
43.66039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49244,
43.60406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41134,
43.66621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44577,
43.63885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53612,
43.63721
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52657,
43.65145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47842,
43.63159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34669,
43.65963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45763,
43.66378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40768,
43.67576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36631,
43.80335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40864,
43.64627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56047,
43.64618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5186,
43.63299
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50134,
43.6649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52706,
43.62075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51593,
43.59605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26026,
43.71665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57458,
43.72808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4978,
43.66633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53012,
43.69004
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5474,
43.61099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50182,
43.62415
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24246,
43.79308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21842,
43.74203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23515,
43.73949
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32608,
43.66419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58669,
43.72611
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55809,
43.7217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48821,
43.6884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52993,
43.65991
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4364,
43.69978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4625,
43.69839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48608,
43.78361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22138,
43.81953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27979,
43.766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35485,
43.76188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2345,
43.78162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39774,
43.70417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60091,
43.72926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55921,
43.62869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43534,
43.67819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45969,
43.73186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29824,
43.70517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34418,
43.67739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26063,
43.70096
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36461,
43.65576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31832,
43.6962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28001,
43.70982
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34957,
43.69168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36729,
43.64907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46261,
43.75054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60551,
43.72921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22731,
43.81544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61363,
43.68285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78752,
45.57674
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69274,
45.55888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7227,
45.56168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72657,
45.58117
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68277,
45.51281
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74873,
45.58251
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72317,
45.59795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71267,
45.57074
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78553,
45.6147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80091,
45.60037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74876,
45.55353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80524,
45.53317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66873,
45.55805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73832,
45.54643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61806,
43.73297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69748,
45.59358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67916,
45.61621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86409,
45.55808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74937,
45.56825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68222,
45.55984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81082,
45.57675
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72317,
45.554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75453,
45.64504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6515,
45.62973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.54306
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68248,
45.51335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75133,
45.62608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72755,
45.5393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76049,
45.55229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74561,
45.62063
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82476,
45.56728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83552,
45.5754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64837,
45.63178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73125,
45.56429
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72005,
45.55917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74656,
45.55924
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76441,
45.54323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77366,
45.52538
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78019,
45.60717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65093,
45.60361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85437,
45.55304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80459,
45.52478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7277,
45.5821
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70519,
45.56858
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57461,
45.66832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86241,
45.52284
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70172,
45.57883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68096,
45.57871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7407,
45.53416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64376,
45.61661
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81658,
45.524
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71057,
45.5867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68054,
45.57819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61624,
43.64453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73367,
43.64024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66228,
43.54764
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73264,
45.36086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57085,
43.60005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54399,
43.63246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53942,
43.63561
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76347,
43.58305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6622,
43.59621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65871,
45.40989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7227,
43.58787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63321,
43.57749
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43166,
43.457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66,
43.68817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64593,
43.59381
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64806,
43.5936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63743,
43.70836
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53853,
43.63493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71919,
43.62941
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80933,
43.34007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53938,
43.468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32166,
46.75966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86806,
45.6688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77504,
45.68123
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69302,
43.57061
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75882,
43.5834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74248,
43.54015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64539,
43.49666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65112,
43.5267
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66987,
43.61935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53834,
43.63531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65184,
43.57905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63596,
43.71667
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75865,
43.58342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64631,
43.59504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55298,
43.63778
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57978,
43.55701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93056,
45.55825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.18032,
43.01386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86871,
43.2566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70526,
43.68933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.95216,
43.87753
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41451,
43.78048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56254,
43.76715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68057,
43.59921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02277,
43.89575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08162,
43.86442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7996,
43.41091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.89597,
43.9433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.11865,
43.82593
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.78702,
43.91102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87026,
45.66707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66492,
43.54776
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36453,
43.76262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59828,
43.59608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4593,
43.65566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55851,
43.63052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53876,
43.6356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66389,
43.59685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48412,
43.68808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56914,
43.65041
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48332,
43.65009
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48891,
43.68879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47293,
43.68499
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58806,
43.75608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59299,
43.67189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44584,
43.69669
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5211,
43.77562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56948,
43.71749
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04957,
43.87485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60587,
43.60457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47166,
43.68238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53467,
43.70969
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53169,
43.70617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48253,
43.72905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5217,
43.77494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69603,
43.56863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48378,
43.68565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66302,
43.58775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47048,
44.01217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4367,
43.86887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48433,
43.66887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61487,
43.68405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7375,
43.57444
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40018,
43.70618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42962,
43.66158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46316,
43.72558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61256,
43.5989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47591,
43.65319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5382,
43.85708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42087,
43.80165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47615,
44.03702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65788,
43.60255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42087,
43.8007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54065,
43.8482
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68336,
43.54294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61193,
43.54238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53819,
43.63591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71973,
43.55085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45066,
43.73439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5797,
43.61317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75902,
43.5838
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57549,
43.64273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64998,
43.59127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61282,
43.52682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6458,
43.5909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64803,
43.56096
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49581,
43.67675
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66511,
43.58945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4826,
43.68754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64581,
43.59375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70804,
43.62502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5898,
43.66419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68067,
44.35265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39701,
43.6978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41479,
43.78116
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46539,
43.66746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46546,
43.67959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45103,
43.67598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60842,
43.75657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51092,
43.77407
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4573,
43.7263
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41473,
43.70328
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58661,
43.60673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63061,
43.51141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50883,
43.77658
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43654,
43.6996
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41925,
43.79519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42657,
43.83938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6461,
43.59521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46335,
43.66278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47474,
43.6939
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64635,
43.59352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43451,
43.67384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66444,
43.5358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71744,
43.5494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69853,
43.55522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50014,
43.68918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47532,
43.69026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73148,
43.64756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68336,
43.54308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75874,
43.58334
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51676,
43.75309
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50759,
43.70038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48412,
43.69155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56144,
43.63463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67864,
43.62542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4364,
43.69894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44812,
43.79207
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67747,
43.52657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45264,
43.65702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62572,
43.59076
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59446,
43.61705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53616,
43.64364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45469,
43.73298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49111,
43.68656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44787,
43.65741
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.443,
43.77384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51345,
43.77711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42374,
43.74296
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6743,
43.52509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62002,
43.63622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23535,
43.8789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6068,
43.58001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58884,
43.66495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56128,
43.70025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64635,
43.59396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74226,
43.53992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68575,
43.52499
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50077,
43.69081
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50329,
43.70092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48763,
43.68868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75874,
43.58324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6905,
43.51807
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42643,
43.70525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40207,
43.68787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40893,
43.70443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64744,
43.58709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71108,
43.56074
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43639,
43.69894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48087,
43.78488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64186,
43.59597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70308,
43.61761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46433,
43.70467
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67126,
43.55059
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71195,
43.58039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73225,
43.56218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62444,
43.58236
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71174,
43.54234
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64028,
43.72165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75481,
43.60527
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64736,
43.59396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50941,
43.777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4126,
43.76875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44491,
43.79275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42602,
43.63536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.30301,
45.39507
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51386,
43.74198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48458,
43.68403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39897,
43.70463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6596,
43.5427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74129,
43.65685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5414,
43.77125
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54793,
43.63086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41272,
43.70364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49079,
43.76213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47412,
43.68798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49745,
43.7109
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48956,
43.70224
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72181,
43.64034
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82818,
43.35952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64735,
43.59408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42648,
43.83945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5003,
43.68877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73614,
43.65102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28481,
43.867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63304,
43.56575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49358,
43.67152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41182,
43.70383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47132,
43.68221
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46537,
43.98995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45491,
43.67569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53887,
43.67997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50763,
43.67916
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40536,
43.83993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46976,
43.78747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35308,
43.85095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47772,
43.65458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50073,
43.69115
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4824,
43.72863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49963,
43.68439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.19933,
43.49878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41473,
43.78018
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.412,
43.71514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43318,
43.68015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62627,
43.58735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44551,
43.72394
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57448,
43.72811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5556,
43.82388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.00802,
45.77436
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54626,
43.63146
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6869,
43.61436
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42094,
43.79795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66803,
43.56959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28782,
46.76774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43641,
43.69898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44288,
43.65908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90552,
45.56513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73463,
43.6333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85731,
45.6508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4949,
45.55918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52368,
45.58977
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20771,
43.00886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4775,
43.72833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47057,
43.7052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0041,
45.77485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43301,
45.50869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19235,
43.02761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44548,
45.63573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45168,
43.74044
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29439,
42.98695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48536,
43.74099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6843,
43.5437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53593,
43.63742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4273,
43.76972
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47518,
43.69043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91283,
45.54506
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.01802,
45.79049
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93707,
45.52883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19862,
43.01145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49207,
43.84483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4841,
43.64995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46123,
43.74839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51968,
43.46053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3627,
43.65307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22676,
42.9392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3763,
43.72198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39919,
43.70563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5401,
43.84735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29041,
45.33075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43631,
43.69971
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22216,
42.93457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44199,
43.42242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4284,
43.64162
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52773,
43.43493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.26472,
45.29704
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89247,
45.5503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8203,
45.61905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.542,
43.75079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.61674,
46.19769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44553,
43.66437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28495,
42.96303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27357,
43.02922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43252,
43.65248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44914,
43.69315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39946,
43.70557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42683,
43.63442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90379,
45.56317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02418,
45.76053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20433,
42.99679
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43348,
43.65479
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4328,
43.65321
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85378,
45.63968
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47739,
43.7056
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44548,
43.79238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4669,
43.7679
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25238,
42.98451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5119,
43.77751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42753,
43.71038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48217,
43.72731
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46238,
43.74871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44833,
43.65197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.50514,
45.45613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73972,
45.37361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76631,
45.26165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74242,
45.26918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73279,
45.28912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6585,
45.35984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62333,
45.39923
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90672,
45.26373
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93213,
45.34312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.46773,
45.44823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90398,
45.31202
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70628,
45.33541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67177,
45.41995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90081,
45.31025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72422,
45.33487
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74175,
45.40065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.87825,
45.28595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68831,
45.43196
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51907,
45.47868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71086,
45.27681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73751,
45.40341
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68803,
45.42603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93551,
45.27005
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75915,
45.34651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67039,
45.43299
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.61309,
45.43328
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62312,
45.42962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78296,
45.36908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51907,
45.47868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68459,
45.42921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72885,
45.39458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67643,
45.38519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59587,
45.41909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69108,
45.42649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.94425,
45.26418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67171,
45.44205
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74893,
45.39445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63743,
45.42051
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69423,
45.42247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93186,
45.34284
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78254,
45.36774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68427,
45.42935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69914,
45.43451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79476,
45.35835
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77462,
45.36048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80125,
45.34592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77055,
45.37003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63084,
45.38915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70012,
45.36124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.47675,
45.48301
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75534,
45.28897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72133,
45.24517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63399,
45.41771
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71001,
45.27262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71577,
45.41818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73203,
45.34825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64169,
45.44282
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6386,
45.3461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.48191,
45.49767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63448,
45.42122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70438,
45.41901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.9076,
45.30924
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79991,
45.35189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62921,
45.44673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7084,
45.36398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73708,
45.39862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.87582,
45.30257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76163,
45.34741
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.56418,
45.46213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76586,
45.3871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78941,
45.34741
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.52998,
45.46837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59985,
45.42659
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93131,
45.34532
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71518,
45.27511
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69334,
45.42545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76322,
45.349
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63415,
45.41016
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74053,
45.38485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.91801,
45.30913
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6982,
45.42065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90822,
45.27277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81107,
45.34553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.88815,
45.29578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6236,
45.3202
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70703,
45.36501
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.48901,
45.46056
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.86412,
45.2828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74895,
45.39748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63802,
45.4208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72347,
45.28418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70966,
45.27257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69066,
45.40701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79301,
45.3605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67855,
45.43768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.91168,
45.28325
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76958,
45.35587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63206,
45.3597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68615,
45.39904
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.87447,
45.27485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76309,
45.34903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.44862,
45.46569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80802,
45.34267
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75959,
45.26291
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73381,
45.30137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69412,
45.42178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69391,
45.42209
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65554,
45.35405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.52767,
45.45477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73431,
45.40375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51931,
45.47863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75114,
45.39331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65649,
45.41648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65883,
45.35979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.54206,
45.45631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66734,
45.27752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70536,
45.41166
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.61259,
45.43275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81354,
45.34502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78276,
45.36613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.44855,
45.4646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67329,
45.38568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64808,
45.37989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60815,
45.43154
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.48891,
45.4919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70805,
45.28082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.89088,
45.32258
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93604,
45.34792
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63402,
45.40934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62107,
45.43863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6749,
45.42002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77075,
45.38158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90958,
45.31513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78251,
45.36703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63409,
45.4092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63833,
45.42046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73627,
45.40373
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81159,
45.34353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.47835,
45.44497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80025,
45.34612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.89841,
45.30906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84352,
45.19137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62631,
45.40717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76245,
45.35921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77805,
45.37967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63802,
45.4208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66869,
45.39779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72384,
45.3684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7623,
45.34839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90636,
45.26331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80212,
45.35634
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59724,
45.44317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.88602,
45.32256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.88654,
45.3216
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68886,
45.41612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7632,
45.349
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63697,
45.42071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65743,
45.41422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68999,
45.4276
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67417,
45.44098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7685,
45.35634
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76759,
45.26079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67726,
45.38414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67914,
45.38252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68024,
45.43461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81136,
45.34364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65883,
45.35979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51221,
45.48774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7093,
45.41011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79597,
45.34643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63387,
45.40948
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.88458,
45.30375
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80783,
45.34831
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75998,
45.34681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.83156,
45.31384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90742,
45.30903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78147,
45.35629
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51488,
45.43069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72725,
45.34032
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7944,
45.35986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81166,
45.34382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60815,
45.43155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67575,
45.3856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74706,
45.32598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78197,
45.37221
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90675,
45.30934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71651,
45.27466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.44855,
45.46453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7683,
45.37239
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67847,
45.38356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72681,
45.3912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.57757,
45.44703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75877,
45.39325
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65883,
45.35979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81149,
45.34547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.87078,
45.27824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.8683,
45.2738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62595,
45.40435
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73182,
45.38701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51949,
45.47824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.54289,
45.4481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69536,
45.38651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.95055,
45.32842
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90497,
45.31236
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.82988,
45.34452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64884,
45.37313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73067,
45.25923
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.82573,
45.32516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70763,
45.37509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62568,
45.40382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68607,
45.37716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6667,
45.41204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78645,
45.36317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.85675,
45.26772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66162,
45.324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60708,
45.43288
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.49394,
45.45908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67648,
45.38517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.46199,
45.44927
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68846,
45.42758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67903,
45.39402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.8996,
45.25548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.88914,
45.29761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64608,
45.43933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.48672,
45.49144
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.48235,
45.45057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66259,
45.38597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73138,
45.2816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75923,
45.34672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69907,
45.42126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59474,
45.37518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78846,
45.34072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60815,
45.43154
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69977,
45.42103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92941,
45.37884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.91593,
45.31304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75019,
45.37902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71556,
45.27651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76141,
45.34704
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70139,
45.40396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90659,
45.30947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67162,
45.44211
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90646,
45.30939
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73329,
45.40417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.57113,
45.45943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76904,
45.34876
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.92975,
45.30403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69548,
45.38716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69073,
45.42666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66091,
45.43283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.5897,
45.45277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74049,
45.40118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66482,
45.41217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69582,
45.38831
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73412,
43.66597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62211,
45.36914
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40238,
43.72528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84796,
45.35185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67424,
45.34971
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62553,
45.4473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64755,
45.42157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46845,
43.68214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47005,
43.70376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65879,
45.36008
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5933,
43.78478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63683,
45.42075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63743,
45.42051
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44953,
43.6959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49092,
43.763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42656,
43.63659
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4459,
45.48413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66658,
45.34631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49178,
43.68784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.23174,
45.29541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42089,
43.79781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55365,
43.68372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43698,
43.4664
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76739,
43.65603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74147,
45.26676
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47187,
43.78686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83459,
45.65971
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78997,
45.34992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49563,
43.67602
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46697,
43.671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74744,
45.3456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76133,
43.76615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91311,
45.56746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45758,
43.72668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46043,
43.65563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47187,
43.78403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39881,
43.6799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45155,
43.70062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50889,
43.77803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5296,
43.48073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44395,
43.68008
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40379,
43.70568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47553,
43.69756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.26788,
45.3321
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73613,
43.66833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44417,
43.68068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48755,
43.86105
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.454,
43.7107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49243,
43.84112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44488,
43.68246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50106,
43.76625
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38967,
43.63812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48065,
43.66189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.28975,
45.43896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45141,
43.69894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42561,
45.43999
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23032,
42.95803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27931,
42.98775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93743,
43.8652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.00385,
43.8851
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04135,
43.8468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45285,
43.73339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48321,
43.73135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42915,
43.64371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44878,
43.69237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81793,
45.32852
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45266,
43.73418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41543,
43.78149
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.26101,
45.44257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44796,
43.69037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93069,
45.53358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.31409,
45.416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77457,
43.73183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37962,
45.50298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44111,
43.67308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29713,
45.44783
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04536,
43.88135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.30565,
45.45917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38615,
43.78644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45862,
43.73215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45625,
43.7208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48077,
43.72051
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47826,
43.70882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46454,
43.67806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50931,
43.7756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71599,
43.68195
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42751,
43.63907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45652,
43.72209
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32628,
45.57666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23534,
46.82774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3363,
45.58656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41706,
43.78514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45109,
43.73477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42104,
43.67031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56055,
43.76754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73403,
43.66643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2811,
43.72913
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4555,
43.71755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35035,
43.71706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38944,
43.70865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35602,
43.73452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80402,
43.71847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20499,
42.92891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37524,
45.50387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76077,
43.64119
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.9456,
45.62559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22416,
42.95906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73865,
43.68766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64006,
43.72329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32207,
45.57064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34453,
45.57825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34451,
45.58299
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79401,
43.71104
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23327,
42.9411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58794,
43.75998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74323,
43.65616
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3853,
45.38297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72087,
43.71867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74963,
43.65974
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56621,
45.49809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78838,
43.5918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51962,
43.88643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36107,
43.81213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51245,
43.77865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34476,
43.77973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39143,
43.88057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36993,
43.82225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39326,
43.88792
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38153,
43.86232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45387,
43.80903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37231,
43.87587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51783,
43.95418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71649,
43.71882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52125,
43.79505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.71046,
43.90547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.21375,
43.56643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55621,
43.85718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.70723,
43.9087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79657,
43.32566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.769,
43.35345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.10501,
46.04425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.1059,
46.04493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.12096,
46.02734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37106,
45.70189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.10683,
46.02457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49944,
43.83867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34887,
43.77938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73573,
43.38002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28967,
46.76766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.15488,
46.02073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34377,
46.68006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71686,
43.75896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77287,
43.67768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82195,
43.67553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61191,
45.44608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38871,
43.6548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32254,
46.7595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.2666,
45.30128
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6419,
45.42805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62196,
45.43976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39448,
43.64559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.82743,
43.88832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6895,
45.39929
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.04192,
45.12751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98499,
45.11728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89755,
45.04588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.90452,
43.96285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31169,
46.69283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32297,
45.79847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.25238,
45.84645
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52199,
45.53064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43726,
45.67398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.15398,
46.01548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0168,
45.38863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22902,
46.80302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98423,
45.36321
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.03445,
45.39501
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32342,
46.81286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7049,
45.377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91192,
45.54498
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25814,
46.84598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.94728,
43.9177
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21358,
46.8467
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84589,
43.92103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68183,
45.54109
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95088,
45.40611
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73183,
45.58118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38081,
43.83815
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41808,
43.79042
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46405,
44.19155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43238,
44.06735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35358,
46.77374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34454,
46.93054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21734,
46.81134
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88065,
43.93699
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44839,
43.6389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66966,
45.41834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31984,
43.67566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02353,
45.41237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.06236,
45.41402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64655,
43.59472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02376,
45.38923
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33702,
46.82286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50945,
45.58559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40673,
43.39195
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.201,
43.81995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51349,
45.51519
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32796,
43.76188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26679,
43.73238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3311,
43.80393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6178,
43.60878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.26662,
45.30101
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62763,
43.58802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25614,
46.81806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58644,
43.63712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19326,
46.85918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63946,
43.51804
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75893,
43.58625
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58426,
43.63943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63029,
43.62722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53819,
43.6354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68015,
43.54385
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66345,
43.5976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6029,
43.62208
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54213,
43.63391
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6459,
43.59547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68271,
43.54591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71371,
43.5412
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22514,
46.7622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27584,
46.73109
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84963,
43.94025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2304,
43.77315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66781,
45.27683
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63069,
45.31456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.03243,
43.84823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87164,
43.93452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13409,
43.86217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04095,
43.84752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5136,
45.5262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30982,
46.84046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66136,
43.55907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68561,
43.57805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53787,
43.63558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33113,
43.79293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40652,
43.74548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46817,
43.39102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48785,
43.40378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6168,
43.58035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54214,
43.64037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71268,
43.54331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68519,
43.63042
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60999,
43.57194
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65733,
43.66438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75803,
43.57885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64666,
43.57461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64643,
43.59412
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52617,
43.47583
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72604,
43.64333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62371,
43.51043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73095,
43.60654
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62713,
43.58769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53905,
43.4623
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22386,
43.83099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.50342,
43.40942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69224,
43.53064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76466,
43.60422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34478,
46.8403
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71067,
43.6244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4432,
43.45963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34142,
43.81662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34087,
46.67179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.46316,
46.12003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.14725,
45.9108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.12539,
45.94453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59378,
43.66061
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29934,
46.78102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.98381,
43.37149
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.97986,
43.37071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.27321,
45.28443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73603,
43.60396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59051,
43.56168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19743,
43.79733
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2303,
46.8051
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61269,
43.59242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51949,
45.47824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60613,
45.43214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53577,
45.59265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74055,
45.43223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.50165,
43.41905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.16911,
45.44387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65479,
45.35014
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55708,
43.51198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.41137,
43.38797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51935,
43.4377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75867,
43.58314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67576,
43.52827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68691,
43.52662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66977,
43.63686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78435,
43.59719
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72498,
43.58987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63958,
43.70644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.30708,
45.36199
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66692,
43.53646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.1279,
43.91257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.07915,
43.92016
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37975,
43.64014
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3023,
46.7723
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52586,
43.43148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22553,
43.82503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35878,
46.83798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54103,
43.44348
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62689,
45.39466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49637,
43.4539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2326,
43.74024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27186,
43.00627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71714,
43.63617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32817,
43.69424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20377,
43.78111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35288,
43.66542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.11153,
45.43045
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72831,
45.33838
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63616,
43.60415
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6947,
43.6566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62762,
43.57057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53558,
43.47237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87809,
45.36877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40363,
43.39022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.97879,
45.38078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77312,
43.57554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73587,
45.35652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59003,
43.60395
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94633,
45.39293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0152,
45.38507
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4037,
43.39065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53098,
43.4801
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94903,
45.38108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51697,
43.41515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25787,
43.83491
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75145,
43.59018
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46819,
43.39635
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75981,
43.57323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44141,
43.42252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38781,
43.65492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52887,
43.4981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24154,
43.78064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44736,
43.43445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33135,
43.77457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9137,
45.55077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40215,
43.64407
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41822,
45.50883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23564,
42.97672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49627,
43.45392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84785,
45.61917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2135,
43.01606
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39196,
43.68786
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49007,
45.41531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50793,
45.40401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64566,
43.58846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73289,
43.55246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47691,
45.40142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51598,
45.39355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61891,
43.58191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52137,
45.38126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.16191,
45.58039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34226,
45.59552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52992,
43.71617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29586,
43.80148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47808,
45.35358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47818,
45.4011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3404,
45.59781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49702,
45.40714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25327,
42.98122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.1906,
45.56204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49091,
43.72453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46818,
45.468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51925,
43.42356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52387,
45.52362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27045,
43.01052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39252,
43.78479
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52843,
43.49809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5504,
45.37872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60581,
45.37748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54085,
43.474
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63186,
45.43173
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19054,
46.8603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24789,
42.98566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74617,
45.65606
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73312,
45.62772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72377,
45.57492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72767,
45.58029
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5734,
43.45507
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41358,
43.65079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29021,
43.52715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44175,
43.4218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43428,
43.63759
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27229,
43.01035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51208,
45.37126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53894,
43.73902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18069,
43.7885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24152,
43.01886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54148,
45.3727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55569,
43.47147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.16435,
42.98992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32026,
43.67268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24414,
43.01806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.27985,
43.54983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.50733,
43.4558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25295,
42.98009
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5119,
43.7793
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57243,
45.49255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50008,
43.70366
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36505,
43.81335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50883,
43.95232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36588,
43.8811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49218,
43.48808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70464,
43.75027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75109,
43.69073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7999,
43.64503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73698,
43.77401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77091,
43.63174
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76041,
43.61636
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76472,
43.75953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8154,
43.72443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.2003,
45.95286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2764,
43.0019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.31997,
43.00811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70347,
43.64828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45048,
43.65328
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79694,
43.69674
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2805,
43.02275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75007,
45.6112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27416,
43.00982
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4032,
43.65746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86089,
45.5984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43058,
43.93597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39708,
43.65316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24583,
42.98604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70557,
43.64582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3279,
43.71952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81197,
43.63667
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86345,
43.21799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77262,
43.26315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76561,
43.22879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86047,
43.25082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86734,
43.26087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86756,
43.25482
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88255,
43.2391
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90281,
43.25894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89039,
43.22121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87779,
43.23741
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.9021,
43.18458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74995,
43.22492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64595,
43.2166
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87266,
43.24862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86837,
43.25246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.805,
43.2489
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90962,
43.16574
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8707,
43.25621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81398,
43.23084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91942,
43.25803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86315,
43.21809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8549,
43.2416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83772,
43.19856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8803,
43.25779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.02077,
43.18867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81604,
43.26354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86353,
43.19552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.97018,
43.22958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76939,
43.18982
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7864,
43.23721
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.02121,
43.19523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82193,
43.24849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79724,
43.19019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74393,
43.23318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.93864,
43.27538
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82341,
43.2113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79404,
43.21359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75543,
43.24383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83593,
43.21024
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85289,
43.26085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.95773,
43.26656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88764,
43.26217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80655,
43.19614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69254,
43.21254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81768,
43.26075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85719,
43.24867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87028,
43.25332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83717,
43.24694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76598,
43.22877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76579,
43.22894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81709,
43.26246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86051,
43.27686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88833,
43.3312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92592,
43.25317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85876,
43.24911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90971,
43.23762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80306,
43.20878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75747,
43.2362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85978,
43.20349
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73055,
43.21907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.98917,
43.25647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79289,
43.23426
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89383,
43.21227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75554,
43.2422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91101,
43.23451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94925,
43.23495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81559,
43.23404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91441,
43.23337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80764,
43.22004
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78808,
43.23317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90324,
43.23417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.93002,
43.2575
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86345,
43.2241
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74286,
43.23277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88255,
43.26609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8626,
43.27156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85654,
43.23624
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77216,
43.18356
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90658,
43.25859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.93011,
43.2341
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80681,
43.24946
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73592,
43.23165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76549,
43.22865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86808,
43.25207
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88381,
43.23913
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86327,
43.22048
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94888,
43.24525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94273,
43.25846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86961,
43.25283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68981,
43.2121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77557,
43.23049
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87092,
43.2558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87472,
43.24324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88087,
43.20554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92699,
43.16302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87096,
43.25615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90679,
43.17303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94501,
43.22823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86829,
43.2586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.9187,
43.26098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79681,
43.32587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7843,
43.23236
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85331,
43.1927
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79722,
43.19384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81955,
43.24285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86673,
43.25592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8233,
43.24343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83489,
43.22688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84373,
43.17953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88223,
43.2402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88155,
43.24174
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91148,
43.23319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77085,
43.23918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90841,
43.21625
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91808,
43.25772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87079,
43.25621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84447,
43.25879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86321,
43.22
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74744,
43.74124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92859,
43.20784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83705,
43.23241
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86946,
43.25592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94398,
43.22708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85702,
43.25264
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8689,
43.25262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86993,
43.25291
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86859,
43.25253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79365,
43.2286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31499,
43.7261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86713,
43.25605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21312,
43.0071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89966,
43.26065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.97451,
43.26873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84651,
43.25182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8035,
43.20882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90569,
43.21523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83708,
43.24692
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94491,
43.2278
]
}
}
]
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Link
GET v2/links
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/links"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/links';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/links'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 57
x-ratelimit-remaining: 56
content-language: en
vary: Origin
{
"data": [
{
"id": 3,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/stm/:ref"
},
{
"id": 22,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Montr%C3%A9al"
},
{
"id": 52,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_-_R%C3%A9seau_de_transport_m%C3%A9tropolitain"
},
{
"id": 53,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Laval"
},
{
"id": 54,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/R%C3%A9seau_de_transport_de_Longueuil"
},
{
"id": 55,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Laurentides"
},
{
"id": 56,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Vall%C3%A9e_du_Richelieu"
},
{
"id": 57,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Le_Richelain"
},
{
"id": 58,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_L%27Assomption"
},
{
"id": 59,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Sainte-Julie"
},
{
"id": 60,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Sud-Ouest"
},
{
"id": 61,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Haut-Saint-Laurent"
},
{
"id": 62,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_La_Presqu%27%C3%8Ele"
},
{
"id": 63,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Roussillon"
},
{
"id": 64,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Sorel-Varennes"
},
{
"id": 65,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Terrebonne-Mascouche"
},
{
"id": 66,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Exo_Chambly-Richelieu-Carignan"
},
{
"id": 67,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Toronto_Transit_Commission"
},
{
"id": 68,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Brampton_Transit"
},
{
"id": 69,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Burlington_Transit"
},
{
"id": 70,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Durham_Region_Transit"
},
{
"id": 71,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Hamilton_Street_Railway"
},
{
"id": 72,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/York_Region_Transit"
},
{
"id": 73,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_Sherbrooke"
},
{
"id": 74,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Grand_River_Transit"
},
{
"id": 75,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Guelph_Transit"
},
{
"id": 76,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/GO_Transit"
},
{
"id": 77,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Barrie_Transit"
},
{
"id": 78,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/Soci%C3%A9t%C3%A9_de_transport_de_L%C3%A9vis"
},
{
"id": 79,
"title": "Read the wiki",
"description": "On CPTDB",
"url": "https://cptdb.ca/wiki/index.php/R%C3%A9gie_intermunicipale_de_transport_des_Collines"
},
{
"id": 80,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/stl/:ref"
},
{
"id": 81,
"title": "Open exo VIN",
"description": "To see the bus model or to propose a new fleet number",
"url": "https://vin.transittracker.ca/:ref"
},
{
"id": 83,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/ttc/:ref"
},
{
"id": 84,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/sto/:ref"
},
{
"id": 85,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/sts/:ref"
},
{
"id": 87,
"title": "View additional details on this vehicle",
"description": "Using FleetSighter - by Blue Hybrid Bus",
"url": "https://fleetsighter.ca/vehicle/rtl/:ref"
}
]
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/links/{link}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/links/1"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/links/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/links/1'
response = requests.request('GET', url, )
response.json()Example response (404):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 57
x-ratelimit-remaining: 55
content-language: en
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Not Found</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Styles -->
<style>
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
header,
nav,
section {
display: block;
}
figcaption,
main {
display: block;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
strong {
font-weight: inherit;
}
strong {
font-weight: bolder;
}
code {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
menu {
display: block;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
p {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #dae1e7;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}
button,
input {
font-family: inherit;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: .5;
}
input:-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::placeholder {
color: inherit;
opacity: .5;
}
button,
[role=button] {
cursor: pointer;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: #fff;
}
.bg-teal-light {
background-color: #4DCCBD;
}
.bg-blue-dark {
background-color: #2374AB;
}
.bg-indigo-light {
background-color: #7886d7;
}
.bg-purple-light {
background-color: #a779e9;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-cover {
background-size: cover;
}
.border-grey-light {
border-color: #dae1e7;
}
.hover\:border-grey:hover {
border-color: #b8c2cc;
}
.rounded-lg {
border-radius: .5rem;
}
.border-2 {
border-width: 2px;
}
.hidden {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.font-sans {
font-family: Roboto, sans-serif;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.h-1 {
height: .25rem;
}
.leading-normal {
line-height: 1.5;
}
.m-8 {
margin: 2rem;
}
.my-3 {
margin-top: .75rem;
margin-bottom: .75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.max-w-sm {
max-width: 30rem;
}
.min-h-screen {
min-height: 100vh;
}
.py-3 {
padding-top: .75rem;
padding-bottom: .75rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pb-full {
padding-bottom: 100%;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.text-black {
color: #22292f;
}
.text-grey-darkest {
color: #3d4852;
}
.text-grey-darker {
color: #606f7b;
}
.text-2xl {
font-size: 1.5rem;
}
.text-5xl {
font-size: 3rem;
}
.uppercase {
text-transform: uppercase;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
letter-spacing: .05em;
}
.w-16 {
width: 4rem;
}
.w-full {
width: 100%;
}
@media (min-width: 768px) {
.md\:bg-left {
background-position: left;
}
.md\:bg-right {
background-position: right;
}
.md\:flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:min-h-screen {
min-height: 100vh;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-15xl {
font-size: 9rem;
}
.md\:w-1\/2 {
width: 50%;
}
}
@media (min-width: 992px) {
.lg\:bg-center {
background-position: center;
}
}
</style>
</head>
<body class="antialiased font-sans">
<div class="md:flex min-h-screen">
<div class="w-full md:w-1/2 bg-white flex items-center justify-center">
<div class="max-w-sm m-8">
<div class="text-black text-5xl md:text-15xl font-black">
404 </div>
<div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>
<p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
Not Found </p>
<a href="https://api.transittracker.ca">
<button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
</button>
</a>
</div>
</div>
<div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
<div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
</div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Regions
GET v2/regions
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/regions"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/regions'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 12
x-ratelimit-remaining: 11
content-language: en
vary: Origin
{
"data": [
{
"name": "Montréal",
"slug": "mtl",
"credits": "<p>Header photo by <a href=\"https://www.instagram.com/nicolas_lizotte1/\">Nicolas Lizotte</a></p>",
"infoTitle": "",
"infoBody": "",
"description": "Explore the metropolitan region of Montreal, with its bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns. In addition, commuter train services are also represented.",
"metaDescription": "Explore the metropolitan region of Montreal with Transit Tracker. Bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns, with a commuter train service.",
"cities": [
"Montréal",
"Candiac",
"Laval",
"Longueuil",
"Lorraine",
"Sainte-Marie-Madeleine",
"La Prairie",
"Charlemagne",
"Sainte-Julie",
"Léry",
"Sainte-Martine",
"Rigaud",
"Saint-Constant",
"Saint-Amable",
"Mascouche",
"Carignan",
"Sorel-Tracy",
"Howick",
"Terrebonne",
"Saint-Philippe",
"Saint-Jean-sur-Richelieu",
"Saint-Hyacinthe"
],
"image": "01K9A7X6MJQA0VK5D76M1F99HY.jpg",
"mapBox": [
[
"-74.3308",
"45.1917"
],
[
"-72.9355",
"46.058"
]
],
"mapCenter": {
"lat": "45.5894",
"lon": "-73.661"
},
"mapZoom": 9,
"agencies": [
{
"id": 1,
"isArchived": false,
"name": "Société de transport de Montréal",
"shortName": "STM",
"slug": "stm",
"cities": [
"Montréal"
],
"defaultVehicleType": "bus",
"color": "#00AEEF",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 2,
"isArchived": false,
"name": "exo Trains",
"shortName": "Trains",
"slug": "trains",
"cities": [
"Vaudreuil",
"Saint-Jérôme",
"Mont-Saint-Hilaire",
"Candiac",
"Mascouche"
],
"defaultVehicleType": "train",
"color": "#C8017E",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 3,
"isArchived": false,
"name": "Société de transport de Laval",
"shortName": "STL",
"slug": "stl",
"cities": [
"Laval"
],
"defaultVehicleType": "bus",
"color": "#84C444",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 4,
"isArchived": false,
"name": "Réseau de transport de Longueuil",
"shortName": "RTL",
"slug": "rtl",
"cities": [
"Longueuil"
],
"defaultVehicleType": "bus",
"color": "#ce0037",
"textColor": "#ffe8d0",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 5,
"isArchived": false,
"name": "exo Laurentides",
"shortName": "Laurentides",
"slug": "la",
"cities": [
"Blainville",
"Bois-des-Filion",
"Rosemère",
"Sainte-Anne-des-Plaines",
"Saint-Joseph-du-Lac"
],
"defaultVehicleType": "bus",
"color": "#00A586",
"textColor": "#FFFFFF",
"regions": [
"mtl",
"laurentides"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 6,
"isArchived": false,
"name": "exo Vallée-du-Richelieu",
"shortName": "Vallée-du-Richelieu",
"slug": "vr",
"cities": [
"Mont-Saint-Hilaire",
"Otterburn Park",
"Saint-Basile-le-Grand",
"Saint-Hyacinthe",
"Sainte-Madeleine"
],
"defaultVehicleType": "bus",
"color": "#1F96A4",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 7,
"isArchived": true,
"name": "exo Le Richelain",
"shortName": "Le Richelain",
"slug": "lr",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 8,
"isArchived": false,
"name": "exo L'Assomption",
"shortName": "L'Assomption",
"slug": "lasso",
"cities": [
"L'Assomption",
"Lavaltrie",
"L'Épiphanie",
"Repentigny",
"Saint-Sulpice"
],
"defaultVehicleType": "bus",
"color": "#0071BA",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 9,
"isArchived": false,
"name": "exo Sainte-Julie",
"shortName": "Sainte-Julie",
"slug": "sju",
"cities": [
"Sainte-Julie"
],
"defaultVehicleType": "bus",
"color": "#F7A389",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 10,
"isArchived": false,
"name": "exo Sud-Ouest",
"shortName": "Sud-Ouest",
"slug": "so",
"cities": [
"Châteauguay",
"Salaberry-de-Valleyfield",
"Mercier",
"Sainte-Martine",
"Ormstown"
],
"defaultVehicleType": "bus",
"color": "#B94065",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 11,
"isArchived": true,
"name": "exo Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (exo)",
"slug": "hsl",
"cities": [
"Mercier",
"Sainte-Martine",
"Ormstown",
"Très-Saint-Sacrement",
"Howick"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 12,
"isArchived": false,
"name": "exo La Presqu'Île",
"shortName": "La Presqu'Île",
"slug": "pi",
"cities": [
"Hudson",
"Île Perrot",
"Notre-Dame-de-l’Île-Perrot",
"St-Lazare",
"Vaudreuil-Dorion"
],
"defaultVehicleType": "bus",
"color": "#FCEFC5",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 13,
"isArchived": true,
"name": "exo Roussillon",
"shortName": "Roussillon",
"slug": "rous",
"cities": [
"Delson",
"Saint-Constant",
"Sainte-Catherine"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#ffffff",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 14,
"isArchived": false,
"name": "exo Sorel-Varennes",
"shortName": "Sorel-Varennes",
"slug": "sv",
"cities": [
"Varennes",
"Verchères",
"Contrecoeur",
"Saint-Joseph-de-Sorel",
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#EFDCCE",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 15,
"isArchived": false,
"name": "exo Terrebonne-Mascouche",
"shortName": "Terrebonne-Mascouche",
"slug": "tm",
"cities": [
"Terrebonne",
"Mascouche"
],
"defaultVehicleType": "bus",
"color": "#9ED1C6",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 16,
"isArchived": false,
"name": "exo Chambly-Richelieu-Carignan",
"shortName": "Chambly-Richelieu-Carignan",
"slug": "crc",
"cities": [
"Chambly",
"Richelieu",
"Carignan"
],
"defaultVehicleType": "bus",
"color": "#F1776A",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 34,
"isArchived": false,
"name": "Société de transport collectif de Pierre-De Saurel",
"shortName": "Pierre-De Saurel",
"slug": "stcpds",
"cities": [
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#4b858e",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 35,
"isArchived": false,
"name": "MRC du Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (MRC)",
"slug": "mrchsl",
"cities": [
"Godmanchester",
"Howick",
"Huntingdon",
"Ormstown",
"Sainte-Barbe"
],
"defaultVehicleType": "bus",
"color": "#1c94cc",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
},
{
"id": 48,
"isArchived": false,
"name": "MRC de Montcalm",
"shortName": "Montcalm",
"slug": "montcalm",
"cities": [
"Saint-Lin-Laurentides",
"Terrebonne"
],
"defaultVehicleType": "bus",
"color": "#8ebb52",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 49,
"isArchived": false,
"name": "exo Le Richelain / Roussillon",
"shortName": "Richelain / Roussillon",
"slug": "lrrs",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#7C5D81",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 51,
"isArchived": false,
"name": "Saint-Jean-sur-Richelieu",
"shortName": "SJSR",
"slug": "sjsr",
"cities": [
"Saint-Jean-sur-Richelieu"
],
"defaultVehicleType": "bus",
"color": "#005982",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 54,
"isArchived": false,
"name": "Ville de Saint-Hyacinthe",
"shortName": "Saint-Hyacinthe",
"slug": "vsh",
"cities": [
"Saint-Hyacinthe"
],
"defaultVehicleType": "bus",
"color": "#08a78b",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
}
]
},
{
"name": "Toronto",
"slug": "tor",
"credits": "<p>Header photo by <a href=\"https://cptdb.ca/profile/38559-8006/\">8006</a></p>",
"infoTitle": "",
"infoBody": "",
"description": "Discover the gigantic Golden Horseshoe Area with its multiple bus services, tram service in downtown Toronto and train service to the suburbs.",
"metaDescription": "Discover the gigantic Toronto region with Transit Tracker. Multiple bus services, tram service in downtown Toronto and train service to the suburbs.",
"cities": [
"Toronto",
"Brampton",
"Burlington",
"Pickering",
"Hamilton",
"Newmarket",
"Cambridge",
"Guelph",
"Stouffville",
"Angus",
"Toronto",
"London",
"Stratford",
"Orangeville",
"St. Thomas",
"Milton",
"Mississauga"
],
"image": "01HRZQRZYRFGYXJD3P4GDFY5W6.jpg",
"mapBox": [
[
"-81.3922",
"42.747"
],
[
"-78.6511",
"44.4573"
]
],
"mapCenter": {
"lat": "43.6936",
"lon": "-79.4414"
},
"mapZoom": 8,
"agencies": [
{
"id": 17,
"isArchived": false,
"name": "Toronto Transit Comission",
"shortName": "TTC",
"slug": "ttc",
"cities": [
"Toronto"
],
"defaultVehicleType": "bus",
"color": "#DB2727",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://open.toronto.ca/open-data-license/",
"title": "Open Government Licence – Toronto",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 18,
"isArchived": false,
"name": "Brampton Transit",
"shortName": "Brampton",
"slug": "bra",
"cities": [
"Brampton"
],
"defaultVehicleType": "bus",
"color": "#628CAA",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.brampton.ca/EN/City-Hall/OpenGov/Open-Data-Catalogue/Pages/Terms-of-Use.aspx",
"title": "City of Brampton Open Data Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 19,
"isArchived": false,
"name": "Burlington Transit",
"shortName": "Burlington",
"slug": "bur",
"cities": [
"Burlington"
],
"defaultVehicleType": "bus",
"color": "#F3B901",
"textColor": "#000000",
"regions": [
"tor"
],
"license": {
"url": "https://www.burlington.ca/en/services-for-you/resources/Ongoing_Projects/Open_Data/OpenDataBurlingtonTermsOfUseSeptember192011.pdf",
"title": "Terms of Use for Open Data Burlington",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 20,
"isArchived": false,
"name": "Durham Region Transit",
"shortName": "DRT",
"slug": "drt",
"cities": [
"Ajax",
"Whitby",
"Oshawa",
"Scugog",
"Uxbridge"
],
"defaultVehicleType": "bus",
"color": "#242424",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.durham.ca/en/regional-government/resources/Documents/OpenDataLicenceAgreement.pdf",
"title": "Region of Durham - Open Data Licence v.1.0",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 21,
"isArchived": false,
"name": "Hamilton Street Railway",
"shortName": "HSR",
"slug": "hsr",
"cities": [
"Hamilton"
],
"defaultVehicleType": "bus",
"color": "#29578D",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.hamilton.ca/city-initiatives/strategies-actions/open-data-licence-terms-and-conditions",
"title": "Open Data Licence Terms and Conditions",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 24,
"isArchived": false,
"name": "York Region Transit",
"shortName": "YRT",
"slug": "yrt",
"cities": [
"Aurora",
"East Gwillimbury",
"Georgina",
"Vaughan",
"Whitchurch-Stouffville"
],
"defaultVehicleType": "bus",
"color": "#4DA3E0",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.yrt.ca/en/about-us/open-data-licence-agreement.aspx",
"title": "YRT Open data licence agreement",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 26,
"isArchived": false,
"name": "Grand River Transit",
"shortName": "GRT",
"slug": "grt",
"cities": [
"Cambridge",
"Kitchener",
"Waterloo",
"Elmira",
"New Hamburg"
],
"defaultVehicleType": "bus",
"color": "#006CB7",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.regionofwaterloo.ca/en/regional-government/open-data.aspx",
"title": "Region of Waterloo Open Data Licence v.2.0",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 27,
"isArchived": false,
"name": "Guelph Transit",
"shortName": "Guelph",
"slug": "gt",
"cities": [
"Guelph"
],
"defaultVehicleType": "bus",
"color": "#6CB43F",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "http://data.open.guelph.ca/pages/open-government-licence",
"title": "City of Guelph Open Government Licence",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 28,
"isArchived": false,
"name": "GO Transit",
"shortName": "GO",
"slug": "go",
"cities": [
"Niagara Falls",
"Hamilton",
"Kitchener",
"Barrie",
"Stouffville"
],
"defaultVehicleType": "bus",
"color": "#256C2F",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "GO Transit API licence",
"isDownloadable": false
},
"features": [],
"meta": {}
},
{
"id": 29,
"isArchived": false,
"name": "Barrie Transit",
"shortName": "Barrie",
"slug": "bt",
"cities": [
"Barrie",
"Angus",
"Borden"
],
"defaultVehicleType": "bus",
"color": "#12A9D8",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.barrie.ca/Living/Getting%20Around/BarrieTransit/Pages/Barrie-GTFS.aspx",
"title": "Barrie Transit Data License",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 37,
"isArchived": false,
"name": "UP Express",
"shortName": "UP",
"slug": "up",
"cities": [
"Toronto"
],
"defaultVehicleType": "train",
"color": "#555025",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "GO Transit API licence",
"isDownloadable": false
},
"features": [],
"meta": {}
},
{
"id": 39,
"isArchived": false,
"name": "London Transit Commission",
"shortName": "London",
"slug": "ltc",
"cities": [
"London"
],
"defaultVehicleType": "bus",
"color": "#087ac0",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.londontransit.ca/open-data/ltcs-open-data-terms-of-use/",
"title": "LTC’s Open Data – Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 42,
"isArchived": false,
"name": "Stratford Transit",
"shortName": "Stratford",
"slug": "stratford",
"cities": [
"Stratford"
],
"defaultVehicleType": "bus",
"color": "#002861",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349560"
],
"meta": {}
},
{
"id": 43,
"isArchived": false,
"name": "Orangeville Transit",
"shortName": "Orangeville",
"slug": "orangeville",
"cities": [
"Orangeville"
],
"defaultVehicleType": "bus",
"color": "#f9820a",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349360"
],
"meta": {}
},
{
"id": 44,
"isArchived": false,
"name": "St. Thomas Transit",
"shortName": "St. Thomas",
"slug": "stthomas",
"cities": [
"St. Thomas"
],
"defaultVehicleType": "bus",
"color": "#a70237",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:349660"
],
"meta": {}
},
{
"id": 45,
"isArchived": false,
"name": "Milton Transit",
"shortName": "Milton",
"slug": "milton",
"cities": [
"Milton"
],
"defaultVehicleType": "bus",
"color": "#00b3ee",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"metrolinxTMIX",
"tmixID:Milton"
],
"meta": {}
},
{
"id": 50,
"isArchived": false,
"name": "MiWay",
"shortName": "MiWay",
"slug": "miway",
"cities": [
"Mississauga"
],
"defaultVehicleType": "bus",
"color": "#f26322",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "http://www5.mississauga.ca/research_catalogue/CityofMississauga_TermsofUse.pdf",
"title": "City of Mississauga’s Terms and Conditions",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
},
{
"name": "Sherbrooke",
"slug": "sh",
"credits": "<p>Header photo by <a href=\"https://unsplash.com/es/@add_rien_20\">Adrien</a></p>",
"infoTitle": "",
"infoBody": "",
"description": "Explore the sixth largest city in Quebec and its bus network, operated by the Société de transport de Sherbrooke (STSH).",
"metaDescription": "Explore Sherbrooke and its bus network with Transit Tracker.",
"cities": [
"Sherbrooke"
],
"image": "01HRZQTC40EKQSAK4CGD8V8Z2P.jpg",
"mapBox": [
[
"-72.0264",
"45.32451"
],
[
"-71.7919",
"45.4866"
]
],
"mapCenter": {
"lat": "45.4043",
"lon": "-71.8926"
},
"mapZoom": 12,
"agencies": [
{
"id": 25,
"isArchived": false,
"name": "Société de transport de Sherbrooke",
"shortName": "STSH",
"slug": "stsh",
"cities": [
"Sherbrooke"
],
"defaultVehicleType": "bus",
"color": "#2C516A",
"textColor": "#FFFFFF",
"regions": [
"sh"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
},
{
"name": "Capitale-Nationale (Québec)",
"slug": "qc",
"credits": "<p>Header photo by Samuel Deschenes</p>",
"infoTitle": "",
"infoBody": "",
"description": "In the provincial capital, the Réseau de la Capitale and the Société de transport de Lévis provide bus service on both sides of the St. Lawrence River.",
"metaDescription": "Explore with Transit Tracker the bus service of the Réseau de la Capitale and the Société de transport de Lévis in the Capitale-Nationale region of Quebec.",
"cities": [
"Saint-Lambert-de-Lauzon",
"L'Ancienne-Lorette"
],
"image": "01HWTB2A161KKTFBR0144RNET9.jpg",
"mapBox": [
[
"-71.4455",
"46.6443"
],
[
"-71.0829",
"46.84"
]
],
"mapCenter": {
"lat": "46.7456",
"lon": "-71.3005"
},
"mapZoom": 10,
"agencies": [
{
"id": 30,
"isArchived": false,
"name": "Société de transport de Lévis",
"shortName": "STLévis",
"slug": "stlevis",
"cities": [
"Lévis",
"Saint-Lambert-de-Lauzon"
],
"defaultVehicleType": "bus",
"color": "#0F9BBF",
"textColor": "#FFFFFF",
"regions": [
"qc"
],
"license": {
"url": "http://creativecommons.org/licenses/by/4.0/deed.fr",
"title": "Creative Commons Attribution 4.0 (CC BY 4.0)",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 46,
"isArchived": false,
"name": "Réseau de transport de la Capitale",
"shortName": "RTC",
"slug": "rtc",
"cities": [
"Québec",
"Saint-Augustin-de-Desmaures",
"L'Ancienne-Lorette"
],
"defaultVehicleType": "bus",
"color": "#003e8a",
"textColor": "#FFFFFF",
"regions": [
"qc"
],
"license": {
"url": "https://www.rtcquebec.ca/donnees-ouvertes",
"title": "License des données ouvertes",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
},
{
"name": "Ottawa-Gatineau",
"slug": "outaouais",
"credits": "<p>Header photo by <a href=\"https://www.instagram.com/nicolas_lizotte1/\"><span style=\"text-decoration: underline;\">Nicolas Lizotte</span></a></p>",
"infoTitle": "",
"infoBody": "",
"description": "Discover the Ottawa-Gatineau region, the National Capital of Canada, with bus services from OC Transpo, STO and Transcollines.",
"metaDescription": "Discover the Ottawa-Gatineau region, the National Capital of Canada, with bus services from OC Transpo, STO and Transcollines.",
"cities": [
"Gatineau",
"Ottawa"
],
"image": "01K4RJV9XAP97NJ3YC94CTJFN0.jpg",
"mapBox": [
[
"-76.0721",
"45.3758"
],
[
"-75.3793",
"45.6611"
]
],
"mapCenter": {
"lat": "45.5388",
"lon": "-75.7386"
},
"mapZoom": 10,
"agencies": [
{
"id": 32,
"isArchived": false,
"name": "Société de transport de l'Outaouais",
"shortName": "STO",
"slug": "sto",
"cities": [
"Gatineau"
],
"defaultVehicleType": "bus",
"color": "#007F89",
"textColor": "#FFFFFF",
"regions": [
"outaouais"
],
"license": {
"url": "http://www.sto.ca/index.php?id=598&L=fr",
"title": "Conditions d'utilisation - Données ouvertes et clé API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 55,
"isArchived": false,
"name": "OC Transpo",
"shortName": "OC Transpo",
"slug": "octranspo",
"cities": [
"Ottawa"
],
"defaultVehicleType": "bus",
"color": "#d94138",
"textColor": "#ffffff",
"regions": [
"outaouais"
],
"license": {
"url": "https://ottawa.ca/en/city-hall/open-transparent-and-accountable-government/open-data#section-7d58affa-59a3-47f2-932d-ccb75000cefc",
"title": "City of Ottawa Open Data Terms of Use",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
},
{
"name": "Laurentides",
"slug": "laurentides",
"credits": "<p>Header photo by <a href=\"https://unsplash.com/@amandachang\">amanda</a></p>",
"infoTitle": "",
"infoBody": "",
"description": "In the heart of the Laurentians region, the City of Mont-Tremblant offers a free public transit service for its citizens and tourists.",
"metaDescription": "Discover the City of Mont-Tremblant's transportation network with Transit Tracker.",
"cities": [
"Mont-Tremblant",
"Sainte-Anne-des-Lacs",
"Rosemère"
],
"image": "01HRZR1J93RQ66R61ZJZWBYFK3.jpg",
"mapBox": [
[
"-74.6473",
"45.7623"
],
[
"-73.9867",
"46.2236"
]
],
"mapCenter": {
"lat": "46.1185",
"lon": "-74.593"
},
"mapZoom": 12,
"agencies": [
{
"id": 33,
"isArchived": false,
"name": "BUS Mont-Tremblant",
"shortName": "BMT",
"slug": "tcmt",
"cities": [
"Mont-Tremblant"
],
"defaultVehicleType": "bus",
"color": "#095d7e",
"textColor": "#FFFFFF",
"regions": [
"laurentides"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 40,
"isArchived": false,
"name": "L'Inter",
"shortName": "Inter",
"slug": "inter",
"cities": [
"Mont-Blanc",
"Val-David",
"Sainte-Anne-des-Lacs",
"Prévost",
"Saint-Jérôme"
],
"defaultVehicleType": "bus",
"color": "#f5791f",
"textColor": "#FFFFFF",
"regions": [
"laurentides"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 5,
"isArchived": false,
"name": "exo Laurentides",
"shortName": "Laurentides",
"slug": "la",
"cities": [
"Blainville",
"Mirabel",
"Sainte-Thérèse",
"Saint-Jérôme",
"Saint-Joseph-du-Lac"
],
"defaultVehicleType": "bus",
"color": "#00A586",
"textColor": "#FFFFFF",
"regions": [
"mtl",
"laurentides"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
}
]
}
]
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/regions/{region_slug}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/regions/mtl"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/regions/mtl';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/regions/mtl'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 12
x-ratelimit-remaining: 10
content-language: en
vary: Origin
{
"data": {
"name": "Montréal",
"slug": "mtl",
"credits": "<p>Header photo by <a href=\"https://www.instagram.com/nicolas_lizotte1/\">Nicolas Lizotte</a></p>",
"infoTitle": "",
"infoBody": "",
"description": "Explore the metropolitan region of Montreal, with its bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns. In addition, commuter train services are also represented.",
"metaDescription": "Explore the metropolitan region of Montreal with Transit Tracker. Bus networks on the island of Montreal, Laval, Longueuil and on the northern and southern crowns, with a commuter train service.",
"cities": [
"Montréal",
"Candiac",
"Laval",
"Longueuil",
"Lorraine",
"Sainte-Marie-Madeleine",
"La Prairie",
"Charlemagne",
"Sainte-Julie",
"Léry",
"Sainte-Martine",
"Rigaud",
"Saint-Constant",
"Saint-Amable",
"Mascouche",
"Carignan",
"Sorel-Tracy",
"Howick",
"Terrebonne",
"Saint-Philippe",
"Saint-Jean-sur-Richelieu",
"Saint-Hyacinthe"
],
"image": "01K9A7X6MJQA0VK5D76M1F99HY.jpg",
"mapBox": [
[
"-74.3308",
"45.1917"
],
[
"-72.9355",
"46.058"
]
],
"mapCenter": {
"lat": "45.5894",
"lon": "-73.661"
},
"mapZoom": 9,
"agencies": [
{
"id": 1,
"isArchived": false,
"name": "Société de transport de Montréal",
"shortName": "STM",
"slug": "stm",
"cities": [
"Montréal"
],
"defaultVehicleType": "bus",
"color": "#00AEEF",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 2,
"isArchived": false,
"name": "exo Trains",
"shortName": "Trains",
"slug": "trains",
"cities": [
"Vaudreuil",
"Saint-Jérôme",
"Mont-Saint-Hilaire",
"Candiac",
"Mascouche"
],
"defaultVehicleType": "train",
"color": "#C8017E",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 3,
"isArchived": false,
"name": "Société de transport de Laval",
"shortName": "STL",
"slug": "stl",
"cities": [
"Laval"
],
"defaultVehicleType": "bus",
"color": "#84C444",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 4,
"isArchived": false,
"name": "Réseau de transport de Longueuil",
"shortName": "RTL",
"slug": "rtl",
"cities": [
"Longueuil"
],
"defaultVehicleType": "bus",
"color": "#ce0037",
"textColor": "#ffe8d0",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 5,
"isArchived": false,
"name": "exo Laurentides",
"shortName": "Laurentides",
"slug": "la",
"cities": [
"Blainville",
"Rosemère",
"Sainte-Anne-des-Plaines",
"Saint-Eustache",
"Saint-Joseph-du-Lac"
],
"defaultVehicleType": "bus",
"color": "#00A586",
"textColor": "#FFFFFF",
"regions": [
"mtl",
"laurentides"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 6,
"isArchived": false,
"name": "exo Vallée-du-Richelieu",
"shortName": "Vallée-du-Richelieu",
"slug": "vr",
"cities": [
"Beloeil",
"Otterburn Park",
"Saint-Basile-le-Grand",
"Sainte-Madeleine",
"Sainte-Marie-Madeleine"
],
"defaultVehicleType": "bus",
"color": "#1F96A4",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 7,
"isArchived": true,
"name": "exo Le Richelain",
"shortName": "Le Richelain",
"slug": "lr",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 8,
"isArchived": false,
"name": "exo L'Assomption",
"shortName": "L'Assomption",
"slug": "lasso",
"cities": [
"Lavaltrie",
"L'Épiphanie",
"Charlemagne",
"Repentigny",
"Saint-Sulpice"
],
"defaultVehicleType": "bus",
"color": "#0071BA",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 9,
"isArchived": false,
"name": "exo Sainte-Julie",
"shortName": "Sainte-Julie",
"slug": "sju",
"cities": [
"Sainte-Julie"
],
"defaultVehicleType": "bus",
"color": "#F7A389",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 10,
"isArchived": false,
"name": "exo Sud-Ouest",
"shortName": "Sud-Ouest",
"slug": "so",
"cities": [
"Beauharnois",
"Léry",
"Mercier",
"Sainte-Martine",
"Ormstown"
],
"defaultVehicleType": "bus",
"color": "#B94065",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 11,
"isArchived": true,
"name": "exo Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (exo)",
"slug": "hsl",
"cities": [
"Mercier",
"Sainte-Martine",
"Ormstown",
"Très-Saint-Sacrement",
"Howick"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 12,
"isArchived": false,
"name": "exo La Presqu'Île",
"shortName": "La Presqu'Île",
"slug": "pi",
"cities": [
"Hudson",
"Île Perrot",
"Notre-Dame-de-l’Île-Perrot",
"Pincourt",
"Rigaud"
],
"defaultVehicleType": "bus",
"color": "#FCEFC5",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 13,
"isArchived": true,
"name": "exo Roussillon",
"shortName": "Roussillon",
"slug": "rous",
"cities": [
"Delson",
"Saint-Constant",
"Sainte-Catherine"
],
"defaultVehicleType": "bus",
"color": "#41474d",
"textColor": "#ffffff",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 14,
"isArchived": false,
"name": "exo Sorel-Varennes",
"shortName": "Sorel-Varennes",
"slug": "sv",
"cities": [
"Varennes",
"Verchères",
"Contrecoeur",
"Saint-Joseph-de-Sorel",
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#EFDCCE",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 15,
"isArchived": false,
"name": "exo Terrebonne-Mascouche",
"shortName": "Terrebonne-Mascouche",
"slug": "tm",
"cities": [
"Terrebonne",
"Mascouche"
],
"defaultVehicleType": "bus",
"color": "#9ED1C6",
"textColor": "#000000",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 16,
"isArchived": false,
"name": "exo Chambly-Richelieu-Carignan",
"shortName": "Chambly-Richelieu-Carignan",
"slug": "crc",
"cities": [
"Chambly",
"Richelieu",
"Carignan"
],
"defaultVehicleType": "bus",
"color": "#F1776A",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 34,
"isArchived": false,
"name": "Société de transport collectif de Pierre-De Saurel",
"shortName": "Pierre-De Saurel",
"slug": "stcpds",
"cities": [
"Sorel-Tracy"
],
"defaultVehicleType": "bus",
"color": "#4b858e",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 35,
"isArchived": false,
"name": "MRC du Haut-Saint-Laurent",
"shortName": "Haut-Saint-Laurent (MRC)",
"slug": "mrchsl",
"cities": [
"Godmanchester",
"Howick",
"Ormstown",
"Sainte-Barbe",
"Très-Saint-Sacrement"
],
"defaultVehicleType": "bus",
"color": "#1c94cc",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
},
{
"id": 48,
"isArchived": false,
"name": "MRC de Montcalm",
"shortName": "Montcalm",
"slug": "montcalm",
"cities": [
"Saint-Lin-Laurentides",
"Terrebonne"
],
"defaultVehicleType": "bus",
"color": "#8ebb52",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 49,
"isArchived": false,
"name": "exo Le Richelain / Roussillon",
"shortName": "Richelain / Roussillon",
"slug": "lrrs",
"cities": [
"Candiac",
"La Prairie",
"Saint-Philippe"
],
"defaultVehicleType": "bus",
"color": "#7C5D81",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://www.donneesquebec.ca/fr/licence/#cc-by",
"title": "Creative Commons – Attribution 4.0 CC-BY",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 51,
"isArchived": false,
"name": "Saint-Jean-sur-Richelieu",
"shortName": "SJSR",
"slug": "sjsr",
"cities": [
"Saint-Jean-sur-Richelieu"
],
"defaultVehicleType": "bus",
"color": "#005982",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": "https://zenbus.fr/zenbusapi/",
"title": "Zenbus API",
"isDownloadable": true
},
"features": [],
"meta": {}
},
{
"id": 54,
"isArchived": false,
"name": "Ville de Saint-Hyacinthe",
"shortName": "Saint-Hyacinthe",
"slug": "vsh",
"cities": [
"Saint-Hyacinthe"
],
"defaultVehicleType": "bus",
"color": "#08a78b",
"textColor": "#FFFFFF",
"regions": [
"mtl"
],
"license": {
"url": null,
"title": "Not specified",
"isDownloadable": true
},
"features": [
"useRouteFromTrip"
],
"meta": {}
}
]
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Tags
GET v2/tags
GET v2/tags/{tag_id}
Trips
Related trips / Voyages liées
Only available for some agencies. Disponible pour quelques agences seulement.
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks'
response = requests.request('GET', url, )
response.json()Example response (404):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 45
x-ratelimit-remaining: 44
content-language: en
vary: Origin
{
"message": "Trip not found.",
"errors": {
"gtfs_trip_id": [
"Trip not found."
]
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GeoJSON Shape
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/shapes/provident"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/provident';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/provident'
response = requests.request('GET', url, )
response.json()Example response (404):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 45
x-ratelimit-remaining: 44
content-language: en
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Not Found</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Styles -->
<style>
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
header,
nav,
section {
display: block;
}
figcaption,
main {
display: block;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
strong {
font-weight: inherit;
}
strong {
font-weight: bolder;
}
code {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
menu {
display: block;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
p {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #dae1e7;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}
button,
input {
font-family: inherit;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: .5;
}
input:-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::placeholder {
color: inherit;
opacity: .5;
}
button,
[role=button] {
cursor: pointer;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: #fff;
}
.bg-teal-light {
background-color: #4DCCBD;
}
.bg-blue-dark {
background-color: #2374AB;
}
.bg-indigo-light {
background-color: #7886d7;
}
.bg-purple-light {
background-color: #a779e9;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-cover {
background-size: cover;
}
.border-grey-light {
border-color: #dae1e7;
}
.hover\:border-grey:hover {
border-color: #b8c2cc;
}
.rounded-lg {
border-radius: .5rem;
}
.border-2 {
border-width: 2px;
}
.hidden {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.font-sans {
font-family: Roboto, sans-serif;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.h-1 {
height: .25rem;
}
.leading-normal {
line-height: 1.5;
}
.m-8 {
margin: 2rem;
}
.my-3 {
margin-top: .75rem;
margin-bottom: .75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.max-w-sm {
max-width: 30rem;
}
.min-h-screen {
min-height: 100vh;
}
.py-3 {
padding-top: .75rem;
padding-bottom: .75rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pb-full {
padding-bottom: 100%;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.text-black {
color: #22292f;
}
.text-grey-darkest {
color: #3d4852;
}
.text-grey-darker {
color: #606f7b;
}
.text-2xl {
font-size: 1.5rem;
}
.text-5xl {
font-size: 3rem;
}
.uppercase {
text-transform: uppercase;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
letter-spacing: .05em;
}
.w-16 {
width: 4rem;
}
.w-full {
width: 100%;
}
@media (min-width: 768px) {
.md\:bg-left {
background-position: left;
}
.md\:bg-right {
background-position: right;
}
.md\:flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:min-h-screen {
min-height: 100vh;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-15xl {
font-size: 9rem;
}
.md\:w-1\/2 {
width: 50%;
}
}
@media (min-width: 992px) {
.lg\:bg-center {
background-position: center;
}
}
</style>
</head>
<body class="antialiased font-sans">
<div class="md:flex min-h-screen">
<div class="w-full md:w-1/2 bg-white flex items-center justify-center">
<div class="max-w-sm m-8">
<div class="text-black text-5xl md:text-15xl font-black">
404 </div>
<div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>
<p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
Not Found </p>
<a href="https://api.transittracker.ca">
<button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
</button>
</a>
</div>
</div>
<div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
<div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
</div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
Vehicles
GET v2/agencies/{agency_slug}/vehicles
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/vehicles?geojson="$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles';
$response = $client->get(
$url,
[
'query' => [
'geojson' => '0',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles'
params = {
'geojson': '0',
}
response = requests.request('GET', url, params=params)
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 138
x-ratelimit-remaining: 135
content-language: en
vary: Origin
{
"data": [
{
"id": 193,
"ref": "29074",
"isActive": true,
"label": "29074",
"timestamp": 1762993666,
"tripId": "289355922",
"routeId": "114",
"startTime": "23:01:00",
"position": {
"lat": 45.44037,
"lon": -73.63812
},
"bearing": 36,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355922",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/1140010.json",
"shapeId": "1140010",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 282,
"ref": "30104",
"isActive": true,
"label": "30104",
"timestamp": 1762993663,
"tripId": "953678",
"routeId": "55",
"startTime": "18:49:00",
"position": {
"lat": 45.53023,
"lon": -73.62228
},
"bearing": 202,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 326,
"ref": "30234",
"isActive": true,
"label": "30234",
"timestamp": 1762993662,
"tripId": "289384237",
"routeId": "177",
"startTime": "00:02:00",
"position": {
"lat": 45.49273,
"lon": -73.71091
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384237",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "177",
"routeLongName": "Thimens",
"shapeLink": "/storage/shapes/stm/1770002.json",
"shapeId": "1770002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 330,
"ref": "30247",
"isActive": true,
"label": "30247",
"timestamp": 1762993663,
"tripId": "289385241",
"routeId": "209",
"startTime": "17:25:00",
"position": {
"lat": 45.45585,
"lon": -73.75158
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385241",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/2090002.json",
"shapeId": "2090002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 412,
"ref": "31135",
"isActive": true,
"label": "31135",
"timestamp": 1762993657,
"tripId": "289306967",
"routeId": "67",
"startTime": "17:14:00",
"position": {
"lat": 45.56988,
"lon": -73.62344
},
"bearing": 122,
"speed": 45,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289306967",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/670001.json",
"shapeId": "670001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 435,
"ref": "31185",
"isActive": true,
"label": "31185",
"timestamp": 1762993652,
"tripId": "289475281",
"routeId": "50",
"startTime": "17:22:00",
"position": {
"lat": 45.50465,
"lon": -73.5797
},
"bearing": 294,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289475281",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "50",
"routeLongName": "Vieux-Montréal / Vieux-Port",
"shapeLink": "/storage/shapes/stm/500009.json",
"shapeId": "500009",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 436,
"ref": "31187",
"isActive": true,
"label": "31187",
"timestamp": 1762993663,
"tripId": "939655",
"routeId": "162",
"startTime": "19:08:00",
"position": {
"lat": 45.45254,
"lon": -73.64433
},
"bearing": 116,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
2
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 454,
"ref": "31232",
"isActive": true,
"label": "31232",
"timestamp": 1762993656,
"tripId": "289475534",
"routeId": "94",
"startTime": "00:28:00",
"position": {
"lat": 45.53293,
"lon": -73.55243
},
"bearing": 302,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289475534",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "94",
"routeLongName": "D'Iberville",
"shapeLink": "/storage/shapes/stm/940001.json",
"shapeId": "940001",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 531,
"ref": "36027",
"isActive": true,
"label": "36027",
"timestamp": 1762993652,
"tripId": "289396810",
"routeId": "49",
"startTime": "23:21:00",
"position": {
"lat": 45.6493,
"lon": -73.57881
},
"bearing": 323,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
2
],
"trip": {
"id": "289396810",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/490002.json",
"shapeId": "490002",
"serviceId": "25N-H54N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 584,
"ref": "38027",
"isActive": true,
"label": "38027",
"timestamp": 1762993662,
"tripId": "289475570",
"routeId": "94",
"startTime": "23:16:00",
"position": {
"lat": 45.5443,
"lon": -73.58111
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289475570",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "94",
"routeLongName": "D'Iberville",
"shapeLink": "/storage/shapes/stm/940002.json",
"shapeId": "940002",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 617,
"ref": "38100",
"isActive": true,
"label": "38100",
"timestamp": 1762993662,
"tripId": "289476099",
"routeId": "168",
"startTime": "17:20:00",
"position": {
"lat": 45.50406,
"lon": -73.57161
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289476099",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": "/storage/shapes/stm/1680002.json",
"shapeId": "1680002",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 624,
"ref": "39015",
"isActive": true,
"label": "39015",
"timestamp": 1762993663,
"tripId": "289430311",
"routeId": "747",
"startTime": "23:42:00",
"position": {
"lat": 45.45309,
"lon": -73.7506
},
"bearing": 144,
"speed": 36,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289430311",
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/7470001.json",
"shapeId": "7470001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 1144,
"ref": "30209",
"isActive": true,
"label": "30209",
"timestamp": 1762993664,
"tripId": "292397159",
"routeId": "129",
"startTime": "17:44:00",
"position": {
"lat": 45.49743,
"lon": -73.62865
},
"bearing": 212,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": "292397159",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": "/storage/shapes/stm/1290001.json",
"shapeId": "1290001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 06:30:04",
"meta": {}
},
{
"id": 1187,
"ref": "31115",
"isActive": true,
"label": "31115",
"timestamp": 1762993658,
"tripId": "289476389",
"routeId": "185",
"startTime": "17:00:00",
"position": {
"lat": 45.60154,
"lon": -73.51991
},
"bearing": 109,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289476389",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "185",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/1850002.json",
"shapeId": "1850002",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 09:55:06",
"meta": {}
},
{
"id": 1298,
"ref": "30008",
"isActive": true,
"label": "30008",
"timestamp": 1762993660,
"tripId": "914500",
"routeId": "128",
"startTime": "18:51:00",
"position": {
"lat": 45.50389,
"lon": -73.68866
},
"bearing": 90,
"speed": 20,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:25:04",
"meta": {}
},
{
"id": 1346,
"ref": "33830",
"isActive": true,
"label": "33830",
"timestamp": 1762993650,
"tripId": "289308129",
"routeId": "439",
"startTime": "17:13:00",
"position": {
"lat": 45.5472,
"lon": -73.5346
},
"bearing": 112,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289308129",
"headsign": "Nord destination Cégep Marie-Victorin",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/4390003.json",
"shapeId": "4390003",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:30:07",
"meta": {}
},
{
"id": 1464,
"ref": "30072",
"isActive": true,
"label": "30072",
"timestamp": 1762993659,
"tripId": "289396541",
"routeId": "48",
"startTime": "17:50:00",
"position": {
"lat": 45.61827,
"lon": -73.58244
},
"bearing": 8,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
6
],
"trip": {
"id": "289396541",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/480005.json",
"shapeId": "480005",
"serviceId": "25N-H54N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:50:07",
"meta": {}
},
{
"id": 1540,
"ref": "30052",
"isActive": true,
"label": "30052",
"timestamp": 1762993654,
"tripId": "289384568",
"routeId": "205",
"startTime": "17:24:00",
"position": {
"lat": 45.43047,
"lon": -73.8251
},
"bearing": 343,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
6
],
"trip": {
"id": "289384568",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/2050001.json",
"shapeId": "2050001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:00:08",
"meta": {}
},
{
"id": 1869,
"ref": "31138",
"isActive": true,
"label": "31138",
"timestamp": 1762993662,
"tripId": "289475364",
"routeId": "74",
"startTime": "17:46:00",
"position": {
"lat": 45.49305,
"lon": -73.55756
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289475364",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "74",
"routeLongName": "Bridge",
"shapeLink": "/storage/shapes/stm/740003.json",
"shapeId": "740003",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:45:43",
"meta": {}
},
{
"id": 2009,
"ref": "31223",
"isActive": true,
"label": "31223",
"timestamp": 1762993659,
"tripId": "289475123",
"routeId": "29",
"startTime": "17:02:00",
"position": {
"lat": 45.54614,
"lon": -73.54911
},
"bearing": 294,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
3
],
"trip": {
"id": "289475123",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "29",
"routeLongName": "Rachel",
"shapeLink": "/storage/shapes/stm/290003.json",
"shapeId": "290003",
"serviceId": "25N-H59N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 12:05:57",
"meta": {}
},
{
"id": 2079,
"ref": "30017",
"isActive": true,
"label": "30017",
"timestamp": 1762993663,
"tripId": "289428335",
"routeId": "100",
"startTime": "17:26:00",
"position": {
"lat": 45.49421,
"lon": -73.67771
},
"bearing": 44,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289428335",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "100",
"routeLongName": "Crémazie",
"shapeLink": "/storage/shapes/stm/1000002.json",
"shapeId": "1000002",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 12:20:37",
"meta": {}
},
{
"id": 2719,
"ref": "29008",
"isActive": true,
"label": "29008",
"timestamp": 1762993650,
"tripId": "292397764",
"routeId": "197",
"startTime": "17:47:00",
"position": {
"lat": 45.53138,
"lon": -73.6013
},
"bearing": 289,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": "292397764",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/1970002.json",
"shapeId": "1970002",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-27 21:10:21",
"meta": {}
},
{
"id": 2792,
"ref": "30128",
"isActive": true,
"label": "30128",
"timestamp": 1762993655,
"tripId": "289396833",
"routeId": "81",
"startTime": "17:36:00",
"position": {
"lat": 45.64048,
"lon": -73.49295
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
2
],
"trip": {
"id": "289396833",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "81",
"routeLongName": "Saint-Jean-Baptiste",
"shapeLink": "/storage/shapes/stm/810023.json",
"shapeId": "810023",
"serviceId": "25N-H54N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-29 20:32:23",
"meta": {}
},
{
"id": 2817,
"ref": "33823",
"isActive": true,
"label": "33823",
"timestamp": 1762993653,
"tripId": "289308203",
"routeId": "439",
"startTime": "17:08:00",
"position": {
"lat": 45.5481,
"lon": -73.53728
},
"bearing": 295,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289308203",
"headsign": "Nord destination Cégep Marie-Victorin",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/4390003.json",
"shapeId": "4390003",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-30 21:40:14",
"meta": {}
},
{
"id": 2846,
"ref": "39012",
"isActive": true,
"label": "39012",
"timestamp": 1762993661,
"tripId": "289430348",
"routeId": "747",
"startTime": "22:52:00",
"position": {
"lat": 45.45687,
"lon": -73.75143
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289430348",
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/7470001.json",
"shapeId": "7470001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-02 22:02:44",
"meta": {}
},
{
"id": 2872,
"ref": "31131",
"isActive": true,
"label": "31131",
"timestamp": 1762993607,
"tripId": "289307557",
"routeId": "140",
"startTime": "16:45:00",
"position": {
"lat": 45.55142,
"lon": -73.65829
},
"bearing": 114,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289307557",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "140",
"routeLongName": "Fleury",
"shapeLink": "/storage/shapes/stm/1400002.json",
"shapeId": "1400002",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-03 20:26:29",
"meta": {}
},
{
"id": 3006,
"ref": "31057",
"isActive": true,
"label": "31057",
"timestamp": 1762993663,
"tripId": "289385185",
"routeId": "209",
"startTime": "17:54:00",
"position": {
"lat": 45.45133,
"lon": -73.74147
},
"bearing": 35,
"speed": 45,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385185",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/2090002.json",
"shapeId": "2090002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-10 20:28:29",
"meta": {}
},
{
"id": 3023,
"ref": "37019",
"isActive": true,
"label": "37019",
"timestamp": 1762993657,
"tripId": "289429842",
"routeId": "175",
"startTime": "17:32:00",
"position": {
"lat": 45.52125,
"lon": -73.6679
},
"bearing": 118,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289429842",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "175",
"routeLongName": "Griffith / Saint-François",
"shapeLink": "/storage/shapes/stm/1750002.json",
"shapeId": "1750002",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-11 21:48:43",
"meta": {}
},
{
"id": 3049,
"ref": "33810",
"isActive": true,
"label": "33810",
"timestamp": 1762993660,
"tripId": "289308266",
"routeId": "439",
"startTime": "17:18:00",
"position": {
"lat": 45.56105,
"lon": -73.57446
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
9
],
"trip": {
"id": "289308266",
"headsign": "Nord destination Cégep Marie-Victorin",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/4390003.json",
"shapeId": "4390003",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-13 10:44:12",
"meta": {}
},
{
"id": 3117,
"ref": "40008",
"isActive": true,
"label": "40008",
"timestamp": 1762993656,
"tripId": "289355401",
"routeId": "108",
"startTime": "23:09:00",
"position": {
"lat": 45.45797,
"lon": -73.57613
},
"bearing": 183,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355401",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "108",
"routeLongName": "Bannantyne",
"shapeLink": "/storage/shapes/stm/1080002.json",
"shapeId": "1080002",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-19 10:08:06",
"meta": {}
},
{
"id": 8825,
"ref": "40079",
"isActive": true,
"label": "40079",
"timestamp": 1762993659,
"tripId": "289355862",
"routeId": "114",
"startTime": "23:15:00",
"position": {
"lat": 45.42413,
"lon": -73.61021
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355862",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/1140001.json",
"shapeId": "1140001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2020-09-15 09:09:15",
"meta": {}
},
{
"id": 9225,
"ref": "40166",
"isActive": true,
"label": "40166",
"timestamp": 1762993538,
"tripId": "289384626",
"routeId": "202",
"startTime": "17:53:00",
"position": {
"lat": 45.5081,
"lon": -73.67271
},
"bearing": 304,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 67,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384626",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/2020001.json",
"shapeId": "2020001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9301,
"ref": "40184",
"isActive": true,
"label": "40184",
"timestamp": 1762993659,
"tripId": "973241",
"routeId": "225",
"startTime": "18:54:00",
"position": {
"lat": 45.47884,
"lon": -73.80689
},
"bearing": 245,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "225",
"routeLongName": "Hymus",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-12-16 06:07:05",
"meta": {}
},
{
"id": 9351,
"ref": "40251",
"isActive": true,
"label": "40251",
"timestamp": 1762993654,
"tripId": "289354820",
"routeId": "90",
"startTime": "17:36:00",
"position": {
"lat": 45.43885,
"lon": -73.66435
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289354820",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": "/storage/shapes/stm/900002.json",
"shapeId": "900002",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2021-01-13 16:01:15",
"meta": {}
},
{
"id": 9676,
"ref": "40237",
"isActive": true,
"label": "40237",
"timestamp": 1762993666,
"tripId": "929610",
"routeId": "198",
"startTime": "18:33:00",
"position": {
"lat": 45.44448,
"lon": -73.59329
},
"bearing": 282,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 55,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2021-01-26 17:01:13",
"meta": {}
},
{
"id": 10687,
"ref": "41022",
"isActive": true,
"label": "41022",
"timestamp": 1762993662,
"tripId": "289307005",
"routeId": "67",
"startTime": "17:54:00",
"position": {
"lat": 45.56698,
"lon": -73.6166
},
"bearing": 303,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
6
],
"trip": {
"id": "289307005",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/670001.json",
"shapeId": "670001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2021-07-13 18:45:04",
"meta": {}
},
{
"id": 11068,
"ref": "41124",
"isActive": true,
"label": "41124",
"timestamp": 1762993662,
"tripId": "289306936",
"routeId": "67",
"startTime": "17:04:00",
"position": {
"lat": 45.55937,
"lon": -73.59973
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289306936",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/670001.json",
"shapeId": "670001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2022-02-02 14:59:05",
"meta": {}
},
{
"id": 12619,
"ref": "42002",
"isActive": true,
"label": "42002",
"timestamp": 1762993654,
"tripId": "289306920",
"routeId": "67",
"startTime": "17:44:00",
"position": {
"lat": 45.55064,
"lon": -73.55518
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289306920",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/670001.json",
"shapeId": "670001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2022-10-01 16:37:04",
"meta": {}
},
{
"id": 12675,
"ref": "42039",
"isActive": true,
"label": "42039",
"timestamp": 1762993663,
"tripId": "289307146",
"routeId": "69",
"startTime": "17:14:00",
"position": {
"lat": 45.55882,
"lon": -73.59805
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 72,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289307146",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/690002.json",
"shapeId": "690002",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2022-10-18 16:09:07",
"meta": {}
},
{
"id": 12734,
"ref": "42044",
"isActive": true,
"label": "42044",
"timestamp": 1762993664,
"tripId": "289306988",
"routeId": "67",
"startTime": "17:34:00",
"position": {
"lat": 45.58473,
"lon": -73.65142
},
"bearing": 320,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": "289306988",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/670001.json",
"shapeId": "670001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2022-11-15 06:32:06",
"meta": {}
}
],
"timestamp": 1762993667,
"count": 40,
"geojson": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 193,
"label": "29074",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63812,
45.44037
]
}
},
{
"type": "Feature",
"properties": {
"id": 282,
"label": "30104",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62228,
45.53023
]
}
},
{
"type": "Feature",
"properties": {
"id": 326,
"label": "30234",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.71091,
45.49273
]
}
},
{
"type": "Feature",
"properties": {
"id": 330,
"label": "30247",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.75158,
45.45585
]
}
},
{
"type": "Feature",
"properties": {
"id": 412,
"label": "31135",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62344,
45.56988
]
}
},
{
"type": "Feature",
"properties": {
"id": 435,
"label": "31185",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5797,
45.50465
]
}
},
{
"type": "Feature",
"properties": {
"id": 436,
"label": "31187",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64433,
45.45254
]
}
},
{
"type": "Feature",
"properties": {
"id": 454,
"label": "31232",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55243,
45.53293
]
}
},
{
"type": "Feature",
"properties": {
"id": 531,
"label": "36027",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57881,
45.6493
]
}
},
{
"type": "Feature",
"properties": {
"id": 584,
"label": "38027",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58111,
45.5443
]
}
},
{
"type": "Feature",
"properties": {
"id": 617,
"label": "38100",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57161,
45.50406
]
}
},
{
"type": "Feature",
"properties": {
"id": 624,
"label": "39015",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.7506,
45.45309
]
}
},
{
"type": "Feature",
"properties": {
"id": 1144,
"label": "30209",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62865,
45.49743
]
}
},
{
"type": "Feature",
"properties": {
"id": 1187,
"label": "31115",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51991,
45.60154
]
}
},
{
"type": "Feature",
"properties": {
"id": 1298,
"label": "30008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68866,
45.50389
]
}
},
{
"type": "Feature",
"properties": {
"id": 1346,
"label": "33830",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5346,
45.5472
]
}
},
{
"type": "Feature",
"properties": {
"id": 1464,
"label": "30072",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58244,
45.61827
]
}
},
{
"type": "Feature",
"properties": {
"id": 1540,
"label": "30052",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.8251,
45.43047
]
}
},
{
"type": "Feature",
"properties": {
"id": 1869,
"label": "31138",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55756,
45.49305
]
}
},
{
"type": "Feature",
"properties": {
"id": 2009,
"label": "31223",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54911,
45.54614
]
}
},
{
"type": "Feature",
"properties": {
"id": 2079,
"label": "30017",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67771,
45.49421
]
}
},
{
"type": "Feature",
"properties": {
"id": 2719,
"label": "29008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6013,
45.53138
]
}
},
{
"type": "Feature",
"properties": {
"id": 2792,
"label": "30128",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.49295,
45.64048
]
}
},
{
"type": "Feature",
"properties": {
"id": 2817,
"label": "33823",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53728,
45.5481
]
}
},
{
"type": "Feature",
"properties": {
"id": 2846,
"label": "39012",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.75143,
45.45687
]
}
},
{
"type": "Feature",
"properties": {
"id": 2872,
"label": "31131",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65829,
45.55142
]
}
},
{
"type": "Feature",
"properties": {
"id": 3006,
"label": "31057",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74147,
45.45133
]
}
},
{
"type": "Feature",
"properties": {
"id": 3023,
"label": "37019",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6679,
45.52125
]
}
},
{
"type": "Feature",
"properties": {
"id": 3049,
"label": "33810",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57446,
45.56105
]
}
},
{
"type": "Feature",
"properties": {
"id": 3117,
"label": "40008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57613,
45.45797
]
}
},
{
"type": "Feature",
"properties": {
"id": 8825,
"label": "40079",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61021,
45.42413
]
}
},
{
"type": "Feature",
"properties": {
"id": 9225,
"label": "40166",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67271,
45.5081
]
}
},
{
"type": "Feature",
"properties": {
"id": 9301,
"label": "40184",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.80689,
45.47884
]
}
},
{
"type": "Feature",
"properties": {
"id": 9351,
"label": "40251",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66435,
45.43885
]
}
},
{
"type": "Feature",
"properties": {
"id": 9676,
"label": "40237",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59329,
45.44448
]
}
},
{
"type": "Feature",
"properties": {
"id": 10687,
"label": "41022",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6166,
45.56698
]
}
},
{
"type": "Feature",
"properties": {
"id": 11068,
"label": "41124",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59973,
45.55937
]
}
},
{
"type": "Feature",
"properties": {
"id": 12619,
"label": "42002",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55518,
45.55064
]
}
},
{
"type": "Feature",
"properties": {
"id": 12675,
"label": "42039",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59805,
45.55882
]
}
},
{
"type": "Feature",
"properties": {
"id": 12734,
"label": "42044",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65142,
45.58473
]
}
}
]
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/agencies/{agency}/vehicles.geojson
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
laravel-responsecache: Wed, 12 Nov 2025 19:28:08 -0500
x-ratelimit-limit: 138
x-ratelimit-remaining: 134
content-language: en
vary: Origin
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63812,
45.44037
]
},
"properties": {
"trip": {
"id": "289355922",
"shortName": null,
"headsign": "Sud",
"startTime": "23:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H56N000S-80-S-E",
"shapeId": "1140010"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29074",
"label": "29074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 36,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993666,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 193
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62228,
45.53023
]
},
"properties": {
"trip": {
"id": "953678",
"shortName": null,
"headsign": null,
"startTime": "18:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Boulevard Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30104",
"label": "30104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 202,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 282
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71091,
45.49273
]
},
"properties": {
"trip": {
"id": "289384237",
"shortName": null,
"headsign": "Est",
"startTime": "00:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H60N000S-80-S-E",
"shapeId": "1770002"
},
"route": {
"id": "177",
"shortName": "177",
"longName": "Thimens",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30234",
"label": "30234",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 326
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75158,
45.45585
]
},
"properties": {
"trip": {
"id": "289385241",
"shortName": null,
"headsign": "Nord",
"startTime": "17:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H60N000S-80-S-E",
"shapeId": "2090002"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30247",
"label": "30247",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62344,
45.56988
]
},
"properties": {
"trip": {
"id": "289306967",
"shortName": null,
"headsign": "Sud",
"startTime": "17:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31135",
"label": "31135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993657,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 412
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5797,
45.50465
]
},
"properties": {
"trip": {
"id": "289475281",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "500009"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31185",
"label": "31185",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993652,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 435
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64433,
45.45254
]
},
"properties": {
"trip": {
"id": "939655",
"shortName": null,
"headsign": null,
"startTime": "19:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31187",
"label": "31187",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 436
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55243,
45.53293
]
},
"properties": {
"trip": {
"id": "289475534",
"shortName": null,
"headsign": "Nord",
"startTime": "00:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "940001"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31232",
"label": "31232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993656,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 454
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57881,
45.6493
]
},
"properties": {
"trip": {
"id": "289396810",
"shortName": null,
"headsign": "Est",
"startTime": "23:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H54N000S-80-S-E",
"shapeId": "490002"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36027",
"label": "36027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993652,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 531
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58111,
45.5443
]
},
"properties": {
"trip": {
"id": "289475570",
"shortName": null,
"headsign": "Sud",
"startTime": "23:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "940002"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38027",
"label": "38027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 584
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57161,
45.50406
]
},
"properties": {
"trip": {
"id": "289476099",
"shortName": null,
"headsign": "Nord",
"startTime": "17:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "1680002"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38100",
"label": "38100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 617
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7506,
45.45309
]
},
"properties": {
"trip": {
"id": "289430311",
"shortName": null,
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"startTime": "23:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H50N000S-80-S-E",
"shapeId": "7470001"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39015",
"label": "39015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 624
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62865,
45.49743
]
},
"properties": {
"trip": {
"id": "292397159",
"shortName": null,
"headsign": "Sud",
"startTime": "17:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H55N000S-82-S-E",
"shapeId": "1290001"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30209",
"label": "30209",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574422204,
"lastSeenAt": 1762993664,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 1144
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51991,
45.60154
]
},
"properties": {
"trip": {
"id": "289476389",
"shortName": null,
"headsign": "Est",
"startTime": "17:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "1850002"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31115",
"label": "31115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 109,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574434506,
"lastSeenAt": 1762993658,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1187
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68866,
45.50389
]
},
"properties": {
"trip": {
"id": "914500",
"shortName": null,
"headsign": null,
"startTime": "18:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30008",
"label": "30008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 90,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574436304,
"lastSeenAt": 1762993660,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1298
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5346,
45.5472
]
},
"properties": {
"trip": {
"id": "289308129",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33830",
"label": "33830",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574436607,
"lastSeenAt": 1762993650,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1346
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58244,
45.61827
]
},
"properties": {
"trip": {
"id": "289396541",
"shortName": null,
"headsign": "Est",
"startTime": "17:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H54N000S-80-S-E",
"shapeId": "480005"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30072",
"label": "30072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 8,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574437807,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 1464
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8251,
45.43047
]
},
"properties": {
"trip": {
"id": "289384568",
"shortName": null,
"headsign": "Est",
"startTime": "17:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H60N000S-80-S-E",
"shapeId": "2050001"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30052",
"label": "30052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 343,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574438408,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 1540
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55756,
45.49305
]
},
"properties": {
"trip": {
"id": "289475364",
"shortName": null,
"headsign": "Sud",
"startTime": "17:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "740003"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "Bridge",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31138",
"label": "31138",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574441143,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54911,
45.54614
]
},
"properties": {
"trip": {
"id": "289475123",
"shortName": null,
"headsign": "Est",
"startTime": "17:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H59N000S-80-S-E",
"shapeId": "290003"
},
"route": {
"id": "29",
"shortName": "29",
"longName": "Rachel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31223",
"label": "31223",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574442357,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2009
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67771,
45.49421
]
},
"properties": {
"trip": {
"id": "289428335",
"shortName": null,
"headsign": "Est",
"startTime": "17:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H50N000S-80-S-E",
"shapeId": "1000002"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30017",
"label": "30017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574443237,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2079
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6013,
45.53138
]
},
"properties": {
"trip": {
"id": "292397764",
"shortName": null,
"headsign": "Est",
"startTime": "17:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H55N000S-82-S-E",
"shapeId": "1970002"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29008",
"label": "29008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 289,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"firstSeenAt": 1574907021,
"lastSeenAt": 1762993650,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 2719
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49295,
45.64048
]
},
"properties": {
"trip": {
"id": "289396833",
"shortName": null,
"headsign": "Sud",
"startTime": "17:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H54N000S-80-S-E",
"shapeId": "810023"
},
"route": {
"id": "81",
"shortName": "81",
"longName": "Saint-Jean-Baptiste",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30128",
"label": "30128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575077543,
"lastSeenAt": 1762993655,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2792
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53728,
45.5481
]
},
"properties": {
"trip": {
"id": "289308203",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33823",
"label": "33823",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 295,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575168014,
"lastSeenAt": 1762993653,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2817
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75143,
45.45687
]
},
"properties": {
"trip": {
"id": "289430348",
"shortName": null,
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"startTime": "22:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H50N000S-80-S-E",
"shapeId": "7470001"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39012",
"label": "39012",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"firstSeenAt": 1575342164,
"lastSeenAt": 1762993661,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2846
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65829,
45.55142
]
},
"properties": {
"trip": {
"id": "289307557",
"shortName": null,
"headsign": "Ouest",
"startTime": "16:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "1400002"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31131",
"label": "31131",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575422789,
"lastSeenAt": 1762993607,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2872
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74147,
45.45133
]
},
"properties": {
"trip": {
"id": "289385185",
"shortName": null,
"headsign": "Nord",
"startTime": "17:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H60N000S-80-S-E",
"shapeId": "2090002"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31057",
"label": "31057",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576027709,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3006
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6679,
45.52125
]
},
"properties": {
"trip": {
"id": "289429842",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H50N000S-80-S-E",
"shapeId": "1750002"
},
"route": {
"id": "175",
"shortName": "175",
"longName": "Griffith / Saint-François",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37019",
"label": "37019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576118923,
"lastSeenAt": 1762993657,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3023
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57446,
45.56105
]
},
"properties": {
"trip": {
"id": "289308266",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33810",
"label": "33810",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1576251852,
"lastSeenAt": 1762993660,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3049
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57613,
45.45797
]
},
"properties": {
"trip": {
"id": "289355401",
"shortName": null,
"headsign": "Ouest",
"startTime": "23:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H56N000S-80-S-E",
"shapeId": "1080002"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40008",
"label": "40008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 183,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576768086,
"lastSeenAt": 1762993656,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3117
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61021,
45.42413
]
},
"properties": {
"trip": {
"id": "289355862",
"shortName": null,
"headsign": "Nord",
"startTime": "23:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H56N000S-80-S-E",
"shapeId": "1140001"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40079",
"label": "40079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1600175355,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8825
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67271,
45.5081
]
},
"properties": {
"trip": {
"id": "289384626",
"shortName": null,
"headsign": "Est",
"startTime": "17:53:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H60N000S-80-S-E",
"shapeId": "2020001"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40166",
"label": "40166",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 67,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1606827732,
"lastSeenAt": 1762993538,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9225
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80689,
45.47884
]
},
"properties": {
"trip": {
"id": "973241",
"shortName": null,
"headsign": null,
"startTime": "18:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "225",
"shortName": "225",
"longName": "Hymus",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40184",
"label": "40184",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 245,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1608116825,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9301
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66435,
45.43885
]
},
"properties": {
"trip": {
"id": "289354820",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H56N000S-80-S-E",
"shapeId": "900002"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40251",
"label": "40251",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1610571675,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9351
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59329,
45.44448
]
},
"properties": {
"trip": {
"id": "929610",
"shortName": null,
"headsign": null,
"startTime": "18:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40237",
"label": "40237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 282,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1611698473,
"lastSeenAt": 1762993666,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6166,
45.56698
]
},
"properties": {
"trip": {
"id": "289307005",
"shortName": null,
"headsign": "Sud",
"startTime": "17:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41022",
"label": "41022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1626216304,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10687
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59973,
45.55937
]
},
"properties": {
"trip": {
"id": "289306936",
"shortName": null,
"headsign": "Sud",
"startTime": "17:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41124",
"label": "41124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1643831945,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11068
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55518,
45.55064
]
},
"properties": {
"trip": {
"id": "289306920",
"shortName": null,
"headsign": "Sud",
"startTime": "17:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42002",
"label": "42002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1664656624,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12619
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59805,
45.55882
]
},
"properties": {
"trip": {
"id": "289307146",
"shortName": null,
"headsign": "Est",
"startTime": "17:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "690002"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42039",
"label": "42039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 72,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666123747,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12675
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65142,
45.58473
]
},
"properties": {
"trip": {
"id": "289306988",
"shortName": null,
"headsign": "Sud",
"startTime": "17:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "25N-H58N000S-80-S-E",
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42044",
"label": "42044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1668511926,
"lastSeenAt": 1762993664,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12734
}
],
"lastRefreshAt": 1762993667
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/agencies/{agency_slug}/vehicles/{vehicle}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/vehicles/1"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles/1'
response = requests.request('GET', url, )
response.json()Example response (404):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 138
x-ratelimit-remaining: 133
content-language: en
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Not Found</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Styles -->
<style>
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
header,
nav,
section {
display: block;
}
figcaption,
main {
display: block;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
strong {
font-weight: inherit;
}
strong {
font-weight: bolder;
}
code {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
menu {
display: block;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
p {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #dae1e7;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}
button,
input {
font-family: inherit;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: .5;
}
input:-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::placeholder {
color: inherit;
opacity: .5;
}
button,
[role=button] {
cursor: pointer;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: #fff;
}
.bg-teal-light {
background-color: #4DCCBD;
}
.bg-blue-dark {
background-color: #2374AB;
}
.bg-indigo-light {
background-color: #7886d7;
}
.bg-purple-light {
background-color: #a779e9;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-cover {
background-size: cover;
}
.border-grey-light {
border-color: #dae1e7;
}
.hover\:border-grey:hover {
border-color: #b8c2cc;
}
.rounded-lg {
border-radius: .5rem;
}
.border-2 {
border-width: 2px;
}
.hidden {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.font-sans {
font-family: Roboto, sans-serif;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.h-1 {
height: .25rem;
}
.leading-normal {
line-height: 1.5;
}
.m-8 {
margin: 2rem;
}
.my-3 {
margin-top: .75rem;
margin-bottom: .75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.max-w-sm {
max-width: 30rem;
}
.min-h-screen {
min-height: 100vh;
}
.py-3 {
padding-top: .75rem;
padding-bottom: .75rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pb-full {
padding-bottom: 100%;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.text-black {
color: #22292f;
}
.text-grey-darkest {
color: #3d4852;
}
.text-grey-darker {
color: #606f7b;
}
.text-2xl {
font-size: 1.5rem;
}
.text-5xl {
font-size: 3rem;
}
.uppercase {
text-transform: uppercase;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
letter-spacing: .05em;
}
.w-16 {
width: 4rem;
}
.w-full {
width: 100%;
}
@media (min-width: 768px) {
.md\:bg-left {
background-position: left;
}
.md\:bg-right {
background-position: right;
}
.md\:flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:min-h-screen {
min-height: 100vh;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-15xl {
font-size: 9rem;
}
.md\:w-1\/2 {
width: 50%;
}
}
@media (min-width: 992px) {
.lg\:bg-center {
background-position: center;
}
}
</style>
</head>
<body class="antialiased font-sans">
<div class="md:flex min-h-screen">
<div class="w-full md:w-1/2 bg-white flex items-center justify-center">
<div class="max-w-sm m-8">
<div class="text-black text-5xl md:text-15xl font-black">
404 </div>
<div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>
<p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
Not Found </p>
<a href="https://api.transittracker.ca">
<button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
</button>
</a>
</div>
</div>
<div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
<div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
</div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/agencies/{agency_slug}/vehicles.geojson/{vehicle}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/itaque"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/itaque';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/itaque'
response = requests.request('GET', url, )
response.json()Example response (404):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=UTF-8
x-ratelimit-limit: 138
x-ratelimit-remaining: 132
content-language: en
vary: Origin
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Not Found</title>
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Styles -->
<style>
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
header,
nav,
section {
display: block;
}
figcaption,
main {
display: block;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
strong {
font-weight: inherit;
}
strong {
font-weight: bolder;
}
code {
font-family: monospace, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
svg:not(:root) {
overflow: hidden;
}
button,
input {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
menu {
display: block;
}
canvas {
display: inline-block;
}
template {
display: none;
}
[hidden] {
display: none;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: sans-serif;
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
p {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
*,
*::before,
*::after {
border-width: 0;
border-style: solid;
border-color: #dae1e7;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
border-radius: 0;
}
button,
input {
font-family: inherit;
}
input::-webkit-input-placeholder {
color: inherit;
opacity: .5;
}
input:-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::placeholder {
color: inherit;
opacity: .5;
}
button,
[role=button] {
cursor: pointer;
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
background-color: #fff;
}
.bg-teal-light {
background-color: #4DCCBD;
}
.bg-blue-dark {
background-color: #2374AB;
}
.bg-indigo-light {
background-color: #7886d7;
}
.bg-purple-light {
background-color: #a779e9;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-cover {
background-size: cover;
}
.border-grey-light {
border-color: #dae1e7;
}
.hover\:border-grey:hover {
border-color: #b8c2cc;
}
.rounded-lg {
border-radius: .5rem;
}
.border-2 {
border-width: 2px;
}
.hidden {
display: none;
}
.flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.items-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.justify-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.font-sans {
font-family: Roboto, sans-serif;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.font-black {
font-weight: 900;
}
.h-1 {
height: .25rem;
}
.leading-normal {
line-height: 1.5;
}
.m-8 {
margin: 2rem;
}
.my-3 {
margin-top: .75rem;
margin-bottom: .75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.max-w-sm {
max-width: 30rem;
}
.min-h-screen {
min-height: 100vh;
}
.py-3 {
padding-top: .75rem;
padding-bottom: .75rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.pb-full {
padding-bottom: 100%;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.pin {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.text-black {
color: #22292f;
}
.text-grey-darkest {
color: #3d4852;
}
.text-grey-darker {
color: #606f7b;
}
.text-2xl {
font-size: 1.5rem;
}
.text-5xl {
font-size: 3rem;
}
.uppercase {
text-transform: uppercase;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tracking-wide {
letter-spacing: .05em;
}
.w-16 {
width: 4rem;
}
.w-full {
width: 100%;
}
@media (min-width: 768px) {
.md\:bg-left {
background-position: left;
}
.md\:bg-right {
background-position: right;
}
.md\:flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.md\:my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.md\:min-h-screen {
min-height: 100vh;
}
.md\:pb-0 {
padding-bottom: 0;
}
.md\:text-3xl {
font-size: 1.875rem;
}
.md\:text-15xl {
font-size: 9rem;
}
.md\:w-1\/2 {
width: 50%;
}
}
@media (min-width: 992px) {
.lg\:bg-center {
background-position: center;
}
}
</style>
</head>
<body class="antialiased font-sans">
<div class="md:flex min-h-screen">
<div class="w-full md:w-1/2 bg-white flex items-center justify-center">
<div class="max-w-sm m-8">
<div class="text-black text-5xl md:text-15xl font-black">
404 </div>
<div class="w-16 h-1 bg-teal-light my-3 md:my-6"></div>
<p class="text-grey-darker text-2xl md:text-3xl font-light mb-8 leading-normal">
Not Found </p>
<a href="https://api.transittracker.ca">
<button class="bg-transparent text-grey-darkest font-bold uppercase tracking-wide py-3 px-6 border-2 border-grey-light hover:border-grey rounded-lg">
Go Home
</button>
</a>
</div>
</div>
<div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2">
<div class="absolute pin bg-cover bg-no-repeat md:bg-left lg:bg-center" style="background-image: url(https://api.transittracker.ca/svg/404.svg)"></div>
</div>
</div>
</body>
</html>
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/vehicles
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/vehicles"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/vehicles'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 42
x-ratelimit-remaining: 41
content-language: en
vary: Origin
{
"data": [
{
"id": 7395,
"ref": "11013",
"isActive": false,
"label": "11013",
"timestamp": 1596669255,
"tripId": "218394791",
"routeId": "67",
"startTime": "18:38:00",
"position": {
"lat": 45.5837,
"lon": -73.64993
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-07-23 12:29:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2946,
"ref": "11020",
"isActive": false,
"label": "11020",
"timestamp": 1754677306,
"tripId": "993099",
"routeId": "815",
"startTime": "13:07:00",
"position": {
"lat": 45.49798,
"lon": -73.70981
},
"bearing": 314,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-06 18:36:01",
"meta": {},
"updatedAt": "2025-08-08 14:23:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 11090,
"ref": "21254",
"isActive": false,
"label": "21254",
"timestamp": 1644928105,
"tripId": "241759598",
"routeId": "113",
"startTime": "07:27:00",
"position": {
"lat": 45.42506,
"lon": -73.64835
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2022-02-15 07:03:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1,
"ref": "22215",
"isActive": false,
"label": "22215",
"timestamp": null,
"tripId": "217809243",
"routeId": "162",
"startTime": "07:43:00",
"position": {
"lat": 45.52127,
"lon": -73.66717
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2,
"ref": "22271",
"isActive": false,
"label": "22271",
"timestamp": null,
"tripId": "204986112",
"routeId": "205",
"startTime": "17:28:00",
"position": {
"lat": 45.51022,
"lon": -73.81322
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1360,
"ref": "22274",
"isActive": false,
"label": "22274",
"timestamp": null,
"tripId": "213462529",
"routeId": "419",
"startTime": "16:15:00",
"position": {
"lat": 45.4653,
"lon": -73.83135
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3,
"ref": "22275",
"isActive": false,
"label": "22275",
"timestamp": null,
"tripId": "213374502",
"routeId": "419",
"startTime": "17:17:00",
"position": {
"lat": 45.46563,
"lon": -73.83165
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1765,
"ref": "22281",
"isActive": false,
"label": "22281",
"timestamp": null,
"tripId": "204984833",
"routeId": "174",
"startTime": "07:36:00",
"position": {
"lat": 45.51433,
"lon": -73.68387
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "174",
"routeLongName": "Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1807,
"ref": "22282",
"isActive": false,
"label": "22282",
"timestamp": 1601989251,
"tripId": "221067870",
"routeId": "33",
"startTime": "08:09:00",
"position": {
"lat": 45.57924,
"lon": -73.51611
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 60,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1659,
"ref": "22284",
"isActive": false,
"label": "22284",
"timestamp": 1594327398,
"tripId": "219805642",
"routeId": "215",
"startTime": "16:32:00",
"position": {
"lat": 45.47538,
"lon": -73.81367
},
"bearing": 55,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 4,
"ref": "22286",
"isActive": false,
"label": "22286",
"timestamp": 1594327404,
"tripId": "219806213",
"routeId": "419",
"startTime": "16:16:00",
"position": {
"lat": 45.4679,
"lon": -73.82875
},
"bearing": 238,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2666,
"ref": "22292",
"isActive": false,
"label": "22292",
"timestamp": null,
"tripId": "213459610",
"routeId": "72",
"startTime": "18:11:00",
"position": {
"lat": 45.46107,
"lon": -73.83552
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-26 12:24:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1151,
"ref": "22306",
"isActive": false,
"label": "22306",
"timestamp": 1594327396,
"tripId": "219804823",
"routeId": "204",
"startTime": "16:31:00",
"position": {
"lat": 45.46498,
"lon": -73.80157
},
"bearing": 144,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "204",
"routeLongName": "Cardinal",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:35:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 5,
"ref": "22307",
"isActive": false,
"label": "22307",
"timestamp": null,
"tripId": "204980263",
"routeId": "110",
"startTime": "06:24:00",
"position": {
"lat": 45.44172,
"lon": -73.59608
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "110",
"routeLongName": "Centrale",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1660,
"ref": "22309",
"isActive": false,
"label": "22309",
"timestamp": null,
"tripId": "213462270",
"routeId": "225",
"startTime": "16:45:00",
"position": {
"lat": 45.51333,
"lon": -73.68391
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "225",
"routeLongName": "Hymus",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1492,
"ref": "22317",
"isActive": false,
"label": "22317",
"timestamp": null,
"tripId": "209148471",
"routeId": "81",
"startTime": "19:58:00",
"position": {
"lat": 45.64755,
"lon": -73.57695
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "81",
"routeLongName": "Saint-Jean-Baptiste",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:55:01",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6,
"ref": "22323",
"isActive": false,
"label": "22323",
"timestamp": null,
"tripId": "213279338",
"routeId": "186",
"startTime": "17:00:00",
"position": {
"lat": 45.60522,
"lon": -73.5505
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1906,
"ref": "22324",
"isActive": false,
"label": "22324",
"timestamp": null,
"tripId": "213460518",
"routeId": "200",
"startTime": "17:47:00",
"position": {
"lat": 45.46642,
"lon": -73.83155
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "200",
"routeLongName": "Sainte-Anne-de-Bellevue",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:55:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2033,
"ref": "22325",
"isActive": false,
"label": "22325",
"timestamp": 1602249916,
"tripId": "222776194",
"routeId": "68E",
"startTime": "15:59:00",
"position": {
"lat": 45.5028,
"lon": -73.73483
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 76,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7,
"ref": "22328",
"isActive": false,
"label": "22328",
"timestamp": null,
"tripId": "213371799",
"routeId": "164",
"startTime": "15:17:00",
"position": {
"lat": 45.52495,
"lon": -73.71069
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2750,
"ref": "22330",
"isActive": false,
"label": "22330",
"timestamp": 1594327404,
"tripId": "219804612",
"routeId": "72",
"startTime": "15:48:00",
"position": {
"lat": 45.51374,
"lon": -73.68198
},
"bearing": 233,
"speed": 3,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-28 12:44:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 8,
"ref": "22332",
"isActive": false,
"label": "22332",
"timestamp": 1594327160,
"tripId": "219806048",
"routeId": "17",
"startTime": "16:51:00",
"position": {
"lat": 45.5133,
"lon": -73.68321
},
"bearing": 138,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "17",
"routeLongName": "Décarie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 9,
"ref": "22333",
"isActive": false,
"label": "22333",
"timestamp": 1594327399,
"tripId": "219804494",
"routeId": "208",
"startTime": "15:59:00",
"position": {
"lat": 45.50434,
"lon": -73.81744
},
"bearing": 325,
"speed": 29,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 46,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 10,
"ref": "22335",
"isActive": false,
"label": "22335",
"timestamp": null,
"tripId": "204986156",
"routeId": "72",
"startTime": "15:56:00",
"position": {
"lat": 45.51435,
"lon": -73.68404
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1626,
"ref": "22337",
"isActive": false,
"label": "22337",
"timestamp": 1594327388,
"tripId": "219806198",
"routeId": "407",
"startTime": "16:33:00",
"position": {
"lat": 45.50069,
"lon": -73.83833
},
"bearing": 239,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "407",
"routeLongName": "Express Île-Bizard",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 11,
"ref": "22339",
"isActive": false,
"label": "22339",
"timestamp": null,
"tripId": "204987421",
"routeId": "419",
"startTime": "09:24:00",
"position": {
"lat": 45.40818,
"lon": -73.9397
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 12,
"ref": "22343",
"isActive": false,
"label": "22343",
"timestamp": 1594327397,
"tripId": "219805876",
"routeId": "73",
"startTime": "16:30:00",
"position": {
"lat": 45.48747,
"lon": -73.68241
},
"bearing": 132,
"speed": 38,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "73",
"routeLongName": "Dalton",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 13,
"ref": "22344",
"isActive": false,
"label": "22344",
"timestamp": null,
"tripId": "963364",
"routeId": "196",
"startTime": "16:32:00",
"position": {
"lat": 45.5135,
"lon": -73.68353
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1731,
"ref": "22346",
"isActive": false,
"label": "22346",
"timestamp": null,
"tripId": "209230434",
"routeId": "202",
"startTime": "16:48:00",
"position": {
"lat": 45.44512,
"lon": -73.8162
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:30:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7391,
"ref": "22347",
"isActive": false,
"label": "22347",
"timestamp": null,
"tripId": "219805643",
"routeId": "215",
"startTime": "17:32:00",
"position": {
"lat": null,
"lon": null
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-07-20 05:47:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2942,
"ref": "22349",
"isActive": false,
"label": "22349",
"timestamp": 1603138417,
"tripId": "222777210",
"routeId": "72",
"startTime": "15:40:00",
"position": {
"lat": 45.50703,
"lon": -73.67342
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-06 12:12:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1661,
"ref": "22358",
"isActive": false,
"label": "22358",
"timestamp": null,
"tripId": "213303386",
"routeId": "205",
"startTime": "16:12:00",
"position": {
"lat": 45.51082,
"lon": -73.81412
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 14,
"ref": "22365",
"isActive": false,
"label": "22365",
"timestamp": 1594327388,
"tripId": "219804805",
"routeId": "72",
"startTime": "16:03:00",
"position": {
"lat": 45.50225,
"lon": -73.69775
},
"bearing": 41,
"speed": 47,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1810,
"ref": "22366",
"isActive": false,
"label": "22366",
"timestamp": 1594327400,
"tripId": "219804704",
"routeId": "201",
"startTime": "15:59:00",
"position": {
"lat": 45.45368,
"lon": -73.87022
},
"bearing": 325,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "201",
"routeLongName": "Saint-Charles / Saint-Jean",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1558,
"ref": "22368",
"isActive": false,
"label": "22368",
"timestamp": null,
"tripId": "213459433",
"routeId": "70",
"startTime": "18:10:00",
"position": {
"lat": 45.48993,
"lon": -73.72518
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "70",
"routeLongName": "Bois-Franc",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1327,
"ref": "22371",
"isActive": false,
"label": "22371",
"timestamp": null,
"tripId": "204985840",
"routeId": "203",
"startTime": "07:29:00",
"position": {
"lat": 45.44732,
"lon": -73.7404
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "203",
"routeLongName": "Carson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1627,
"ref": "22372",
"isActive": false,
"label": "22372",
"timestamp": null,
"tripId": "204985200",
"routeId": "196",
"startTime": "16:05:00",
"position": {
"lat": 45.51423,
"lon": -73.68412
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1523,
"ref": "22379",
"isActive": false,
"label": "22379",
"timestamp": 1594327405,
"tripId": "218394768",
"routeId": "54",
"startTime": "16:10:00",
"position": {
"lat": 45.55476,
"lon": -73.63506
},
"bearing": 294,
"speed": 57,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1493,
"ref": "22384",
"isActive": false,
"label": "22384",
"timestamp": null,
"tripId": "205024518",
"routeId": "54",
"startTime": "16:51:00",
"position": {
"lat": 45.57575,
"lon": -73.63595
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1524,
"ref": "22390",
"isActive": false,
"label": "22390",
"timestamp": null,
"tripId": "213465213",
"routeId": "18",
"startTime": "17:20:00",
"position": {
"lat": 45.52997,
"lon": -73.60795
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1766,
"ref": "22392",
"isActive": false,
"label": "22392",
"timestamp": null,
"tripId": "213468108",
"routeId": "427",
"startTime": "07:58:00",
"position": {
"lat": 45.54565,
"lon": -73.64977
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1559,
"ref": "22394",
"isActive": false,
"label": "22394",
"timestamp": null,
"tripId": "213273615",
"routeId": "460",
"startTime": "15:23:00",
"position": {
"lat": 45.59842,
"lon": -73.56709
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1444,
"ref": "22396",
"isActive": false,
"label": "22396",
"timestamp": 1594327400,
"tripId": "219806399",
"routeId": "64",
"startTime": "16:40:00",
"position": {
"lat": 45.53059,
"lon": -73.71799
},
"bearing": 33,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 4,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:01",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2010,
"ref": "22400",
"isActive": false,
"label": "22400",
"timestamp": null,
"tripId": "218394496",
"routeId": "41",
"startTime": "17:01:00",
"position": {
"lat": 45.57198,
"lon": -73.6386
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 40,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "41",
"routeLongName": "Saint-Michel / Ahuntsic",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:10:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1701,
"ref": "22402",
"isActive": false,
"label": "22402",
"timestamp": null,
"tripId": "204985344",
"routeId": "225",
"startTime": "19:18:00",
"position": {
"lat": 45.46757,
"lon": -73.82935
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 49,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "225",
"routeLongName": "Hymus",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 15,
"ref": "22403",
"isActive": false,
"label": "22403",
"timestamp": 1601992455,
"tripId": "222778193",
"routeId": "205",
"startTime": "09:08:00",
"position": {
"lat": 45.50208,
"lon": -73.73399
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1560,
"ref": "22404",
"isActive": false,
"label": "22404",
"timestamp": 1594327035,
"tripId": "219806107",
"routeId": "475",
"startTime": "16:30:00",
"position": {
"lat": 45.49092,
"lon": -73.71223
},
"bearing": 224,
"speed": 61,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "475",
"routeLongName": "Express Dollard-des-Ormeaux",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 16,
"ref": "22405",
"isActive": false,
"label": "22405",
"timestamp": null,
"tripId": "213461430",
"routeId": "204",
"startTime": "18:18:00",
"position": {
"lat": 45.4669,
"lon": -73.83072
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "204",
"routeLongName": "Cardinal",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 17,
"ref": "22406",
"isActive": false,
"label": "22406",
"timestamp": null,
"tripId": "213451600",
"routeId": "33",
"startTime": "12:15:00",
"position": {
"lat": 45.58252,
"lon": -73.5424
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2034,
"ref": "22407",
"isActive": false,
"label": "22407",
"timestamp": null,
"tripId": "213360186",
"routeId": "31",
"startTime": "12:35:00",
"position": {
"lat": 45.55758,
"lon": -73.66452
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "31",
"routeLongName": "Saint-Denis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1767,
"ref": "22408",
"isActive": false,
"label": "22408",
"timestamp": null,
"tripId": "213479877",
"routeId": "58",
"startTime": "06:36:00",
"position": {
"lat": 45.46173,
"lon": -73.56707
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1561,
"ref": "22410",
"isActive": false,
"label": "22410",
"timestamp": 1594327389,
"tripId": "218397147",
"routeId": "460",
"startTime": "15:30:00",
"position": {
"lat": 45.47186,
"lon": -73.71037
},
"bearing": 223,
"speed": 66,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1164,
"ref": "22412",
"isActive": false,
"label": "22412",
"timestamp": null,
"tripId": "205046234",
"routeId": "27",
"startTime": "08:27:00",
"position": {
"lat": 45.52752,
"lon": -73.58681
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "27",
"routeLongName": "Boulevard Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:50:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2930,
"ref": "22413",
"isActive": false,
"label": "22413",
"timestamp": 1600262883,
"tripId": "221069045",
"routeId": "48",
"startTime": "08:30:00",
"position": {
"lat": 45.66183,
"lon": -73.53822
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 46,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 20:36:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1266,
"ref": "22417",
"isActive": false,
"label": "22417",
"timestamp": null,
"tripId": "213284277",
"routeId": "40",
"startTime": "18:52:00",
"position": {
"lat": 45.67393,
"lon": -73.50491
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "40",
"routeLongName": "Henri-Bourassa-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:20:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1702,
"ref": "22418",
"isActive": false,
"label": "22418",
"timestamp": null,
"tripId": "213451504",
"routeId": "189",
"startTime": "18:11:00",
"position": {
"lat": 45.66062,
"lon": -73.49312
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1445,
"ref": "22419",
"isActive": false,
"label": "22419",
"timestamp": null,
"tripId": "209230595",
"routeId": "90",
"startTime": "07:18:00",
"position": {
"lat": 45.48943,
"lon": -73.58425
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 54,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:01",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 18,
"ref": "22421",
"isActive": false,
"label": "22421",
"timestamp": null,
"tripId": "205049357",
"routeId": "44",
"startTime": "16:53:00",
"position": {
"lat": 45.63835,
"lon": -73.5967
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2925,
"ref": "22423",
"isActive": false,
"label": "22423",
"timestamp": null,
"tripId": "213452535",
"routeId": "48",
"startTime": "15:50:00",
"position": {
"lat": 45.65802,
"lon": -73.54414
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 19:34:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1525,
"ref": "23201",
"isActive": false,
"label": "23201",
"timestamp": null,
"tripId": "213463699",
"routeId": "55",
"startTime": "20:24:00",
"position": {
"lat": 45.55537,
"lon": -73.66798
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1379,
"ref": "23202",
"isActive": false,
"label": "23202",
"timestamp": 1594326934,
"tripId": "219804552",
"routeId": "218",
"startTime": "16:16:00",
"position": {
"lat": 45.466,
"lon": -73.83217
},
"bearing": 58,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "218",
"routeLongName": "Antoine-Faucon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:40:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1733,
"ref": "23204",
"isActive": false,
"label": "23204",
"timestamp": 1594327396,
"tripId": "218397170",
"routeId": "460",
"startTime": "16:03:00",
"position": {
"lat": 45.51348,
"lon": -73.65896
},
"bearing": 24,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:30:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2748,
"ref": "23205",
"isActive": false,
"label": "23205",
"timestamp": null,
"tripId": "218396946",
"routeId": "460",
"startTime": "06:33:00",
"position": {
"lat": 45.45502,
"lon": -73.73462
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-28 12:18:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1362,
"ref": "23206",
"isActive": false,
"label": "23206",
"timestamp": null,
"tripId": "213272757",
"routeId": "146E",
"startTime": "12:10:00",
"position": {
"lat": 45.5528,
"lon": -73.65508
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1411,
"ref": "23210",
"isActive": false,
"label": "23210",
"timestamp": null,
"tripId": "205024702",
"routeId": "469",
"startTime": "17:59:00",
"position": {
"lat": 45.58177,
"lon": -73.65099
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1987,
"ref": "23211",
"isActive": false,
"label": "23211",
"timestamp": 1594327388,
"tripId": "219805716",
"routeId": "202",
"startTime": "16:15:00",
"position": {
"lat": 45.44868,
"lon": -73.72882
},
"bearing": 271,
"speed": 83,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:05:07",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 19,
"ref": "23213",
"isActive": false,
"label": "23213",
"timestamp": null,
"tripId": "219805642",
"routeId": "215",
"startTime": "16:32:00",
"position": {
"lat": 45.50338,
"lon": -73.73367
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1494,
"ref": "23214",
"isActive": false,
"label": "23214",
"timestamp": null,
"tripId": "204985107",
"routeId": "170",
"startTime": "16:42:00",
"position": {
"lat": 45.52207,
"lon": -73.73322
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3352,
"ref": "23218",
"isActive": false,
"label": "23218",
"timestamp": 1594327398,
"tripId": "218417632",
"routeId": "189",
"startTime": "16:51:00",
"position": {
"lat": 45.59696,
"lon": -73.53573
},
"bearing": 127,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-12 16:47:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2884,
"ref": "23222",
"isActive": false,
"label": "23222",
"timestamp": 1600809082,
"tripId": "222767565",
"routeId": "460",
"startTime": "15:47:00",
"position": {
"lat": 45.59967,
"lon": -73.56883
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 11:02:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 20,
"ref": "23225",
"isActive": false,
"label": "23225",
"timestamp": null,
"tripId": "213465386",
"routeId": "18E",
"startTime": "14:52:00",
"position": {
"lat": 45.59572,
"lon": -73.53539
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 21,
"ref": "23227",
"isActive": false,
"label": "23227",
"timestamp": null,
"tripId": "212834225",
"routeId": "49",
"startTime": "05:05:00",
"position": {
"lat": 45.55673,
"lon": -73.66742
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1562,
"ref": "23229",
"isActive": false,
"label": "23229",
"timestamp": null,
"tripId": "218378853",
"routeId": "171",
"startTime": "18:58:00",
"position": {
"lat": 45.55645,
"lon": -73.66738
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 22,
"ref": "23235",
"isActive": false,
"label": "23235",
"timestamp": null,
"tripId": "204981671",
"routeId": "196",
"startTime": "18:43:00",
"position": {
"lat": 45.43987,
"lon": -73.68674
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 59,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1876,
"ref": "24201",
"isActive": false,
"label": "24201",
"timestamp": 1594327391,
"tripId": "218397155",
"routeId": "460",
"startTime": "15:43:00",
"position": {
"lat": 45.55844,
"lon": -73.61168
},
"bearing": 57,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:50:06",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1380,
"ref": "24202",
"isActive": false,
"label": "24202",
"timestamp": 1596759739,
"tripId": "218396904",
"routeId": "440",
"startTime": "19:15:00",
"position": {
"lat": 45.5458,
"lon": -73.64947
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "440",
"routeLongName": "Express Charleroi",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:40:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 23,
"ref": "24203",
"isActive": false,
"label": "24203",
"timestamp": 1597758673,
"tripId": "218397438",
"routeId": "41",
"startTime": "09:01:00",
"position": {
"lat": 45.55172,
"lon": -73.65542
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 54,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "41",
"routeLongName": "Saint-Michel / Ahuntsic",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1159,
"ref": "24204",
"isActive": false,
"label": "24204",
"timestamp": null,
"tripId": "217447881",
"routeId": "469",
"startTime": "10:03:00",
"position": {
"lat": 45.55873,
"lon": -73.66695
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:45:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1811,
"ref": "24205",
"isActive": false,
"label": "24205",
"timestamp": null,
"tripId": "218397349",
"routeId": "469",
"startTime": "13:37:00",
"position": {
"lat": 45.55652,
"lon": -73.66727
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2660,
"ref": "24206",
"isActive": false,
"label": "24206",
"timestamp": 1594327396,
"tripId": "218394491",
"routeId": "41",
"startTime": "16:41:00",
"position": {
"lat": 45.55207,
"lon": -73.65018
},
"bearing": 21,
"speed": 30,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "41",
"routeLongName": "Saint-Michel / Ahuntsic",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-26 12:06:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2536,
"ref": "24207",
"isActive": false,
"label": "24207",
"timestamp": 1594327394,
"tripId": "218396897",
"routeId": "460",
"startTime": "15:47:00",
"position": {
"lat": 45.54877,
"lon": -73.63386
},
"bearing": 113,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 10:40:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3269,
"ref": "24208",
"isActive": false,
"label": "24208",
"timestamp": null,
"tripId": "218394768",
"routeId": "54",
"startTime": "16:10:00",
"position": {
"lat": 45.57592,
"lon": -73.63622
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-20 21:10:06",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2259,
"ref": "24209",
"isActive": false,
"label": "24209",
"timestamp": 1594326847,
"tripId": "218394395",
"routeId": "440",
"startTime": "16:01:00",
"position": {
"lat": 45.60653,
"lon": -73.61991
},
"bearing": 65,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "440",
"routeLongName": "Express Charleroi",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 19:55:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1913,
"ref": "24210",
"isActive": false,
"label": "24210",
"timestamp": 1599222048,
"tripId": "222751358",
"routeId": "48",
"startTime": "07:19:00",
"position": {
"lat": 45.55675,
"lon": -73.66743
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:55:09",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 24,
"ref": "24211",
"isActive": false,
"label": "24211",
"timestamp": 1603138415,
"tripId": "222752317",
"routeId": "460",
"startTime": "15:03:00",
"position": {
"lat": 45.57587,
"lon": -73.5939
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2599,
"ref": "24212",
"isActive": false,
"label": "24212",
"timestamp": null,
"tripId": "218274477",
"routeId": "44",
"startTime": "19:05:00",
"position": {
"lat": 45.6387,
"lon": -73.59734
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 15:12:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3216,
"ref": "24213",
"isActive": false,
"label": "24213",
"timestamp": null,
"tripId": "903866",
"routeId": "33",
"startTime": "13:19:00",
"position": {
"lat": 45.61795,
"lon": -73.5819
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-08 12:26:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1412,
"ref": "24215",
"isActive": false,
"label": "24215",
"timestamp": null,
"tripId": "213286452",
"routeId": "141",
"startTime": "12:55:00",
"position": {
"lat": 45.59447,
"lon": -73.57304
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1381,
"ref": "24216",
"isActive": false,
"label": "24216",
"timestamp": 1597699406,
"tripId": "218397092",
"routeId": "469",
"startTime": "16:46:00",
"position": {
"lat": 45.60265,
"lon": -73.6321
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:40:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1446,
"ref": "24217",
"isActive": false,
"label": "24217",
"timestamp": 1597713208,
"tripId": "218415634",
"routeId": "81",
"startTime": "20:45:00",
"position": {
"lat": 45.64925,
"lon": -73.5788
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "81",
"routeLongName": "Saint-Jean-Baptiste",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2929,
"ref": "24218",
"isActive": false,
"label": "24218",
"timestamp": 1594327390,
"tripId": "218378734",
"routeId": "171",
"startTime": "15:47:00",
"position": {
"lat": 45.55067,
"lon": -73.67061
},
"bearing": 29,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 46,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 20:18:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1563,
"ref": "24219",
"isActive": false,
"label": "24219",
"timestamp": 1601344221,
"tripId": "222766038",
"routeId": "119",
"startTime": "21:15:00",
"position": {
"lat": 45.49532,
"lon": -73.62482
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "119",
"routeLongName": "Rockland",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2608,
"ref": "24220",
"isActive": false,
"label": "24220",
"timestamp": 1594327406,
"tripId": "218377158",
"routeId": "119",
"startTime": "16:16:00",
"position": {
"lat": 45.51997,
"lon": -73.62041
},
"bearing": 232,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "119",
"routeLongName": "Rockland",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 20:06:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 25,
"ref": "24221",
"isActive": false,
"label": "24221",
"timestamp": 1602198803,
"tripId": "222765682",
"routeId": "103",
"startTime": "18:48:00",
"position": {
"lat": 45.45782,
"lon": -73.66665
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "103",
"routeLongName": "Monkland",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2394,
"ref": "24222",
"isActive": false,
"label": "24222",
"timestamp": 1603136949,
"tripId": "222788111",
"routeId": "968",
"startTime": "15:18:00",
"position": {
"lat": 45.51082,
"lon": -73.81382
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 21:00:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1526,
"ref": "24223",
"isActive": false,
"label": "24223",
"timestamp": null,
"tripId": "209229950",
"routeId": "55",
"startTime": "19:12:00",
"position": {
"lat": 45.55433,
"lon": -73.66863
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3177,
"ref": "24225",
"isActive": false,
"label": "24225",
"timestamp": null,
"tripId": "218376560",
"routeId": "105",
"startTime": "08:28:00",
"position": {
"lat": 45.47307,
"lon": -73.6061
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-28 10:22:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1847,
"ref": "24226",
"isActive": false,
"label": "24226",
"timestamp": null,
"tripId": "213362037",
"routeId": "160",
"startTime": "15:54:00",
"position": {
"lat": 45.49195,
"lon": -73.64805
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "160",
"routeLongName": "Barclay",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:08",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2891,
"ref": "24227",
"isActive": false,
"label": "24227",
"timestamp": 1601559741,
"tripId": "222767414",
"routeId": "213",
"startTime": "09:03:00",
"position": {
"lat": 45.5163,
"lon": -73.8295
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "213",
"routeLongName": "Parc-Industriel-Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 12:22:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 26,
"ref": "24228",
"isActive": false,
"label": "24228",
"timestamp": 1603138414,
"tripId": "222749140",
"routeId": "161",
"startTime": "15:48:00",
"position": {
"lat": 45.49642,
"lon": -73.63577
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1495,
"ref": "24229",
"isActive": false,
"label": "24229",
"timestamp": null,
"tripId": "213458224",
"routeId": "178",
"startTime": "20:32:00",
"position": {
"lat": 45.46105,
"lon": -73.54784
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 27,
"ref": "24230",
"isActive": false,
"label": "24230",
"timestamp": null,
"tripId": "204982323",
"routeId": "420",
"startTime": "17:44:00",
"position": {
"lat": 45.46645,
"lon": -73.65313
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "420",
"routeLongName": "Express Notre-Dame-de-Grâce",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1768,
"ref": "24231",
"isActive": false,
"label": "24231",
"timestamp": 1618869266,
"tripId": "229662201",
"routeId": "469",
"startTime": "17:26:00",
"position": {
"lat": 45.5562,
"lon": -73.66716
},
"bearing": 128,
"speed": 20,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 28,
"ref": "24232",
"isActive": false,
"label": "24232",
"timestamp": null,
"tripId": "213495599",
"routeId": "128",
"startTime": "07:08:00",
"position": {
"lat": 45.51952,
"lon": -73.6662
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 70,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 29,
"ref": "24233",
"isActive": false,
"label": "24233",
"timestamp": null,
"tripId": "218417639",
"routeId": "189",
"startTime": "17:04:00",
"position": {
"lat": 45.6985,
"lon": -73.4841
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 63,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2906,
"ref": "24234",
"isActive": false,
"label": "24234",
"timestamp": 1594326851,
"tripId": "218397480",
"routeId": "469",
"startTime": "16:02:00",
"position": {
"lat": 45.60174,
"lon": -73.63482
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 21:40:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1228,
"ref": "24235",
"isActive": false,
"label": "24235",
"timestamp": 1594327404,
"tripId": "218397179",
"routeId": "460",
"startTime": "16:08:00",
"position": {
"lat": 45.50783,
"lon": -73.67241
},
"bearing": 119,
"speed": 29,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:10:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1328,
"ref": "24236",
"isActive": false,
"label": "24236",
"timestamp": 1603132586,
"tripId": "222752324",
"routeId": "460",
"startTime": "15:11:00",
"position": {
"lat": 45.54598,
"lon": -73.65017
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 30,
"ref": "24238",
"isActive": false,
"label": "24238",
"timestamp": null,
"tripId": "218413727",
"routeId": "33",
"startTime": "14:46:00",
"position": {
"lat": 45.62775,
"lon": -73.61543
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1292,
"ref": "24239",
"isActive": false,
"label": "24239",
"timestamp": 1599011002,
"tripId": "221070010",
"routeId": "33",
"startTime": "21:00:00",
"position": {
"lat": 45.62755,
"lon": -73.61525
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 65,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:25:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1769,
"ref": "24240",
"isActive": false,
"label": "24240",
"timestamp": null,
"tripId": "218417063",
"routeId": "187",
"startTime": "12:18:00",
"position": {
"lat": 45.60098,
"lon": -73.53242
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 31,
"ref": "24241",
"isActive": false,
"label": "24241",
"timestamp": 1601466203,
"tripId": "222764841",
"routeId": "188",
"startTime": "07:24:00",
"position": {
"lat": 45.52072,
"lon": -73.66161
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "188",
"routeLongName": "Couture",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3245,
"ref": "24242",
"isActive": false,
"label": "24242",
"timestamp": 1597765938,
"tripId": "222465948",
"routeId": "178",
"startTime": "20:50:00",
"position": {
"lat": 45.53192,
"lon": -73.60095
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-14 21:16:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2124,
"ref": "24243",
"isActive": false,
"label": "24243",
"timestamp": 1594327406,
"tripId": "218377581",
"routeId": "162",
"startTime": "16:40:00",
"position": {
"lat": 45.46716,
"lon": -73.66766
},
"bearing": 208,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:40:08",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1413,
"ref": "24245",
"isActive": false,
"label": "24245",
"timestamp": 1597754530,
"tripId": "223318619",
"routeId": "162",
"startTime": "08:12:00",
"position": {
"lat": 45.47702,
"lon": -73.62154
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3068,
"ref": "24246",
"isActive": false,
"label": "24246",
"timestamp": 1594327399,
"tripId": "218421325",
"routeId": "129",
"startTime": "15:49:00",
"position": {
"lat": 45.50874,
"lon": -73.55588
},
"bearing": 27,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 0,
"label": "Empty"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-14 16:32:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3233,
"ref": "24247",
"isActive": false,
"label": "24247",
"timestamp": null,
"tripId": "223320830",
"routeId": "919",
"startTime": "09:30:00",
"position": {
"lat": 45.50742,
"lon": -73.64268
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 12,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-12 21:18:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1414,
"ref": "24248",
"isActive": false,
"label": "24248",
"timestamp": 1594327393,
"tripId": "218416043",
"routeId": "33",
"startTime": "15:38:00",
"position": {
"lat": 45.62868,
"lon": -73.61641
},
"bearing": 151,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 60,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2036,
"ref": "24249",
"isActive": false,
"label": "24249",
"timestamp": 1598530705,
"tripId": "222767160",
"routeId": "171",
"startTime": "07:32:00",
"position": {
"lat": 45.52172,
"lon": -73.66698
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 3,
"label": "Canceled"
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 32,
"ref": "24250",
"isActive": false,
"label": "24250",
"timestamp": 1594327093,
"tripId": "218416392",
"routeId": "86",
"startTime": "15:26:00",
"position": {
"lat": 45.65788,
"lon": -73.56944
},
"bearing": 231,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 98,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2037,
"ref": "24252",
"isActive": false,
"label": "24252",
"timestamp": null,
"tripId": "218428086",
"routeId": "58",
"startTime": "07:53:00",
"position": {
"lat": 45.47003,
"lon": -73.56585
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1177,
"ref": "24253",
"isActive": false,
"label": "24253",
"timestamp": 1603138412,
"tripId": "226465146",
"routeId": "125",
"startTime": "15:46:00",
"position": {
"lat": 45.5284,
"lon": -73.55705
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:55:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 33,
"ref": "24254",
"isActive": false,
"label": "24254",
"timestamp": 1594327405,
"tripId": "218427600",
"routeId": "35",
"startTime": "16:14:00",
"position": {
"lat": 45.48136,
"lon": -73.57777
},
"bearing": 229,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 34,
"ref": "24255",
"isActive": false,
"label": "24255",
"timestamp": 1611315940,
"tripId": "229041067",
"routeId": "460",
"startTime": "06:30:00",
"position": {
"lat": 45.44973,
"lon": -73.74468
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 35,
"ref": "24256",
"isActive": false,
"label": "24256",
"timestamp": 1594327404,
"tripId": "218429055",
"routeId": "90",
"startTime": "16:51:00",
"position": {
"lat": 45.48906,
"lon": -73.58334
},
"bearing": 135,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1629,
"ref": "24257",
"isActive": false,
"label": "24257",
"timestamp": 1608301635,
"tripId": "222817501",
"routeId": "460",
"startTime": "07:27:00",
"position": {
"lat": 45.54558,
"lon": -73.65031
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 36,
"ref": "24258",
"isActive": false,
"label": "24258",
"timestamp": 1594327406,
"tripId": "218426986",
"routeId": "411",
"startTime": "16:16:00",
"position": {
"lat": 45.44309,
"lon": -73.8146
},
"bearing": 253,
"speed": 4,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 37,
"ref": "24259",
"isActive": false,
"label": "24259",
"timestamp": null,
"tripId": "218395594",
"routeId": "469",
"startTime": "17:24:00",
"position": {
"lat": 45.6234,
"lon": -73.62135
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 38,
"ref": "24260",
"isActive": false,
"label": "24260",
"timestamp": 1594327129,
"tripId": "218394752",
"routeId": "54",
"startTime": "15:49:00",
"position": {
"lat": 45.57496,
"lon": -73.63611
},
"bearing": 212,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1959,
"ref": "24261",
"isActive": false,
"label": "24261",
"timestamp": null,
"tripId": "218394662",
"routeId": "54",
"startTime": "09:09:00",
"position": {
"lat": 45.5286,
"lon": -73.66817
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:10",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1447,
"ref": "24262",
"isActive": false,
"label": "24262",
"timestamp": 1598305118,
"tripId": "222752420",
"routeId": "469",
"startTime": "17:09:00",
"position": {
"lat": 45.62358,
"lon": -73.62173
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2749,
"ref": "24263",
"isActive": false,
"label": "24263",
"timestamp": 1603101250,
"tripId": "222752232",
"routeId": "460",
"startTime": "08:03:00",
"position": {
"lat": 45.54547,
"lon": -73.64927
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-28 12:24:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 39,
"ref": "24264",
"isActive": false,
"label": "24264",
"timestamp": 1594327404,
"tripId": "218394728",
"routeId": "54",
"startTime": "16:38:00",
"position": {
"lat": 45.5667,
"lon": -73.64307
},
"bearing": 211,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1770,
"ref": "24265",
"isActive": false,
"label": "24265",
"timestamp": 1597066536,
"tripId": "218396932",
"routeId": "460",
"startTime": "07:44:00",
"position": {
"lat": 45.54623,
"lon": -73.64978
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 40,
"ref": "24266",
"isActive": false,
"label": "24266",
"timestamp": 1594327398,
"tripId": "218396895",
"routeId": "440",
"startTime": "16:35:00",
"position": {
"lat": 45.56294,
"lon": -73.64289
},
"bearing": 30,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "440",
"routeLongName": "Express Charleroi",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1448,
"ref": "24267",
"isActive": false,
"label": "24267",
"timestamp": 1599652349,
"tripId": "222752205",
"routeId": "406",
"startTime": "07:51:00",
"position": {
"lat": 45.42945,
"lon": -73.6427
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 3,
"label": "Canceled"
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 41,
"ref": "24268",
"isActive": false,
"label": "24268",
"timestamp": 1594327406,
"tripId": "218397120",
"routeId": "460",
"startTime": "16:19:00",
"position": {
"lat": 45.50046,
"lon": -73.68219
},
"bearing": 48,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 26,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1960,
"ref": "24269",
"isActive": false,
"label": "24269",
"timestamp": 1594327404,
"tripId": "218397173",
"routeId": "460",
"startTime": "16:00:00",
"position": {
"lat": 45.5243,
"lon": -73.65289
},
"bearing": 193,
"speed": 37,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:10",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3180,
"ref": "24270",
"isActive": false,
"label": "24270",
"timestamp": 1594326878,
"tripId": "218397127",
"routeId": "460",
"startTime": "15:09:00",
"position": {
"lat": 45.59941,
"lon": -73.56887
},
"bearing": 172,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-29 18:36:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2596,
"ref": "24271",
"isActive": false,
"label": "24271",
"timestamp": 1594327404,
"tripId": "218397409",
"routeId": "469",
"startTime": "16:37:00",
"position": {
"lat": 45.57878,
"lon": -73.6528
},
"bearing": 29,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 12:58:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2322,
"ref": "24272",
"isActive": false,
"label": "24272",
"timestamp": 1594327389,
"tripId": "218397187",
"routeId": "460",
"startTime": "16:13:00",
"position": {
"lat": 45.50825,
"lon": -73.67307
},
"bearing": 300,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 20:05:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1329,
"ref": "24273",
"isActive": false,
"label": "24273",
"timestamp": 1602714532,
"tripId": "222752331",
"routeId": "460",
"startTime": "16:44:00",
"position": {
"lat": 45.54642,
"lon": -73.65224
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2896,
"ref": "24274",
"isActive": false,
"label": "24274",
"timestamp": 1594327107,
"tripId": "218397130",
"routeId": "460",
"startTime": "15:20:00",
"position": {
"lat": 45.59896,
"lon": -73.5686
},
"bearing": 116,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 20:20:07",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 42,
"ref": "24276",
"isActive": false,
"label": "24276",
"timestamp": 1594327398,
"tripId": "218397417",
"routeId": "469",
"startTime": "16:29:00",
"position": {
"lat": 45.60263,
"lon": -73.63217
},
"bearing": 245,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 43,
"ref": "24277",
"isActive": false,
"label": "24277",
"timestamp": 1608318088,
"tripId": "221368654",
"routeId": "187",
"startTime": "13:30:00",
"position": {
"lat": 45.59933,
"lon": -73.53342
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3153,
"ref": "24278",
"isActive": false,
"label": "24278",
"timestamp": 1594327404,
"tripId": "218417601",
"routeId": "432",
"startTime": "16:14:00",
"position": {
"lat": 45.61359,
"lon": -73.62719
},
"bearing": 323,
"speed": 44,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 0,
"label": "Empty"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "432",
"routeLongName": "Express Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-23 11:28:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3008,
"ref": "24279",
"isActive": false,
"label": "24279",
"timestamp": null,
"tripId": "217680668",
"routeId": "49",
"startTime": "16:10:00",
"position": {
"lat": 45.66463,
"lon": -73.5458
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-11 10:54:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1630,
"ref": "24280",
"isActive": false,
"label": "24280",
"timestamp": null,
"tripId": "213360937",
"routeId": "18E",
"startTime": "14:59:00",
"position": {
"lat": 45.53107,
"lon": -73.61031
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2038,
"ref": "24281",
"isActive": false,
"label": "24281",
"timestamp": 1598657374,
"tripId": "221221155",
"routeId": "411",
"startTime": "18:40:00",
"position": {
"lat": 45.40487,
"lon": -73.93667
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:09",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2178,
"ref": "24282",
"isActive": false,
"label": "24282",
"timestamp": 1594327399,
"tripId": "218429905",
"routeId": "109",
"startTime": "16:15:00",
"position": {
"lat": 45.42999,
"lon": -73.60979
},
"bearing": 134,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 13:05:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1415,
"ref": "24283",
"isActive": false,
"label": "24283",
"timestamp": 1594327025,
"tripId": "218429373",
"routeId": "406",
"startTime": "16:08:00",
"position": {
"lat": 45.42515,
"lon": -73.64867
},
"bearing": 64,
"speed": 28,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1602,
"ref": "24285",
"isActive": false,
"label": "24285",
"timestamp": null,
"tripId": "204981911",
"routeId": "113E",
"startTime": "08:34:00",
"position": {
"lat": 45.43705,
"lon": -73.60005
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:10:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2676,
"ref": "24286",
"isActive": false,
"label": "24286",
"timestamp": null,
"tripId": "204980122",
"routeId": "406",
"startTime": "18:30:00",
"position": {
"lat": 45.42183,
"lon": -73.648
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-26 19:44:06",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2849,
"ref": "24287",
"isActive": false,
"label": "24287",
"timestamp": null,
"tripId": "218427274",
"routeId": "425",
"startTime": "17:23:00",
"position": {
"lat": 45.43638,
"lon": -73.89845
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "425",
"routeLongName": "Express Anse-à-l'Orme",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-03 10:16:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2014,
"ref": "24288",
"isActive": false,
"label": "24288",
"timestamp": 1594327393,
"tripId": "218427280",
"routeId": "496",
"startTime": "16:11:00",
"position": {
"lat": 45.45393,
"lon": -73.62328
},
"bearing": 54,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:10:12",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2086,
"ref": "24289",
"isActive": false,
"label": "24289",
"timestamp": null,
"tripId": "218305269",
"routeId": "107",
"startTime": "05:00:00",
"position": {
"lat": 45.44133,
"lon": -73.63412
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 9,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:25:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1208,
"ref": "24291",
"isActive": false,
"label": "24291",
"timestamp": 1594327263,
"tripId": "218426975",
"routeId": "411",
"startTime": "16:56:00",
"position": {
"lat": 45.40359,
"lon": -73.94041
},
"bearing": 249,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2396,
"ref": "24292",
"isActive": false,
"label": "24292",
"timestamp": 1594327398,
"tripId": "218430553",
"routeId": "138",
"startTime": "16:28:00",
"position": {
"lat": 45.46842,
"lon": -73.63961
},
"bearing": 119,
"speed": 41,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "138",
"routeLongName": "Notre-Dame-de-Grâce",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 21:00:07",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 44,
"ref": "24293",
"isActive": false,
"label": "24293",
"timestamp": 1594327108,
"tripId": "218427153",
"routeId": "491",
"startTime": "16:02:00",
"position": {
"lat": 45.43748,
"lon": -73.68873
},
"bearing": 359,
"speed": 3,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "491",
"routeLongName": "Express Provost",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2771,
"ref": "24294",
"isActive": false,
"label": "24294",
"timestamp": 1609935858,
"tripId": "229041398",
"routeId": "180",
"startTime": "07:31:00",
"position": {
"lat": 45.54965,
"lon": -73.6563
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "180",
"routeLongName": "De Salaberry",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-29 10:28:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2125,
"ref": "24295",
"isActive": false,
"label": "24295",
"timestamp": null,
"tripId": "223319927",
"routeId": "213",
"startTime": "18:09:00",
"position": {
"lat": 45.51342,
"lon": -73.68372
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "213",
"routeLongName": "Parc-Industriel-Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:40:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1449,
"ref": "24296",
"isActive": false,
"label": "24296",
"timestamp": null,
"tripId": "213464628",
"routeId": "46",
"startTime": "09:10:00",
"position": {
"lat": 45.52625,
"lon": -73.58794
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "46",
"routeLongName": "Casgrain",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 45,
"ref": "24297",
"isActive": false,
"label": "24297",
"timestamp": 1602626324,
"tripId": "222764913",
"routeId": "64",
"startTime": "17:47:00",
"position": {
"lat": 45.52953,
"lon": -73.71597
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1664,
"ref": "24298",
"isActive": false,
"label": "24298",
"timestamp": 1600201190,
"tripId": "222788118",
"routeId": "968",
"startTime": "15:49:00",
"position": {
"lat": 45.51085,
"lon": -73.81133
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 9328,
"ref": "24299",
"isActive": false,
"label": "24299",
"timestamp": null,
"tripId": "941219",
"routeId": "427",
"startTime": "06:17:00",
"position": {
"lat": null,
"lon": null
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 1,
"label": "Added"
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-12-29 06:20:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1527,
"ref": "24301",
"isActive": false,
"label": "24301",
"timestamp": 1620161328,
"tripId": "229093086",
"routeId": "193",
"startTime": "15:55:00",
"position": {
"lat": 45.60662,
"lon": -73.57185
},
"bearing": 49,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2920,
"ref": "24302",
"isActive": false,
"label": "24302",
"timestamp": 1603112901,
"tripId": "222764732",
"routeId": "68",
"startTime": "08:03:00",
"position": {
"lat": 45.4376,
"lon": -73.90125
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 79,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 12:28:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3192,
"ref": "24303",
"isActive": false,
"label": "24303",
"timestamp": 1594327399,
"tripId": "218379615",
"routeId": "919",
"startTime": "16:30:00",
"position": {
"lat": 45.50582,
"lon": -73.64254
},
"bearing": 177,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 13,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-02 15:58:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 46,
"ref": "24304",
"isActive": false,
"label": "24304",
"timestamp": 1611876436,
"tripId": "229042432",
"routeId": "136",
"startTime": "17:54:00",
"position": {
"lat": 45.59963,
"lon": -73.61138
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1416,
"ref": "24306",
"isActive": false,
"label": "24306",
"timestamp": null,
"tripId": "222752188",
"routeId": "460",
"startTime": "07:44:00",
"position": {
"lat": null,
"lon": null
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1632,
"ref": "24307",
"isActive": false,
"label": "24307",
"timestamp": null,
"tripId": "223319960",
"routeId": "171",
"startTime": "17:10:00",
"position": {
"lat": 45.55213,
"lon": -73.66972
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 47,
"ref": "25201",
"isActive": false,
"label": "25201",
"timestamp": 1614865888,
"tripId": "225757623",
"routeId": "97",
"startTime": "08:00:00",
"position": {
"lat": 45.51637,
"lon": -73.58875
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "97",
"routeLongName": "Avenue-du-Mont-Royal",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1990,
"ref": "25202",
"isActive": false,
"label": "25202",
"timestamp": 1632517638,
"tripId": "238426887",
"routeId": "410",
"startTime": "15:48:00",
"position": {
"lat": 45.70119,
"lon": -73.48113
},
"bearing": 75,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "410",
"routeLongName": "Express Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:05:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2901,
"ref": "25203",
"isActive": false,
"label": "25203",
"timestamp": 1628688056,
"tripId": "232405927",
"routeId": "25",
"startTime": "08:54:00",
"position": {
"lat": 45.53207,
"lon": -73.59753
},
"bearing": 29,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "25",
"routeLongName": "Angus",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 20:42:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3111,
"ref": "25204",
"isActive": false,
"label": "25204",
"timestamp": 1617751543,
"tripId": "229031367",
"routeId": "430",
"startTime": "18:28:00",
"position": {
"lat": 45.68914,
"lon": -73.49046
},
"bearing": 103,
"speed": 41,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "430",
"routeLongName": "Express Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-18 20:40:06",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 739,
"ref": "25205",
"isActive": false,
"label": "25205",
"timestamp": 1633522473,
"tripId": "238426948",
"routeId": "427",
"startTime": "07:25:00",
"position": {
"lat": 45.49504,
"lon": -73.57996
},
"bearing": 206,
"speed": 26,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2752,
"ref": "25206",
"isActive": false,
"label": "25206",
"timestamp": 1632139993,
"tripId": "238426954",
"routeId": "427",
"startTime": "07:34:00",
"position": {
"lat": 45.49377,
"lon": -73.56907
},
"bearing": 124,
"speed": 32,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-28 14:38:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3266,
"ref": "25207",
"isActive": false,
"label": "25207",
"timestamp": 1620736301,
"tripId": "229031661",
"routeId": "410",
"startTime": "07:26:00",
"position": {
"lat": 45.49777,
"lon": -73.56652
},
"bearing": 124,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "410",
"routeLongName": "Express Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-20 12:28:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1073,
"ref": "25208",
"isActive": false,
"label": "25208",
"timestamp": 1645021788,
"tripId": "241510984",
"routeId": "427",
"startTime": "08:42:00",
"position": {
"lat": 45.49544,
"lon": -73.5795
},
"bearing": 221,
"speed": 23,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 02:55:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2841,
"ref": "25209",
"isActive": false,
"label": "25209",
"timestamp": 1620045209,
"tripId": "229030420",
"routeId": "51E",
"startTime": "08:25:00",
"position": {
"lat": 45.52022,
"lon": -73.59715
},
"bearing": 307,
"speed": 20,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-02 20:00:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1877,
"ref": "25210",
"isActive": false,
"label": "25210",
"timestamp": 1594327083,
"tripId": "218427272",
"routeId": "496",
"startTime": "15:56:00",
"position": {
"lat": 45.44773,
"lon": -73.7439
},
"bearing": 14,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:50:09",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1120,
"ref": "25211",
"isActive": false,
"label": "25211",
"timestamp": 1615333225,
"tripId": "229202241",
"routeId": "55",
"startTime": "17:44:00",
"position": {
"lat": 45.55416,
"lon": -73.66869
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 49,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 03:20:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3107,
"ref": "25212",
"isActive": false,
"label": "25212",
"timestamp": 1613871611,
"tripId": "223494094",
"routeId": "55",
"startTime": "18:30:00",
"position": {
"lat": 45.53143,
"lon": -73.60133
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-18 12:26:09",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 741,
"ref": "25213",
"isActive": false,
"label": "25213",
"timestamp": 1628075094,
"tripId": "231569151",
"routeId": "99",
"startTime": "06:30:00",
"position": {
"lat": 45.57036,
"lon": -73.59564
},
"bearing": 33,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "99",
"routeLongName": "Villeray",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 48,
"ref": "25214",
"isActive": false,
"label": "25214",
"timestamp": 1621033658,
"tripId": "230205371",
"routeId": "31",
"startTime": "18:39:00",
"position": {
"lat": 45.53123,
"lon": -73.60183
},
"bearing": 108,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "31",
"routeLongName": "Saint-Denis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6816,
"ref": "25215",
"isActive": false,
"label": "25215",
"timestamp": 1622033320,
"tripId": "230204100",
"routeId": "18",
"startTime": "08:30:00",
"position": {
"lat": 45.58073,
"lon": -73.56503
},
"bearing": 203,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-09 16:11:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2921,
"ref": "25216",
"isActive": false,
"label": "25216",
"timestamp": 1622414429,
"tripId": "226862900",
"routeId": "179",
"startTime": "18:12:00",
"position": {
"lat": 45.54152,
"lon": -73.69813
},
"bearing": 101,
"speed": 28,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "179",
"routeLongName": "De l'Acadie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 12:28:08",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3012,
"ref": "25217",
"isActive": false,
"label": "25217",
"timestamp": 1632146125,
"tripId": "239574237",
"routeId": "49",
"startTime": "08:57:00",
"position": {
"lat": 45.55651,
"lon": -73.66724
},
"bearing": 176,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-11 12:26:09",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 49,
"ref": "25218",
"isActive": false,
"label": "25218",
"timestamp": 1594327393,
"tripId": "219805950",
"routeId": "196",
"startTime": "16:18:00",
"position": {
"lat": 45.46423,
"lon": -73.70657
},
"bearing": 133,
"speed": 41,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2963,
"ref": "25219",
"isActive": false,
"label": "25219",
"timestamp": 1623072398,
"tripId": "231063497",
"routeId": "18",
"startTime": "08:38:00",
"position": {
"lat": 45.53063,
"lon": -73.60944
},
"bearing": 302,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-07 18:02:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2513,
"ref": "25220",
"isActive": false,
"label": "25220",
"timestamp": 1594327389,
"tripId": "218421542",
"routeId": "129",
"startTime": "16:16:00",
"position": {
"lat": 45.51582,
"lon": -73.60201
},
"bearing": 264,
"speed": 45,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-24 17:40:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2136,
"ref": "25221",
"isActive": false,
"label": "25221",
"timestamp": 1594327406,
"tripId": "218421276",
"routeId": "55",
"startTime": "16:30:00",
"position": {
"lat": 45.51382,
"lon": -73.5724
},
"bearing": 299,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 9,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:45:11",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6820,
"ref": "25222",
"isActive": false,
"label": "25222",
"timestamp": 1594327398,
"tripId": "218422165",
"routeId": "179",
"startTime": "16:14:00",
"position": {
"lat": 45.53532,
"lon": -73.66341
},
"bearing": 292,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "179",
"routeLongName": "De l'Acadie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-09 21:08:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1528,
"ref": "25223",
"isActive": false,
"label": "25223",
"timestamp": 1625524553,
"tripId": "231569739",
"routeId": "18",
"startTime": "17:46:00",
"position": {
"lat": 45.59555,
"lon": -73.53551
},
"bearing": 23,
"speed": 38,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 53,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1703,
"ref": "25224",
"isActive": false,
"label": "25224",
"timestamp": 1615126547,
"tripId": "225756088",
"routeId": "55",
"startTime": "08:30:00",
"position": {
"lat": 45.50525,
"lon": -73.5564
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 50,
"ref": "25225",
"isActive": false,
"label": "25225",
"timestamp": 1633375996,
"tripId": "243243568",
"routeId": "100E",
"startTime": "14:55:00",
"position": {
"lat": 45.54179,
"lon": -73.6412
},
"bearing": 25,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2791,
"ref": "25226",
"isActive": false,
"label": "25226",
"timestamp": 1643287656,
"tripId": "241512476",
"routeId": "430",
"startTime": "06:43:00",
"position": {
"lat": 45.49652,
"lon": -73.5725
},
"bearing": 211,
"speed": 7,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "430",
"routeLongName": "Express Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-29 20:30:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1665,
"ref": "25227",
"isActive": false,
"label": "25227",
"timestamp": 1625869542,
"tripId": "231570301",
"routeId": "161",
"startTime": "18:07:00",
"position": {
"lat": 45.46208,
"lon": -73.67155
},
"bearing": 31,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2040,
"ref": "25228",
"isActive": false,
"label": "25228",
"timestamp": 1621252887,
"tripId": "230205578",
"routeId": "144",
"startTime": "07:40:00",
"position": {
"lat": 45.48949,
"lon": -73.58492
},
"bearing": 131,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "144",
"routeLongName": "Avenue des Pins",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:10",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 51,
"ref": "25229",
"isActive": false,
"label": "25229",
"timestamp": 1622722709,
"tripId": "237847826",
"routeId": "179",
"startTime": "07:45:00",
"position": {
"lat": 45.54091,
"lon": -73.69639
},
"bearing": 116,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "179",
"routeLongName": "De l'Acadie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 52,
"ref": "25230",
"isActive": false,
"label": "25230",
"timestamp": 1594327043,
"tripId": "218421320",
"routeId": "55",
"startTime": "16:49:00",
"position": {
"lat": 45.50643,
"lon": -73.55622
},
"bearing": 294,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1991,
"ref": "25231",
"isActive": false,
"label": "25231",
"timestamp": 1610720243,
"tripId": "230205854",
"routeId": "92",
"startTime": "00:38:00",
"position": {
"lat": 45.53145,
"lon": -73.60175
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:05:12",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6858,
"ref": "25232",
"isActive": false,
"label": "25232",
"timestamp": 1626904178,
"tripId": "232342063",
"routeId": "186",
"startTime": "17:20:00",
"position": {
"lat": 45.69399,
"lon": -73.49612
},
"bearing": 27,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-10 15:33:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 53,
"ref": "25233",
"isActive": false,
"label": "25233",
"timestamp": 1628757552,
"tripId": "232343488",
"routeId": "362",
"startTime": "03:07:00",
"position": {
"lat": 45.5312,
"lon": -73.54825
},
"bearing": 304,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 111,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "362",
"routeLongName": "Hochelaga / Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3366,
"ref": "25234",
"isActive": false,
"label": "25234",
"timestamp": 1632806579,
"tripId": "239577002",
"routeId": "141",
"startTime": "00:55:00",
"position": {
"lat": 45.56017,
"lon": -73.59714
},
"bearing": 212,
"speed": 52,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-19 15:38:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 54,
"ref": "25235",
"isActive": false,
"label": "25235",
"timestamp": 1625915376,
"tripId": "231720266",
"routeId": "187",
"startTime": "07:03:00",
"position": {
"lat": 45.66553,
"lon": -73.51035
},
"bearing": 96,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 55,
"ref": "25236",
"isActive": false,
"label": "25236",
"timestamp": 1649114112,
"tripId": "250154052",
"routeId": "51",
"startTime": "18:24:00",
"position": {
"lat": 45.4553,
"lon": -73.64121
},
"bearing": 208,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 53,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2171,
"ref": "25237",
"isActive": false,
"label": "25237",
"timestamp": 1627646933,
"tripId": "232405461",
"routeId": "27",
"startTime": "07:53:00",
"position": {
"lat": 45.52802,
"lon": -73.58636
},
"bearing": 214,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "27",
"routeLongName": "Boulevard Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 13:00:12",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3204,
"ref": "25238",
"isActive": false,
"label": "25238",
"timestamp": 1628513567,
"tripId": "231570472",
"routeId": "144",
"startTime": "08:33:00",
"position": {
"lat": 45.49012,
"lon": -73.58586
},
"bearing": 128,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "144",
"routeLongName": "Avenue des Pins",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-06 12:30:19",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 56,
"ref": "25239",
"isActive": false,
"label": "25239",
"timestamp": 1626871257,
"tripId": "232405983",
"routeId": "47",
"startTime": "08:18:00",
"position": {
"lat": 45.52624,
"lon": -73.5878
},
"bearing": 49,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "47",
"routeLongName": "Masson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3395,
"ref": "25240",
"isActive": false,
"label": "25240",
"timestamp": 1631019405,
"tripId": "238425403",
"routeId": "18",
"startTime": "08:06:00",
"position": {
"lat": 45.53092,
"lon": -73.61006
},
"bearing": 303,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-03 01:23:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2670,
"ref": "25241",
"isActive": false,
"label": "25241",
"timestamp": 1622038131,
"tripId": "229030536",
"routeId": "47",
"startTime": "09:48:00",
"position": {
"lat": 45.52925,
"lon": -73.58521
},
"bearing": 214,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "47",
"routeLongName": "Masson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-26 12:50:08",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2789,
"ref": "25242",
"isActive": false,
"label": "25242",
"timestamp": 1649939930,
"tripId": "250153924",
"routeId": "51E",
"startTime": "08:35:00",
"position": {
"lat": 45.52187,
"lon": -73.59634
},
"bearing": 41,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 5,
"label": "Full"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-29 13:04:08",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 57,
"ref": "25243",
"isActive": false,
"label": "25243",
"timestamp": 1594327395,
"tripId": "218430646",
"routeId": "191",
"startTime": "16:11:00",
"position": {
"lat": 45.44201,
"lon": -73.66499
},
"bearing": 91,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1992,
"ref": "25244",
"isActive": false,
"label": "25244",
"timestamp": 1627906221,
"tripId": "232405461",
"routeId": "27",
"startTime": "07:53:00",
"position": {
"lat": 45.5279,
"lon": -73.58647
},
"bearing": 213,
"speed": 20,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "27",
"routeLongName": "Boulevard Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:05:12",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1666,
"ref": "25245",
"isActive": false,
"label": "25245",
"timestamp": 1617285683,
"tripId": "229031296",
"routeId": "97",
"startTime": "09:15:00",
"position": {
"lat": 45.51643,
"lon": -73.58875
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "97",
"routeLongName": "Avenue-du-Mont-Royal",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:05",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1704,
"ref": "25246",
"isActive": false,
"label": "25246",
"timestamp": 1649859234,
"tripId": "250154764",
"routeId": "85",
"startTime": "09:27:00",
"position": {
"lat": 45.53286,
"lon": -73.55055
},
"bearing": 125,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 58,
"ref": "25247",
"isActive": false,
"label": "25247",
"timestamp": 1628250228,
"tripId": "232405890",
"routeId": "51",
"startTime": "07:20:00",
"position": {
"lat": 45.48514,
"lon": -73.6279
},
"bearing": 33,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 59,
"ref": "25248",
"isActive": false,
"label": "25248",
"timestamp": 1629290567,
"tripId": "232405983",
"routeId": "47",
"startTime": "08:18:00",
"position": {
"lat": 45.52636,
"lon": -73.5882
},
"bearing": 123,
"speed": 7,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "47",
"routeLongName": "Masson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 60,
"ref": "26001",
"isActive": false,
"label": "26001",
"timestamp": 1656680977,
"tripId": "252010359",
"routeId": "85",
"startTime": "08:30:00",
"position": {
"lat": 45.53332,
"lon": -73.55168
},
"bearing": 114,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2880,
"ref": "26002",
"isActive": false,
"label": "26002",
"timestamp": 1594327391,
"tripId": "218427591",
"routeId": "35",
"startTime": "16:30:00",
"position": {
"lat": 45.48998,
"lon": -73.56729
},
"bearing": 33,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 10,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-03 22:16:09",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 61,
"ref": "26003",
"isActive": false,
"label": "26003",
"timestamp": 1594327263,
"tripId": "219805841",
"routeId": "468",
"startTime": "16:46:00",
"position": {
"lat": 45.51423,
"lon": -73.6841
},
"bearing": 333,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 755,
"ref": "26004",
"isActive": false,
"label": "26004",
"timestamp": 1651237674,
"tripId": "250154475",
"routeId": "51",
"startTime": "08:09:00",
"position": {
"lat": 45.52583,
"lon": -73.58814
},
"bearing": 32,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3054,
"ref": "26005",
"isActive": false,
"label": "26005",
"timestamp": 1649077580,
"tripId": "250155065",
"routeId": "27",
"startTime": "08:48:00",
"position": {
"lat": 45.52774,
"lon": -73.58662
},
"bearing": 213,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "27",
"routeLongName": "Boulevard Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-13 12:12:09",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1634,
"ref": "26006",
"isActive": false,
"label": "26006",
"timestamp": 1647295320,
"tripId": "241512520",
"routeId": "430",
"startTime": "16:41:00",
"position": {
"lat": 45.55458,
"lon": -73.5847
},
"bearing": 113,
"speed": 28,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "430",
"routeLongName": "Express Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:06",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 913,
"ref": "26007",
"isActive": false,
"label": "26007",
"timestamp": 1594327395,
"tripId": "218421800",
"routeId": "161",
"startTime": "16:00:00",
"position": {
"lat": 45.52253,
"lon": -73.61307
},
"bearing": 33,
"speed": 1,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:18:46",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 62,
"ref": "26008",
"isActive": false,
"label": "26008",
"timestamp": 1594327393,
"tripId": "218421017",
"routeId": "55",
"startTime": "16:20:00",
"position": {
"lat": 45.52377,
"lon": -73.59441
},
"bearing": 304,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Boulevard Saint-Laurent",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2826,
"ref": "26009",
"isActive": false,
"label": "26009",
"timestamp": 1649373237,
"tripId": "250155075",
"routeId": "410",
"startTime": "17:52:00",
"position": {
"lat": 45.54453,
"lon": -73.57137
},
"bearing": 204,
"speed": 30,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "410",
"routeLongName": "Express Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-02 10:10:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2862,
"ref": "26010",
"isActive": false,
"label": "26010",
"timestamp": 1627922857,
"tripId": "231569254",
"routeId": "92",
"startTime": "11:00:00",
"position": {
"lat": 45.53193,
"lon": -73.6019
},
"bearing": 129,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-03 12:36:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1564,
"ref": "26011",
"isActive": false,
"label": "26011",
"timestamp": 1651235978,
"tripId": "250154760",
"routeId": "51",
"startTime": "07:35:00",
"position": {
"lat": 45.52622,
"lon": -73.58782
},
"bearing": 32,
"speed": 37,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2733,
"ref": "26012",
"isActive": false,
"label": "26012",
"timestamp": 1654122821,
"tripId": "250269003",
"routeId": "168",
"startTime": "18:00:00",
"position": {
"lat": 45.44849,
"lon": -73.5542
},
"bearing": 217,
"speed": 39,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-27 22:12:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 63,
"ref": "26013",
"isActive": false,
"label": "26013",
"timestamp": 1657233652,
"tripId": "251981702",
"routeId": "150",
"startTime": "18:07:00",
"position": {
"lat": 45.52406,
"lon": -73.55231
},
"bearing": 123,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "150",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2618,
"ref": "26014",
"isActive": false,
"label": "26014",
"timestamp": 1594327395,
"tripId": "218427147",
"routeId": "411",
"startTime": "16:27:00",
"position": {
"lat": 45.43567,
"lon": -73.84193
},
"bearing": 68,
"speed": 80,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 20:46:08",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2981,
"ref": "26015",
"isActive": false,
"label": "26015",
"timestamp": 1594327257,
"tripId": "219805429",
"routeId": "196",
"startTime": "16:44:00",
"position": {
"lat": 45.43977,
"lon": -73.69164
},
"bearing": 268,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-09 12:54:07",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2605,
"ref": "26016",
"isActive": false,
"label": "26016",
"timestamp": 1648207476,
"tripId": "250155063",
"routeId": "410",
"startTime": "06:59:00",
"position": {
"lat": 45.65166,
"lon": -73.48914
},
"bearing": 156,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "410",
"routeLongName": "Express Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 19:26:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 64,
"ref": "26017",
"isActive": false,
"label": "26017",
"timestamp": 1645620811,
"tripId": "242656682",
"routeId": "186",
"startTime": "07:22:00",
"position": {
"lat": 45.59727,
"lon": -73.53466
},
"bearing": 203,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3018,
"ref": "26018",
"isActive": false,
"label": "26018",
"timestamp": 1644932659,
"tripId": "241511463",
"routeId": "51",
"startTime": "07:46:00",
"position": {
"lat": 45.52612,
"lon": -73.58791
},
"bearing": 31,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-11 13:38:10",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2898,
"ref": "26019",
"isActive": false,
"label": "26019",
"timestamp": 1594327404,
"tripId": "219806175",
"routeId": "475",
"startTime": "16:10:00",
"position": {
"lat": 45.4847,
"lon": -73.79295
},
"bearing": 237,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "475",
"routeLongName": "Express Dollard-des-Ormeaux",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-04 20:26:11",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1293,
"ref": "26020",
"isActive": false,
"label": "26020",
"timestamp": 1655211651,
"tripId": "251982712",
"routeId": "125",
"startTime": "08:11:00",
"position": {
"lat": 45.50645,
"lon": -73.57053
},
"bearing": 205,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:25:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1529,
"ref": "26021",
"isActive": false,
"label": "26021",
"timestamp": 1594327396,
"tripId": "218415501",
"routeId": "141",
"startTime": "16:11:00",
"position": {
"lat": 45.58326,
"lon": -73.58072
},
"bearing": 170,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:00:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2087,
"ref": "26022",
"isActive": false,
"label": "26022",
"timestamp": 1594327393,
"tripId": "218446215",
"routeId": "131",
"startTime": "16:27:00",
"position": {
"lat": 45.57249,
"lon": -73.54594
},
"bearing": 120,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 0,
"label": "Empty"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "131",
"routeLongName": "De l'Assomption",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:25:14",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 65,
"ref": "26023",
"isActive": false,
"label": "26023",
"timestamp": 1594327398,
"tripId": "218417573",
"routeId": "189",
"startTime": "16:14:00",
"position": {
"lat": 45.67074,
"lon": -73.49397
},
"bearing": 10,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 66,
"ref": "26024",
"isActive": false,
"label": "26024",
"timestamp": 1594327404,
"tripId": "218417442",
"routeId": "187",
"startTime": "16:25:00",
"position": {
"lat": 45.64346,
"lon": -73.49964
},
"bearing": 14,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 67,
"ref": "26025",
"isActive": false,
"label": "26025",
"timestamp": 1594327304,
"tripId": "218446683",
"routeId": "178",
"startTime": "16:37:00",
"position": {
"lat": 45.49603,
"lon": -73.57114
},
"bearing": 129,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 68,
"ref": "26026",
"isActive": false,
"label": "26026",
"timestamp": 1669293832,
"tripId": "256333293",
"routeId": "49E",
"startTime": "07:03:00",
"position": {
"lat": 45.61785,
"lon": -73.58235
},
"bearing": 286,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3067,
"ref": "26027",
"isActive": false,
"label": "26027",
"timestamp": 1594327404,
"tripId": "218446273",
"routeId": "136",
"startTime": "16:09:00",
"position": {
"lat": 45.56215,
"lon": -73.54631
},
"bearing": 206,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-14 14:28:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 69,
"ref": "26028",
"isActive": false,
"label": "26028",
"timestamp": 1671629164,
"tripId": "256792774",
"routeId": "136",
"startTime": "07:48:00",
"position": {
"lat": 45.5555,
"lon": -73.54636
},
"bearing": 205,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 70,
"ref": "26029",
"isActive": false,
"label": "26029",
"timestamp": 1594327398,
"tripId": "218446432",
"routeId": "168",
"startTime": "16:16:00",
"position": {
"lat": 45.45068,
"lon": -73.54968
},
"bearing": 212,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 71,
"ref": "26030",
"isActive": false,
"label": "26030",
"timestamp": 1594327395,
"tripId": "218445453",
"routeId": "24",
"startTime": "16:39:00",
"position": {
"lat": 45.53387,
"lon": -73.56204
},
"bearing": 193,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 72,
"ref": "26031",
"isActive": false,
"label": "26031",
"timestamp": 1671628507,
"tripId": "256790917",
"routeId": "168",
"startTime": "07:42:00",
"position": {
"lat": 45.50375,
"lon": -73.57098
},
"bearing": 306,
"speed": 8,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 73,
"ref": "26032",
"isActive": false,
"label": "26032",
"timestamp": 1594327390,
"tripId": "218445967",
"routeId": "136",
"startTime": "16:24:00",
"position": {
"lat": 45.575,
"lon": -73.58973
},
"bearing": 257,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2191,
"ref": "26033",
"isActive": false,
"label": "26033",
"timestamp": 1594327400,
"tripId": "218446496",
"routeId": "168",
"startTime": "16:20:00",
"position": {
"lat": 45.49722,
"lon": -73.5582
},
"bearing": 295,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 14:20:06",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1243,
"ref": "26034",
"isActive": false,
"label": "26034",
"timestamp": 1650494804,
"tripId": "250268379",
"routeId": "136",
"startTime": "18:55:00",
"position": {
"lat": 45.56282,
"lon": -73.54632
},
"bearing": 116,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:15:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2876,
"ref": "26035",
"isActive": false,
"label": "26035",
"timestamp": 1701757804,
"tripId": "271578184",
"routeId": "34",
"startTime": "01:05:00",
"position": {
"lat": 45.53185,
"lon": -73.54826
},
"bearing": 208,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "34",
"routeLongName": "Sainte-Catherine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-03 20:58:11",
"meta": {},
"updatedAt": "2023-12-05 01:34:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 74,
"ref": "26036",
"isActive": false,
"label": "26036",
"timestamp": 1594327394,
"tripId": "218446293",
"routeId": "22",
"startTime": "16:43:00",
"position": {
"lat": 45.58712,
"lon": -73.5212
},
"bearing": 105,
"speed": 42,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "22",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 75,
"ref": "26037",
"isActive": false,
"label": "26037",
"timestamp": 1641245489,
"tripId": "242656326",
"routeId": "81",
"startTime": "15:57:00",
"position": {
"lat": 45.65306,
"lon": -73.55686
},
"bearing": 55,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "81",
"routeLongName": "Saint-Jean-Baptiste",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 76,
"ref": "26038",
"isActive": false,
"label": "26038",
"timestamp": 1647606525,
"tripId": "241585189",
"routeId": "85",
"startTime": "07:32:00",
"position": {
"lat": 45.53331,
"lon": -73.55167
},
"bearing": 106,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2616,
"ref": "26039",
"isActive": false,
"label": "26039",
"timestamp": 1594327405,
"tripId": "218417480",
"routeId": "40",
"startTime": "16:06:00",
"position": {
"lat": 45.66233,
"lon": -73.50739
},
"bearing": 13,
"speed": 38,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "40",
"routeLongName": "Henri-Bourassa-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 20:40:11",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 77,
"ref": "26040",
"isActive": false,
"label": "26040",
"timestamp": 1712787839,
"tripId": "274630114",
"routeId": "189",
"startTime": "17:47:00",
"position": {
"lat": 45.6982,
"lon": -73.4882
},
"bearing": 260,
"speed": 70,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 64,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-04-10 18:35:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 78,
"ref": "26041",
"isActive": false,
"label": "26041",
"timestamp": 1594327400,
"tripId": "218444860",
"routeId": "125",
"startTime": "16:25:00",
"position": {
"lat": 45.55833,
"lon": -73.53603
},
"bearing": 16,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 79,
"ref": "26042",
"isActive": false,
"label": "26042",
"timestamp": 1594327400,
"tripId": "218430851",
"routeId": "195",
"startTime": "15:43:00",
"position": {
"lat": 45.44191,
"lon": -73.69417
},
"bearing": 268,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 80,
"ref": "26043",
"isActive": false,
"label": "26043",
"timestamp": 1594327388,
"tripId": "218445793",
"routeId": "85",
"startTime": "16:00:00",
"position": {
"lat": 45.59938,
"lon": -73.53323
},
"bearing": 23,
"speed": 52,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 0,
"label": "Empty"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2088,
"ref": "26044",
"isActive": false,
"label": "26044",
"timestamp": 1642549006,
"tripId": "241586105",
"routeId": "136",
"startTime": "17:58:00",
"position": {
"lat": 45.60067,
"lon": -73.61034
},
"bearing": 36,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:25:15",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 780,
"ref": "26045",
"isActive": false,
"label": "26045",
"timestamp": 1594327036,
"tripId": "218445477",
"routeId": "24",
"startTime": "16:48:00",
"position": {
"lat": 45.53922,
"lon": -73.56009
},
"bearing": 126,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:06",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 81,
"ref": "26046",
"isActive": false,
"label": "26046",
"timestamp": 1669336525,
"tripId": "256329702",
"routeId": "26",
"startTime": null,
"position": {
"lat": 45.58907,
"lon": -73.5401
},
"bearing": 303,
"speed": 22,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "26",
"routeLongName": "Mercier-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3184,
"ref": "26047",
"isActive": false,
"label": "26047",
"timestamp": 1646238283,
"tripId": "242658857",
"routeId": "86",
"startTime": null,
"position": {
"lat": 45.6592,
"lon": -73.57127
},
"bearing": 322,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-30 20:42:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2431,
"ref": "26048",
"isActive": false,
"label": "26048",
"timestamp": 1652357390,
"tripId": "250155077",
"routeId": "427",
"startTime": "07:30:00",
"position": {
"lat": 45.4967,
"lon": -73.57233
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 26,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "427",
"routeLongName": "Express Saint-Joseph",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 21:40:11",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3121,
"ref": "26049",
"isActive": false,
"label": "26049",
"timestamp": 1649807100,
"tripId": "249553857",
"routeId": "189",
"startTime": "19:07:00",
"position": {
"lat": 45.69759,
"lon": -73.49081
},
"bearing": 247,
"speed": 26,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 64,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-19 10:52:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1565,
"ref": "26050",
"isActive": false,
"label": "26050",
"timestamp": 1594327405,
"tripId": "218417638",
"routeId": "487",
"startTime": "16:15:00",
"position": {
"lat": 45.63085,
"lon": -73.51691
},
"bearing": 200,
"speed": 45,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "487",
"routeLongName": "Express Bout-de-l'Île",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 82,
"ref": "26051",
"isActive": false,
"label": "26051",
"timestamp": 1658965535,
"tripId": "251982395",
"routeId": "74",
"startTime": "19:44:00",
"position": {
"lat": 45.49992,
"lon": -73.56399
},
"bearing": 138,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "74",
"routeLongName": "Bridge",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2095,
"ref": "26052",
"isActive": false,
"label": "26052",
"timestamp": 1594327405,
"tripId": "218446724",
"routeId": "178",
"startTime": "16:18:00",
"position": {
"lat": 45.46726,
"lon": -73.53775
},
"bearing": 67,
"speed": 47,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:30:15",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1819,
"ref": "26053",
"isActive": false,
"label": "26053",
"timestamp": 1681734021,
"tripId": "263867279",
"routeId": "487",
"startTime": "07:48:00",
"position": {
"lat": 45.600227355957,
"lon": -73.53288269043
},
"bearing": 203,
"speed": 51,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "487",
"routeLongName": "Express Bout-de-l'Île",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:12",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1879,
"ref": "26054",
"isActive": false,
"label": "26054",
"timestamp": 1646750188,
"tripId": "242656143",
"routeId": "428",
"startTime": "07:32:00",
"position": {
"lat": 45.66578,
"lon": -73.5348
},
"bearing": 159,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 26,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "428",
"routeLongName": "Express Parcs industriels de l'Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:50:12",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7400,
"ref": "26055",
"isActive": false,
"label": "26055",
"timestamp": 1647525424,
"tripId": "241584937",
"routeId": "168",
"startTime": "09:27:00",
"position": {
"lat": 45.50371,
"lon": -73.57089
},
"bearing": 306,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-07-28 08:41:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 83,
"ref": "26056",
"isActive": false,
"label": "26056",
"timestamp": 1638897052,
"tripId": "243170467",
"routeId": "186",
"startTime": "12:00:00",
"position": {
"lat": 45.61937,
"lon": -73.58073
},
"bearing": 299,
"speed": 34,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1566,
"ref": "26057",
"isActive": false,
"label": "26057",
"timestamp": 1594327404,
"tripId": "218417025",
"routeId": "81",
"startTime": "16:06:00",
"position": {
"lat": 45.65018,
"lon": -73.57974
},
"bearing": 324,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "81",
"routeLongName": "Saint-Jean-Baptiste",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7001,
"ref": "26058",
"isActive": false,
"label": "26058",
"timestamp": 1594327389,
"tripId": "961266",
"routeId": "189",
"startTime": "16:30:00",
"position": {
"lat": 45.61253,
"lon": -73.50999
},
"bearing": 14,
"speed": 42,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-19 13:24:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2041,
"ref": "26059",
"isActive": false,
"label": "26059",
"timestamp": 1644534265,
"tripId": "242655593",
"routeId": "33",
"startTime": "17:08:00",
"position": {
"lat": 45.62759,
"lon": -73.61526
},
"bearing": 140,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:13",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 84,
"ref": "26060",
"isActive": false,
"label": "26060",
"timestamp": 1638817298,
"tripId": "243180806",
"routeId": "168",
"startTime": "12:09:00",
"position": {
"lat": 45.50257,
"lon": -73.56525
},
"bearing": 123,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3055,
"ref": "26061",
"isActive": false,
"label": "26061",
"timestamp": 1594327399,
"tripId": "218416873",
"routeId": "48",
"startTime": "15:54:00",
"position": {
"lat": 45.65224,
"lon": -73.55846
},
"bearing": 53,
"speed": 26,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-13 12:22:11",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1209,
"ref": "26062",
"isActive": false,
"label": "26062",
"timestamp": 1636551436,
"tripId": "243173885",
"routeId": "192",
"startTime": "07:52:00",
"position": {
"lat": 45.54743,
"lon": -73.63736
},
"bearing": 211,
"speed": 34,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 49,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "192",
"routeLongName": "Robert",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3339,
"ref": "26063",
"isActive": false,
"label": "26063",
"timestamp": 1594327087,
"tripId": "218415674",
"routeId": "32",
"startTime": "16:44:00",
"position": {
"lat": 45.61564,
"lon": -73.62936
},
"bearing": 324,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-08 20:28:01",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1074,
"ref": "26064",
"isActive": false,
"label": "26064",
"timestamp": 1659013766,
"tripId": "252293488",
"routeId": "26",
"startTime": "08:48:00",
"position": {
"lat": 45.59145,
"lon": -73.53813
},
"bearing": 204,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "26",
"routeLongName": "Mercier-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 02:55:04",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 85,
"ref": "26065",
"isActive": false,
"label": "26065",
"timestamp": 1649296555,
"tripId": "249554063",
"routeId": "187",
"startTime": "19:15:00",
"position": {
"lat": 45.60085,
"lon": -73.53233
},
"bearing": 122,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 86,
"ref": "26066",
"isActive": false,
"label": "26066",
"timestamp": 1686004026,
"tripId": "263867828",
"routeId": "186",
"startTime": "17:53:00",
"position": {
"lat": 45.69751,
"lon": -73.49125
},
"bearing": 227,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6848,
"ref": "26067",
"isActive": false,
"label": "26067",
"timestamp": 1685107696,
"tripId": "263866444",
"routeId": "39",
"startTime": "08:50:00",
"position": {
"lat": 45.58983,
"lon": -73.63425
},
"bearing": 56,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "39",
"routeLongName": "Des Grandes-Prairies",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-10 13:47:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 87,
"ref": "26068",
"isActive": false,
"label": "26068",
"timestamp": 1673995580,
"tripId": "259250113",
"routeId": "822",
"startTime": "17:20:00",
"position": {
"lat": 45.58801,
"lon": -73.53995
},
"bearing": 23,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "822",
"routeLongName": "Navette Longue-Pointe",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2096,
"ref": "26069",
"isActive": false,
"label": "26069",
"timestamp": 1646915828,
"tripId": "242656381",
"routeId": "486",
"startTime": "07:05:00",
"position": {
"lat": 45.59871,
"lon": -73.5338
},
"bearing": 204,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "486",
"routeLongName": "Express Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:30:16",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 88,
"ref": "26070",
"isActive": false,
"label": "26070",
"timestamp": 1647454854,
"tripId": "242658308",
"routeId": "39",
"startTime": "14:12:00",
"position": {
"lat": 45.6201,
"lon": -73.58246
},
"bearing": 121,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "39",
"routeLongName": "Des Grandes-Prairies",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1963,
"ref": "26071",
"isActive": false,
"label": "26071",
"timestamp": 1594327390,
"tripId": "218402944",
"routeId": "14",
"startTime": "16:43:00",
"position": {
"lat": 45.50936,
"lon": -73.55544
},
"bearing": 20,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "14",
"routeLongName": "Atateken",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:14",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3372,
"ref": "26072",
"isActive": false,
"label": "26072",
"timestamp": 1594327391,
"tripId": "218416936",
"routeId": "428",
"startTime": "16:00:00",
"position": {
"lat": 45.58904,
"lon": -73.53953
},
"bearing": 300,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "428",
"routeLongName": "Express Parcs industriels de l'Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-20 16:53:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1706,
"ref": "26073",
"isActive": false,
"label": "26073",
"timestamp": 1594327390,
"tripId": "218415554",
"routeId": "49",
"startTime": "16:03:00",
"position": {
"lat": 45.60606,
"lon": -73.63563
},
"bearing": 202,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7188,
"ref": "26074",
"isActive": false,
"label": "26074",
"timestamp": 1594327120,
"tripId": "218415795",
"routeId": "449",
"startTime": "16:47:00",
"position": {
"lat": 45.58956,
"lon": -73.54004
},
"bearing": 311,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "449",
"routeLongName": "Express Rivière-des-Prairies",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-05-12 15:34:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3252,
"ref": "26075",
"isActive": false,
"label": "26075",
"timestamp": 1701091387,
"tripId": "271531686",
"routeId": "49",
"startTime": "07:24:00",
"position": {
"lat": 45.55688,
"lon": -73.66742
},
"bearing": 177,
"speed": 4,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-16 11:30:11",
"meta": {},
"updatedAt": "2023-11-27 08:34:38",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1850,
"ref": "26076",
"isActive": false,
"label": "26076",
"timestamp": 1594327388,
"tripId": "218417646",
"routeId": "189",
"startTime": "16:04:00",
"position": {
"lat": 45.67082,
"lon": -73.49395
},
"bearing": 8,
"speed": 28,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 49,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:13",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3140,
"ref": "26077",
"isActive": false,
"label": "26077",
"timestamp": 1710794402,
"tripId": "274252188",
"routeId": "33",
"startTime": "15:38:00",
"position": {
"lat": 45.6301,
"lon": -73.61797
},
"bearing": 147,
"speed": 23,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 60,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-20 10:40:03",
"meta": {},
"updatedAt": "2024-03-18 16:50:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2941,
"ref": "26078",
"isActive": false,
"label": "26078",
"timestamp": 1665352821,
"tripId": "253171320",
"routeId": "187",
"startTime": "17:27:00",
"position": {
"lat": 45.66566,
"lon": -73.51093
},
"bearing": 138,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-06 11:50:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3302,
"ref": "26079",
"isActive": false,
"label": "26079",
"timestamp": 1646745610,
"tripId": "242655005",
"routeId": "43",
"startTime": "07:28:00",
"position": {
"lat": 45.59115,
"lon": -73.6474
},
"bearing": 30,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 62,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-28 11:48:01",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3079,
"ref": "26080",
"isActive": false,
"label": "26080",
"timestamp": 1594327404,
"tripId": "218416964",
"routeId": "44",
"startTime": "16:15:00",
"position": {
"lat": 45.62506,
"lon": -73.5818
},
"bearing": 47,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-16 20:42:13",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2709,
"ref": "26081",
"isActive": false,
"label": "26081",
"timestamp": 1703843133,
"tripId": "271544317",
"routeId": "362",
"startTime": "03:55:00",
"position": {
"lat": 45.68735,
"lon": -73.48991
},
"bearing": 10,
"speed": 60,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 104,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "362",
"routeLongName": "Hochelaga / Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-27 12:42:12",
"meta": {},
"updatedAt": "2023-12-29 04:47:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 89,
"ref": "26082",
"isActive": false,
"label": "26082",
"timestamp": 1594327400,
"tripId": "218417761",
"routeId": "33",
"startTime": "15:57:00",
"position": {
"lat": 45.60556,
"lon": -73.61867
},
"bearing": 323,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2097,
"ref": "26083",
"isActive": false,
"label": "26083",
"timestamp": 1594327404,
"tripId": "218417507",
"routeId": "141",
"startTime": "16:43:00",
"position": {
"lat": 45.55981,
"lon": -73.59963
},
"bearing": 168,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:30:16",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1229,
"ref": "26084",
"isActive": false,
"label": "26084",
"timestamp": 1651843798,
"tripId": "249550845",
"routeId": "469",
"startTime": "09:00:00",
"position": {
"lat": 45.62318,
"lon": -73.62113
},
"bearing": 323,
"speed": 6,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:10:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2196,
"ref": "26085",
"isActive": false,
"label": "26085",
"timestamp": 1646697966,
"tripId": "242657187",
"routeId": "33",
"startTime": "18:18:00",
"position": {
"lat": 45.6257,
"lon": -73.61737
},
"bearing": 53,
"speed": 54,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 54,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 17:00:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3016,
"ref": "26086",
"isActive": false,
"label": "26086",
"timestamp": 1710502093,
"tripId": "274251281",
"routeId": "432",
"startTime": "06:45:00",
"position": {
"lat": 45.57682,
"lon": -73.54664
},
"bearing": 46,
"speed": 22,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "432",
"routeLongName": "Express Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-11 12:58:11",
"meta": {},
"updatedAt": "2024-03-15 07:32:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1210,
"ref": "27001",
"isActive": false,
"label": "27001",
"timestamp": 1594327398,
"tripId": "218416276",
"routeId": "32",
"startTime": "16:27:00",
"position": {
"lat": 45.56762,
"lon": -73.52324
},
"bearing": 299,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3022,
"ref": "27002",
"isActive": false,
"label": "27002",
"timestamp": 1594327390,
"tripId": "218417816",
"routeId": "28I",
"startTime": "16:10:00",
"position": {
"lat": 45.59698,
"lon": -73.53581
},
"bearing": 122,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-11 20:48:13",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3286,
"ref": "27003",
"isActive": false,
"label": "27003",
"timestamp": 1675979829,
"tripId": "259247473",
"routeId": "32",
"startTime": "15:59:00",
"position": {
"lat": 45.61521,
"lon": -73.62891
},
"bearing": 333,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-24 10:22:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3385,
"ref": "27004",
"isActive": false,
"label": "27004",
"timestamp": 1671473976,
"tripId": "256333449",
"routeId": "186",
"startTime": "13:23:00",
"position": {
"lat": 45.59706,
"lon": -73.53606
},
"bearing": 123,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-27 00:49:02",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1669,
"ref": "27005",
"isActive": false,
"label": "27005",
"timestamp": 1594327382,
"tripId": "218415559",
"routeId": "33",
"startTime": "16:50:00",
"position": {
"lat": 45.57864,
"lon": -73.51431
},
"bearing": 119,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:06",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 90,
"ref": "27006",
"isActive": false,
"label": "27006",
"timestamp": 1678314201,
"tripId": "259247303",
"routeId": "486",
"startTime": "16:51:00",
"position": {
"lat": 45.69702,
"lon": -73.49166
},
"bearing": 54,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "486",
"routeLongName": "Express Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 787,
"ref": "27007",
"isActive": false,
"label": "27007",
"timestamp": 1668642817,
"tripId": "256330047",
"routeId": "49",
"startTime": "17:52:00",
"position": {
"lat": 45.66819,
"lon": -73.54836
},
"bearing": 333,
"speed": 32,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 62,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 91,
"ref": "27008",
"isActive": false,
"label": "27008",
"timestamp": 1651333293,
"tripId": "246814033",
"routeId": "32",
"startTime": "10:32:00",
"position": {
"lat": 45.58165,
"lon": -73.58595
},
"bearing": 80,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 92,
"ref": "27009",
"isActive": false,
"label": "27009",
"timestamp": 1594327404,
"tripId": "218416150",
"routeId": "43",
"startTime": "16:37:00",
"position": {
"lat": 45.58471,
"lon": -73.64716
},
"bearing": 54,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 10,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 93,
"ref": "27010",
"isActive": false,
"label": "27010",
"timestamp": 1677012708,
"tripId": "259247967",
"routeId": "49",
"startTime": "14:30:00",
"position": {
"lat": 45.6179,
"lon": -73.58147
},
"bearing": 200,
"speed": 1,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 58,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3072,
"ref": "27011",
"isActive": false,
"label": "27011",
"timestamp": 1594327405,
"tripId": "218416248",
"routeId": "141",
"startTime": "15:59:00",
"position": {
"lat": 45.6089,
"lon": -73.5436
},
"bearing": 81,
"speed": 4,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-15 19:04:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1567,
"ref": "27012",
"isActive": false,
"label": "27012",
"timestamp": 1705984420,
"tripId": "274251051",
"routeId": "44",
"startTime": "23:05:00",
"position": {
"lat": 45.58985,
"lon": -73.5399
},
"bearing": 20,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:05",
"meta": {},
"updatedAt": "2024-01-22 23:41:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1820,
"ref": "27013",
"isActive": false,
"label": "27013",
"timestamp": 1594327388,
"tripId": "218417825",
"routeId": "49",
"startTime": "16:43:00",
"position": {
"lat": 45.5559,
"lon": -73.66727
},
"bearing": 24,
"speed": 5,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:13",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 94,
"ref": "27014",
"isActive": false,
"label": "27014",
"timestamp": 1594327397,
"tripId": "218416658",
"routeId": "44",
"startTime": "16:26:00",
"position": {
"lat": 45.61185,
"lon": -73.58068
},
"bearing": 212,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1851,
"ref": "27015",
"isActive": false,
"label": "27015",
"timestamp": 1647570711,
"tripId": "242655517",
"routeId": "44",
"startTime": "22:02:00",
"position": {
"lat": 45.58986,
"lon": -73.53992
},
"bearing": 19,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:14",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1417,
"ref": "27016",
"isActive": false,
"label": "27016",
"timestamp": 1702386514,
"tripId": "271531654",
"routeId": "33",
"startTime": "07:13:00",
"position": {
"lat": 45.62777,
"lon": -73.61546
},
"bearing": 143,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:04",
"meta": {},
"updatedAt": "2023-12-12 08:16:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 95,
"ref": "27017",
"isActive": false,
"label": "27017",
"timestamp": 1712152500,
"tripId": "274626402",
"routeId": "449",
"startTime": "09:20:00",
"position": {
"lat": 45.59775,
"lon": -73.55106
},
"bearing": 122,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 40,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "449",
"routeLongName": "Express Rivière-des-Prairies",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-04-03 10:00:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 96,
"ref": "27018",
"isActive": false,
"label": "27018",
"timestamp": 1709075585,
"tripId": "274250440",
"routeId": "86",
"startTime": "17:02:00",
"position": {
"lat": 45.65896,
"lon": -73.57102
},
"bearing": 325,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 100,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-02-27 18:24:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 97,
"ref": "27019",
"isActive": false,
"label": "27019",
"timestamp": 1683201999,
"tripId": "263864773",
"routeId": "141",
"startTime": "07:25:00",
"position": {
"lat": 45.599010467529,
"lon": -73.533622741699
},
"bearing": 203,
"speed": 50,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 98,
"ref": "27020",
"isActive": false,
"label": "27020",
"timestamp": 1661636750,
"tripId": "253203189",
"routeId": "33",
"startTime": "16:54:00",
"position": {
"lat": 45.62843,
"lon": -73.61613
},
"bearing": 143,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1964,
"ref": "27021",
"isActive": false,
"label": "27021",
"timestamp": 1594327405,
"tripId": "902665",
"routeId": "32",
"startTime": "16:37:00",
"position": {
"lat": 45.5787,
"lon": -73.56006
},
"bearing": 293,
"speed": 26,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:15",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 99,
"ref": "27022",
"isActive": false,
"label": "27022",
"timestamp": 1724063135,
"tripId": "275919709",
"routeId": "44",
"startTime": null,
"position": {
"lat": 45.58962,
"lon": -73.54025
},
"bearing": 117,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-08-19 06:27:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2456,
"ref": "27023",
"isActive": false,
"label": "27023",
"timestamp": 1698969401,
"tripId": "271531191",
"routeId": "28",
"startTime": "19:14:00",
"position": {
"lat": 45.61676,
"lon": -73.58064
},
"bearing": 83,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "28",
"routeLongName": "Honoré-Beaugrand",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 22:12:09",
"meta": {},
"updatedAt": "2023-11-02 19:58:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 100,
"ref": "27024",
"isActive": false,
"label": "27024",
"timestamp": 1676928469,
"tripId": "259248057",
"routeId": "40",
"startTime": "15:45:00",
"position": {
"lat": 45.62452,
"lon": -73.58285
},
"bearing": 238,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "40",
"routeLongName": "Henri-Bourassa-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 101,
"ref": "27025",
"isActive": false,
"label": "27025",
"timestamp": 1696693122,
"tripId": "266927692",
"routeId": "33",
"startTime": "11:13:00",
"position": {
"lat": 45.6057,
"lon": -73.61902
},
"bearing": 144,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-10-07 11:40:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3308,
"ref": "27026",
"isActive": false,
"label": "27026",
"timestamp": 1594327400,
"tripId": "218445423",
"routeId": "24",
"startTime": "16:28:00",
"position": {
"lat": 45.48538,
"lon": -73.5961
},
"bearing": 41,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 11,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-29 11:23:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 102,
"ref": "27027",
"isActive": false,
"label": "27027",
"timestamp": 1594327400,
"tripId": "218444798",
"routeId": "10",
"startTime": "16:25:00",
"position": {
"lat": 45.54256,
"lon": -73.58829
},
"bearing": 306,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "10",
"routeLongName": "De Lorimier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 103,
"ref": "27028",
"isActive": false,
"label": "27028",
"timestamp": 1695417527,
"tripId": "267788815",
"routeId": "189",
"startTime": "16:37:00",
"position": {
"lat": 45.65562,
"lon": -73.49128
},
"bearing": 335,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 40,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 104,
"ref": "27029",
"isActive": false,
"label": "27029",
"timestamp": 1700146118,
"tripId": "271531324",
"routeId": "32",
"startTime": "08:40:00",
"position": {
"lat": 45.57775,
"lon": -73.54993
},
"bearing": 100,
"speed": 8,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-11-16 09:50:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3315,
"ref": "27030",
"isActive": false,
"label": "27030",
"timestamp": 1594327405,
"tripId": "218429848",
"routeId": "109",
"startTime": "16:28:00",
"position": {
"lat": 45.43266,
"lon": -73.63082
},
"bearing": 290,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-30 22:46:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3108,
"ref": "27501",
"isActive": false,
"label": "27501",
"timestamp": 1594327391,
"tripId": "218430819",
"routeId": "406",
"startTime": "16:37:00",
"position": {
"lat": 45.4444,
"lon": -73.61409
},
"bearing": 223,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 4,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-18 12:28:10",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3135,
"ref": "27502",
"isActive": false,
"label": "27502",
"timestamp": 1721362617,
"tripId": "275639400",
"routeId": "113",
"startTime": "23:45:00",
"position": {
"lat": 45.42508,
"lon": -73.64851
},
"bearing": 53,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-19 19:36:05",
"meta": {},
"updatedAt": "2024-07-19 00:18:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 105,
"ref": "27503",
"isActive": false,
"label": "27503",
"timestamp": 1699915451,
"tripId": "271516928",
"routeId": "496",
"startTime": "16:59:00",
"position": {
"lat": 45.44745,
"lon": -73.74305
},
"bearing": 272,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-11-13 17:55:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7314,
"ref": "27504",
"isActive": false,
"label": "27504",
"timestamp": 1594327263,
"tripId": "218430081",
"routeId": "406",
"startTime": "16:18:00",
"position": {
"lat": 45.42482,
"lon": -73.64992
},
"bearing": 17,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-06-10 12:00:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3000,
"ref": "27505",
"isActive": false,
"label": "27505",
"timestamp": 1702404514,
"tripId": "271514006",
"routeId": "104",
"startTime": "12:23:00",
"position": {
"lat": 45.48933,
"lon": -73.58444
},
"bearing": 44,
"speed": 20,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-10 12:16:10",
"meta": {},
"updatedAt": "2023-12-12 13:19:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 106,
"ref": "27506",
"isActive": false,
"label": "27506",
"timestamp": 1729013422,
"tripId": "280227548",
"routeId": "63",
"startTime": "13:02:00",
"position": {
"lat": 45.4888,
"lon": -73.58509
},
"bearing": 43,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "63",
"routeLongName": "Girouard",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-15 13:32:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3078,
"ref": "27507",
"isActive": false,
"label": "27507",
"timestamp": 1594327404,
"tripId": "218429403",
"routeId": "106",
"startTime": "16:34:00",
"position": {
"lat": 45.43041,
"lon": -73.63507
},
"bearing": 65,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "106",
"routeLongName": "Newman",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-16 20:36:16",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2997,
"ref": "27508",
"isActive": false,
"label": "27508",
"timestamp": 1699910761,
"tripId": "271514203",
"routeId": "406",
"startTime": "15:58:00",
"position": {
"lat": 45.42543,
"lon": -73.649
},
"bearing": 151,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-10 10:54:04",
"meta": {},
"updatedAt": "2023-11-13 16:36:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 107,
"ref": "27509",
"isActive": false,
"label": "27509",
"timestamp": 1594327389,
"tripId": "218426702",
"routeId": "211",
"startTime": "15:41:00",
"position": {
"lat": 45.4311,
"lon": -73.84498
},
"bearing": 267,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 108,
"ref": "27510",
"isActive": false,
"label": "27510",
"timestamp": 1727392505,
"tripId": "280227986",
"routeId": "90",
"startTime": "18:14:00",
"position": {
"lat": 45.44356,
"lon": -73.68033
},
"bearing": 182,
"speed": 36,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-26 19:26:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2976,
"ref": "27511",
"isActive": false,
"label": "27511",
"timestamp": 1594327328,
"tripId": "218429450",
"routeId": "406",
"startTime": "16:50:00",
"position": {
"lat": 45.4462,
"lon": -73.60425
},
"bearing": 138,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-09 11:18:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1178,
"ref": "27512",
"isActive": false,
"label": "27512",
"timestamp": 1594327390,
"tripId": "218426940",
"routeId": "405",
"startTime": "16:07:00",
"position": {
"lat": 45.44839,
"lon": -73.72356
},
"bearing": 92,
"speed": 84,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "405",
"routeLongName": "Express Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:55:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1771,
"ref": "27513",
"isActive": false,
"label": "27513",
"timestamp": 1594327202,
"tripId": "218428783",
"routeId": "78",
"startTime": "16:11:00",
"position": {
"lat": 45.44641,
"lon": -73.60447
},
"bearing": 197,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 29,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:06",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1568,
"ref": "27514",
"isActive": false,
"label": "27514",
"timestamp": 1699943472,
"tripId": "271513088",
"routeId": "61",
"startTime": "01:10:00",
"position": {
"lat": 45.45451,
"lon": -73.56776
},
"bearing": 182,
"speed": 43,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:05",
"meta": {},
"updatedAt": "2023-11-14 01:39:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 109,
"ref": "27515",
"isActive": false,
"label": "27515",
"timestamp": 1727820261,
"tripId": "280230393",
"routeId": "211",
"startTime": "16:44:00",
"position": {
"lat": 45.40384,
"lon": -73.93959
},
"bearing": 239,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-01 18:07:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3362,
"ref": "27516",
"isActive": false,
"label": "27516",
"timestamp": 1726613437,
"tripId": "280229394",
"routeId": "198",
"startTime": null,
"position": {
"lat": 45.44861,
"lon": -73.7427
},
"bearing": 98,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-15 22:43:03",
"meta": {},
"updatedAt": "2024-09-17 18:52:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 110,
"ref": "27517",
"isActive": false,
"label": "27517",
"timestamp": 1594327390,
"tripId": "218427691",
"routeId": "36",
"startTime": "16:28:00",
"position": {
"lat": 45.48191,
"lon": -73.57686
},
"bearing": 229,
"speed": 3,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 13,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "36",
"routeLongName": "Monk",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1418,
"ref": "27518",
"isActive": false,
"label": "27518",
"timestamp": 1698175830,
"tripId": "271490174",
"routeId": "406",
"startTime": "15:38:00",
"position": {
"lat": 45.4462,
"lon": -73.60425
},
"bearing": 219,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:04",
"meta": {},
"updatedAt": "2023-10-24 15:32:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3211,
"ref": "27519",
"isActive": false,
"label": "27519",
"timestamp": 1699885919,
"tripId": "271516374",
"routeId": "411",
"startTime": "08:45:00",
"position": {
"lat": 45.48165,
"lon": -73.58254
},
"bearing": 43,
"speed": 5,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-07 23:14:58",
"meta": {},
"updatedAt": "2023-11-13 09:43:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 111,
"ref": "27520",
"isActive": false,
"label": "27520",
"timestamp": 1762991542,
"tripId": "289428129",
"routeId": "80",
"startTime": "17:50:00",
"position": {
"lat": 45.50887,
"lon": -73.56828
},
"bearing": 210,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289428129",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/800001.json",
"shapeId": "800001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 19:03:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2830,
"ref": "27521",
"isActive": false,
"label": "27521",
"timestamp": 1594327405,
"tripId": "218427092",
"routeId": "491",
"startTime": "16:31:00",
"position": {
"lat": 45.44197,
"lon": -73.66652
},
"bearing": 88,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "491",
"routeLongName": "Express Provost",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-02 12:02:09",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2556,
"ref": "27522",
"isActive": false,
"label": "27522",
"timestamp": 1762987847,
"tripId": "289356389",
"routeId": "198",
"startTime": "16:07:00",
"position": {
"lat": 45.4481,
"lon": -73.74405
},
"bearing": 5,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 55,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289356389",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/1980001.json",
"shapeId": "1980001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-25 11:36:06",
"meta": {},
"updatedAt": "2025-11-12 18:01:33",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3074,
"ref": "27523",
"isActive": false,
"label": "27523",
"timestamp": 1724178324,
"tripId": "953133",
"routeId": "405",
"startTime": "14:57:00",
"position": {
"lat": 45.4823,
"lon": -73.57896
},
"bearing": 299,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "405",
"routeLongName": "Express Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-16 11:46:08",
"meta": {},
"updatedAt": "2024-08-20 14:27:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1179,
"ref": "27524",
"isActive": false,
"label": "27524",
"timestamp": 1594327396,
"tripId": "218417292",
"routeId": "48",
"startTime": "16:12:00",
"position": {
"lat": 45.62885,
"lon": -73.61268
},
"bearing": 43,
"speed": 31,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:55:05",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 112,
"ref": "27525",
"isActive": false,
"label": "27525",
"timestamp": 1594327398,
"tripId": "218417865",
"routeId": "44",
"startTime": "16:35:00",
"position": {
"lat": 45.59579,
"lon": -73.55817
},
"bearing": 295,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1923,
"ref": "27526",
"isActive": false,
"label": "27526",
"timestamp": 1718407531,
"tripId": "274737690",
"routeId": "10",
"startTime": "18:56:00",
"position": {
"lat": 45.55567,
"lon": -73.61723
},
"bearing": 299,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 26,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "10",
"routeLongName": "De Lorimier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:55:16",
"meta": {},
"updatedAt": "2024-06-14 19:30:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1496,
"ref": "27527",
"isActive": false,
"label": "27527",
"timestamp": 1742204603,
"tripId": "282236858",
"routeId": "195",
"startTime": null,
"position": {
"lat": 45.44601,
"lon": -73.60479
},
"bearing": 274,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {},
"updatedAt": "2025-03-17 05:45:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1852,
"ref": "27528",
"isActive": false,
"label": "27528",
"timestamp": 1729821263,
"tripId": "279633400",
"routeId": "193",
"startTime": "21:10:00",
"position": {
"lat": 45.6043,
"lon": -73.57337
},
"bearing": 34,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:15",
"meta": {},
"updatedAt": "2024-10-24 22:05:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3040,
"ref": "27529",
"isActive": false,
"label": "27529",
"timestamp": 1762991956,
"tripId": "289356217",
"routeId": "195",
"startTime": "17:49:00",
"position": {
"lat": 45.44864,
"lon": -73.7438
},
"bearing": 97,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 53,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289356217",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": "/storage/shapes/stm/1950002.json",
"shapeId": "1950002",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-12 20:36:14",
"meta": {},
"updatedAt": "2025-11-12 19:01:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 113,
"ref": "27530",
"isActive": false,
"label": "27530",
"timestamp": 1594327278,
"tripId": "218430144",
"routeId": "112",
"startTime": "16:10:00",
"position": {
"lat": 45.4248,
"lon": -73.64838
},
"bearing": 296,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 39,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3325,
"ref": "27531",
"isActive": false,
"label": "27531",
"timestamp": 1594327019,
"tripId": "218430122",
"routeId": "90",
"startTime": "15:26:00",
"position": {
"lat": 45.44334,
"lon": -73.68024
},
"bearing": 181,
"speed": 41,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-05 09:09:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1419,
"ref": "27532",
"isActive": false,
"label": "27532",
"timestamp": 1701498118,
"tripId": "271515324",
"routeId": "104",
"startTime": "00:43:00",
"position": {
"lat": 45.46458,
"lon": -73.63088
},
"bearing": 123,
"speed": 39,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 40,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:45:04",
"meta": {},
"updatedAt": "2023-12-02 01:24:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 114,
"ref": "27533",
"isActive": false,
"label": "27533",
"timestamp": 1762988865,
"tripId": "289356121",
"routeId": "496",
"startTime": "17:33:00",
"position": {
"lat": 45.4805,
"lon": -73.59052
},
"bearing": 61,
"speed": 55,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289356121",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": "/storage/shapes/stm/4960001.json",
"shapeId": "4960001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1110,
"ref": "27534",
"isActive": false,
"label": "27534",
"timestamp": 1762989355,
"tripId": "289355349",
"routeId": "107",
"startTime": "17:10:00",
"position": {
"lat": 45.42569,
"lon": -73.60966
},
"bearing": 299,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355349",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/1070001.json",
"shapeId": "1070001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 03:00:05",
"meta": {},
"updatedAt": "2025-11-12 18:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 115,
"ref": "27535",
"isActive": false,
"label": "27535",
"timestamp": 1762990006,
"tripId": "292397512",
"routeId": "31",
"startTime": "17:47:00",
"position": {
"lat": 45.55692,
"lon": -73.66805
},
"bearing": 239,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "292397512",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "31",
"routeLongName": "Saint-Denis",
"shapeLink": "/storage/shapes/stm/310002.json",
"shapeId": "310002",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1294,
"ref": "27536",
"isActive": false,
"label": "27536",
"timestamp": 1762988866,
"tripId": "292397533",
"routeId": "161",
"startTime": "17:27:00",
"position": {
"lat": 45.52546,
"lon": -73.61046
},
"bearing": 32,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "292397533",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/1610001.json",
"shapeId": "1610001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:25:03",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1569,
"ref": "28001",
"isActive": false,
"label": "28001",
"timestamp": 1720246237,
"tripId": "277328975",
"routeId": "139",
"startTime": "01:34:00",
"position": {
"lat": 45.59686,
"lon": -73.64251
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:05:05",
"meta": {},
"updatedAt": "2024-07-06 02:21:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1853,
"ref": "28002",
"isActive": false,
"label": "28002",
"timestamp": 1594327217,
"tripId": "218415477",
"routeId": "43",
"startTime": "15:42:00",
"position": {
"lat": 45.5902,
"lon": -73.65066
},
"bearing": 144,
"speed": 37,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 61,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:15",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1211,
"ref": "28003",
"isActive": false,
"label": "28003",
"timestamp": 1762990005,
"tripId": "289355336",
"routeId": "107",
"startTime": "17:58:00",
"position": {
"lat": 45.46833,
"lon": -73.56596
},
"bearing": 210,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355336",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/1070001.json",
"shapeId": "1070001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1365,
"ref": "28004",
"isActive": false,
"label": "28004",
"timestamp": 1718977244,
"tripId": "277328881",
"routeId": "48",
"startTime": "08:51:00",
"position": {
"lat": 45.55687,
"lon": -73.66743
},
"bearing": 163,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:35:04",
"meta": {},
"updatedAt": "2024-06-21 09:51:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 116,
"ref": "28005",
"isActive": false,
"label": "28005",
"timestamp": 1594327399,
"tripId": "218417998",
"routeId": "48",
"startTime": "16:26:00",
"position": {
"lat": 45.59846,
"lon": -73.64025
},
"bearing": 30,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 9,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 117,
"ref": "28006",
"isActive": false,
"label": "28006",
"timestamp": 1762982498,
"tripId": "289384129",
"routeId": "64",
"startTime": "16:03:00",
"position": {
"lat": 45.53064,
"lon": -73.7177
},
"bearing": 313,
"speed": 5,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384129",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/640001.json",
"shapeId": "640001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 16:24:13",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2924,
"ref": "28007",
"isActive": false,
"label": "28007",
"timestamp": 1727823166,
"tripId": "280230986",
"routeId": "425",
"startTime": "17:42:00",
"position": {
"lat": 45.43753,
"lon": -73.90037
},
"bearing": 285,
"speed": 33,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "425",
"routeLongName": "Express Anse-à-l'Orme",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-05 16:58:06",
"meta": {},
"updatedAt": "2024-10-01 19:01:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3197,
"ref": "28008",
"isActive": false,
"label": "28008",
"timestamp": 1762984528,
"tripId": "289385666",
"routeId": "419",
"startTime": "16:32:00",
"position": {
"lat": 45.4613,
"lon": -73.8302
},
"bearing": 55,
"speed": 44,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385666",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": "/storage/shapes/stm/4190001.json",
"shapeId": "4190001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2020-01-05 21:44:02",
"meta": {},
"updatedAt": "2025-11-12 16:57:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1571,
"ref": "28009",
"isActive": false,
"label": "28009",
"timestamp": 1762987332,
"tripId": "289307715",
"routeId": "161",
"startTime": "16:35:00",
"position": {
"lat": 45.46195,
"lon": -73.67165
},
"bearing": 29,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289307715",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/1610002.json",
"shapeId": "1610002",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:05:06",
"meta": {},
"updatedAt": "2025-11-12 17:53:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3298,
"ref": "28010",
"isActive": false,
"label": "28010",
"timestamp": 1716383911,
"tripId": "274240951",
"routeId": "196",
"startTime": "08:36:00",
"position": {
"lat": 45.51316,
"lon": -73.68404
},
"bearing": 43,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-27 20:59:05",
"meta": {},
"updatedAt": "2024-05-22 09:26:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3005,
"ref": "28011",
"isActive": false,
"label": "28011",
"timestamp": 1762381836,
"tripId": "289429943",
"routeId": "470",
"startTime": "16:25:00",
"position": {
"lat": 45.45989,
"lon": -73.89302
},
"bearing": 152,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289429943",
"headsign": "Ouest destination Pierrefonds / Château-Pierrefonds",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/4700003.json",
"shapeId": "4700003",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-10 19:14:06",
"meta": {},
"updatedAt": "2025-11-05 17:41:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3250,
"ref": "28012",
"isActive": false,
"label": "28012",
"timestamp": 1762990006,
"tripId": "289359411",
"routeId": "193",
"startTime": "17:46:00",
"position": {
"lat": 45.58059,
"lon": -73.5946
},
"bearing": 35,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289359411",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": "/storage/shapes/stm/1930001.json",
"shapeId": "1930001",
"serviceId": "25N-H57N000S-80-S-E",
"blockId": null
},
"createdAt": "2020-01-15 12:06:23",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 118,
"ref": "28013",
"isActive": false,
"label": "28013",
"timestamp": 1727915163,
"tripId": "280229248",
"routeId": "211",
"startTime": "19:13:00",
"position": {
"lat": 45.4037,
"lon": -73.94005
},
"bearing": 239,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-02 20:37:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 119,
"ref": "28014",
"isActive": false,
"label": "28014",
"timestamp": 1734011495,
"tripId": "280422270",
"routeId": "198",
"startTime": "07:46:00",
"position": {
"lat": 45.44715,
"lon": -73.6042
},
"bearing": 282,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 53,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-12-12 09:00:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1968,
"ref": "28015",
"isActive": false,
"label": "28015",
"timestamp": 1727877232,
"tripId": "279623130",
"routeId": "32",
"startTime": null,
"position": {
"lat": 45.56762,
"lon": -73.52324
},
"bearing": 318,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:17",
"meta": {},
"updatedAt": "2024-10-02 09:55:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3182,
"ref": "28016",
"isActive": false,
"label": "28016",
"timestamp": 1762951707,
"tripId": "289385621",
"routeId": "419",
"startTime": "07:24:00",
"position": {
"lat": 45.40695,
"lon": -73.94135
},
"bearing": 64,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385621",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "419",
"routeLongName": "Express John Abbott",
"shapeLink": "/storage/shapes/stm/4190002.json",
"shapeId": "4190002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-30 11:42:07",
"meta": {},
"updatedAt": "2025-11-12 07:59:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2405,
"ref": "28017",
"isActive": false,
"label": "28017",
"timestamp": 1762993180,
"tripId": "289385579",
"routeId": "407",
"startTime": "17:57:00",
"position": {
"lat": 45.49135,
"lon": -73.8809
},
"bearing": 51,
"speed": 39,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385579",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "407",
"routeLongName": "Express Île-Bizard",
"shapeLink": "/storage/shapes/stm/4070002.json",
"shapeId": "4070002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 21:14:13",
"meta": {},
"updatedAt": "2025-11-12 19:21:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 120,
"ref": "28018",
"isActive": false,
"label": "28018",
"timestamp": 1729253634,
"tripId": "279028023",
"routeId": "215",
"startTime": "07:24:00",
"position": {
"lat": 45.46635,
"lon": -73.83175
},
"bearing": 144,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 51,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-18 08:25:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 121,
"ref": "28019",
"isActive": false,
"label": "28019",
"timestamp": 1729770393,
"tripId": "279026649",
"routeId": "201",
"startTime": "06:34:00",
"position": {
"lat": 45.46594,
"lon": -73.83228
},
"bearing": 56,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 67,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "201",
"routeLongName": "Saint-Charles / Saint-Jean",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-24 07:57:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1247,
"ref": "28020",
"isActive": false,
"label": "28020",
"timestamp": 1762990002,
"tripId": "289383562",
"routeId": "68",
"startTime": "17:21:00",
"position": {
"lat": 45.43809,
"lon": -73.90568
},
"bearing": 110,
"speed": 62,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 80,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289383562",
"headsign": "Ouest destination Anse-à-l'Orme / Timberlea-Trail",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/680002.json",
"shapeId": "680002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:15:04",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 122,
"ref": "28021",
"isActive": false,
"label": "28021",
"timestamp": 1759610366,
"tripId": "287445178",
"routeId": "144",
"startTime": "16:13:00",
"position": {
"lat": 45.4894,
"lon": -73.58475
},
"bearing": 126,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "144",
"routeLongName": "Avenue des Pins",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-10-04 16:41:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1881,
"ref": "28022",
"isActive": false,
"label": "28022",
"timestamp": 1762952727,
"tripId": "289384116",
"routeId": "171",
"startTime": "07:18:00",
"position": {
"lat": 45.50266,
"lon": -73.70766
},
"bearing": 223,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384116",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/1710001.json",
"shapeId": "1710001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:50:15",
"meta": {},
"updatedAt": "2025-11-12 08:14:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2650,
"ref": "28023",
"isActive": false,
"label": "28023",
"timestamp": 1681904827,
"tripId": "264074663",
"routeId": "64",
"startTime": "07:26:00",
"position": {
"lat": 45.513973236084,
"lon": -73.683944702148
},
"bearing": 37,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 20,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-26 11:18:07",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 123,
"ref": "28024",
"isActive": false,
"label": "28024",
"timestamp": 1751026226,
"tripId": "286061128",
"routeId": "196",
"startTime": "07:15:00",
"position": {
"lat": 45.43977,
"lon": -73.69164
},
"bearing": 267,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 60,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-06-27 08:21:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 124,
"ref": "28025",
"isActive": false,
"label": "28025",
"timestamp": 1726582746,
"tripId": "279632292",
"routeId": "139",
"startTime": "09:30:00",
"position": {
"lat": 45.54796,
"lon": -73.53417
},
"bearing": 116,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-17 10:30:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1737,
"ref": "28026",
"isActive": false,
"label": "28026",
"timestamp": 1762988560,
"tripId": "289383849",
"routeId": "117",
"startTime": "17:41:00",
"position": {
"lat": 45.50897,
"lon": -73.67151
},
"bearing": 217,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289383849",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "117",
"routeLongName": "O'Brien",
"shapeLink": "/storage/shapes/stm/1170001.json",
"shapeId": "1170001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:30:08",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1267,
"ref": "28027",
"isActive": false,
"label": "28027",
"timestamp": 1594327393,
"tripId": "219805916",
"routeId": "174",
"startTime": "16:39:00",
"position": {
"lat": 45.47518,
"lon": -73.72916
},
"bearing": 41,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "174",
"routeLongName": "Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:20:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 125,
"ref": "28028",
"isActive": false,
"label": "28028",
"timestamp": 1721045519,
"tripId": "276292764",
"routeId": "72",
"startTime": "07:38:00",
"position": {
"lat": 45.47374,
"lon": -73.78659
},
"bearing": 235,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-07-15 08:22:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1739,
"ref": "28029",
"isActive": false,
"label": "28029",
"timestamp": 1721658041,
"tripId": "276293342",
"routeId": "68",
"startTime": "09:21:00",
"position": {
"lat": 45.45549,
"lon": -73.93454
},
"bearing": 202,
"speed": 26,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 79,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:30:08",
"meta": {},
"updatedAt": "2024-07-22 10:22:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 126,
"ref": "28030",
"isActive": false,
"label": "28030",
"timestamp": 1762982678,
"tripId": "289383479",
"routeId": "68",
"startTime": "15:07:00",
"position": {
"lat": 45.53059,
"lon": -73.71798
},
"bearing": 41,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 76,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289383479",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/680007.json",
"shapeId": "680007",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 16:26:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 127,
"ref": "28031",
"isActive": false,
"label": "28031",
"timestamp": 1762989424,
"tripId": "289428113",
"routeId": "80",
"startTime": "17:15:00",
"position": {
"lat": 45.50941,
"lon": -73.56782
},
"bearing": 213,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428113",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/800001.json",
"shapeId": "800001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 6811,
"ref": "28032",
"isActive": false,
"label": "28032",
"timestamp": 1594327398,
"tripId": "219804176",
"routeId": "209",
"startTime": "16:26:00",
"position": {
"lat": 45.43971,
"lon": -73.74969
},
"bearing": 259,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 8,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-03-09 15:08:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 128,
"ref": "28033",
"isActive": false,
"label": "28033",
"timestamp": 1762982647,
"tripId": "289429967",
"routeId": "470",
"startTime": "15:25:00",
"position": {
"lat": 45.4598,
"lon": -73.89212
},
"bearing": 59,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289429967",
"headsign": "Ouest destination Pierrefonds / Château-Pierrefonds",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/4700003.json",
"shapeId": "4700003",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 16:30:13",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2539,
"ref": "28034",
"isActive": false,
"label": "28034",
"timestamp": 1722461980,
"tripId": "276295224",
"routeId": "202",
"startTime": "17:12:00",
"position": {
"lat": 45.50809,
"lon": -73.67269
},
"bearing": 298,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-25 10:56:04",
"meta": {},
"updatedAt": "2024-07-31 17:50:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1454,
"ref": "28035",
"isActive": false,
"label": "28035",
"timestamp": 1706792399,
"tripId": "270704136",
"routeId": "72",
"startTime": "07:27:00",
"position": {
"lat": 45.47253,
"lon": -73.78906
},
"bearing": 236,
"speed": 23,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:03",
"meta": {},
"updatedAt": "2024-02-01 08:11:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7254,
"ref": "28036",
"isActive": false,
"label": "28036",
"timestamp": 1594327398,
"tripId": "219805290",
"routeId": "409",
"startTime": "15:57:00",
"position": {
"lat": 45.50624,
"lon": -73.66939
},
"bearing": 306,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 46,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "409",
"routeLongName": "Express Des Sources",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-05-16 22:53:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2068,
"ref": "28037",
"isActive": false,
"label": "28037",
"timestamp": 1727263414,
"tripId": "279027880",
"routeId": "209",
"startTime": "06:39:00",
"position": {
"lat": 45.45469,
"lon": -73.75305
},
"bearing": 8,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:20:22",
"meta": {},
"updatedAt": "2024-09-25 07:34:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1330,
"ref": "28038",
"isActive": false,
"label": "28038",
"timestamp": 1721218003,
"tripId": "276293490",
"routeId": "200",
"startTime": "07:27:00",
"position": {
"lat": 45.40409,
"lon": -73.9388
},
"bearing": 245,
"speed": 34,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "200",
"routeLongName": "Sainte-Anne-de-Bellevue",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:03",
"meta": {},
"updatedAt": "2024-07-17 08:17:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1331,
"ref": "28039",
"isActive": false,
"label": "28039",
"timestamp": 1718119642,
"tripId": "274241455",
"routeId": "202",
"startTime": "10:42:00",
"position": {
"lat": 45.44864,
"lon": -73.74368
},
"bearing": 269,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:03",
"meta": {},
"updatedAt": "2024-06-11 11:29:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 129,
"ref": "28040",
"isActive": false,
"label": "28040",
"timestamp": 1762988851,
"tripId": "292396797",
"routeId": "66",
"startTime": "17:32:00",
"position": {
"lat": 45.47083,
"lon": -73.64545
},
"bearing": 210,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 33,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292396797",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "66",
"routeLongName": "The Boulevard",
"shapeLink": "/storage/shapes/stm/660001.json",
"shapeId": "660001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7429,
"ref": "28041",
"isActive": false,
"label": "28041",
"timestamp": 1762988378,
"tripId": "289385521",
"routeId": "64",
"startTime": "17:17:00",
"position": {
"lat": 45.5146,
"lon": -73.68383
},
"bearing": 147,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385521",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/640001.json",
"shapeId": "640001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2020-08-13 06:25:03",
"meta": {},
"updatedAt": "2025-11-12 18:01:33",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1711,
"ref": "28042",
"isActive": false,
"label": "28042",
"timestamp": 1762982594,
"tripId": "289385850",
"routeId": "968",
"startTime": "15:50:00",
"position": {
"lat": 45.51046,
"lon": -73.81042
},
"bearing": 88,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385850",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": "/storage/shapes/stm/9680001.json",
"shapeId": "9680001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:25:07",
"meta": {},
"updatedAt": "2025-11-12 16:30:13",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1740,
"ref": "28043",
"isActive": false,
"label": "28043",
"timestamp": 1762991384,
"tripId": "289428910",
"routeId": "51",
"startTime": "17:51:00",
"position": {
"lat": 45.45524,
"lon": -73.64127
},
"bearing": 208,
"speed": 29,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 53,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428910",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/510002.json",
"shapeId": "510002",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:30:09",
"meta": {},
"updatedAt": "2025-11-12 19:00:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 130,
"ref": "28044",
"isActive": false,
"label": "28044",
"timestamp": 1762991261,
"tripId": "289428954",
"routeId": "105",
"startTime": "17:45:00",
"position": {
"lat": 45.47374,
"lon": -73.60434
},
"bearing": 252,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428954",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/1050001.json",
"shapeId": "1050001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:49:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 131,
"ref": "28045",
"isActive": false,
"label": "28045",
"timestamp": 1718973140,
"tripId": "276295466",
"routeId": "968",
"startTime": "08:10:00",
"position": {
"lat": 45.51292,
"lon": -73.68433
},
"bearing": 42,
"speed": 1,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-06-21 08:36:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3043,
"ref": "28046",
"isActive": false,
"label": "28046",
"timestamp": 1762988198,
"tripId": "289355757",
"routeId": "113",
"startTime": "17:27:00",
"position": {
"lat": 45.42842,
"lon": -73.6486
},
"bearing": 101,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289355757",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": "/storage/shapes/stm/1130001.json",
"shapeId": "1130001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-12-12 21:30:13",
"meta": {},
"updatedAt": "2025-11-12 17:58:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 132,
"ref": "28047",
"isActive": false,
"label": "28047",
"timestamp": 1762987987,
"tripId": "292397723",
"routeId": "197",
"startTime": "17:00:00",
"position": {
"lat": 45.58268,
"lon": -73.54257
},
"bearing": 291,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 40,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "292397723",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/1970002.json",
"shapeId": "1970002",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:04:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 133,
"ref": "28048",
"isActive": false,
"label": "28048",
"timestamp": 1760709711,
"tripId": "288487915",
"routeId": "211",
"startTime": "09:03:00",
"position": {
"lat": 45.48338,
"lon": -73.58028
},
"bearing": 43,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-10-17 10:03:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1638,
"ref": "28049",
"isActive": false,
"label": "28049",
"timestamp": 1594327398,
"tripId": "218428120",
"routeId": "58",
"startTime": "15:53:00",
"position": {
"lat": 45.43682,
"lon": -73.59048
},
"bearing": 195,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:08",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1456,
"ref": "28050",
"isActive": false,
"label": "28050",
"timestamp": 1594327398,
"tripId": "218426887",
"routeId": "425",
"startTime": "16:42:00",
"position": {
"lat": 45.48369,
"lon": -73.57974
},
"bearing": 47,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "425",
"routeLongName": "Express Anse-à-l'Orme",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 134,
"ref": "28051",
"isActive": false,
"label": "28051",
"timestamp": 1732075290,
"tripId": "280421033",
"routeId": "107",
"startTime": "23:12:00",
"position": {
"lat": 45.42649,
"lon": -73.61176
},
"bearing": 303,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-11-19 23:08:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 135,
"ref": "28052",
"isActive": false,
"label": "28052",
"timestamp": 1762989947,
"tripId": "289429727",
"routeId": "171",
"startTime": "17:22:00",
"position": {
"lat": 45.556,
"lon": -73.66765
},
"bearing": 229,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289429727",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/1710004.json",
"shapeId": "1710004",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2070,
"ref": "28053",
"isActive": false,
"label": "28053",
"timestamp": 1725565048,
"tripId": "280229512",
"routeId": "114",
"startTime": "15:41:00",
"position": {
"lat": 45.44202,
"lon": -73.63378
},
"bearing": 152,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:20:23",
"meta": {},
"updatedAt": "2024-09-05 15:39:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1969,
"ref": "28054",
"isActive": false,
"label": "28054",
"timestamp": 1728067411,
"tripId": "279632372",
"routeId": "48",
"startTime": null,
"position": {
"lat": 45.66189,
"lon": -73.53839
},
"bearing": 235,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:20",
"meta": {},
"updatedAt": "2024-10-04 14:45:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2794,
"ref": "28055",
"isActive": false,
"label": "28055",
"timestamp": 1732287197,
"tripId": "280420889",
"routeId": "107",
"startTime": "09:09:00",
"position": {
"lat": 45.50122,
"lon": -73.56022
},
"bearing": 299,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-29 20:44:18",
"meta": {},
"updatedAt": "2024-11-22 09:56:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1248,
"ref": "28056",
"isActive": false,
"label": "28056",
"timestamp": 1730414417,
"tripId": "280423196",
"routeId": "425",
"startTime": "17:42:00",
"position": {
"lat": 45.43761,
"lon": -73.90102
},
"bearing": 276,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "425",
"routeLongName": "Express Anse-à-l'Orme",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:15:04",
"meta": {},
"updatedAt": "2024-10-31 18:51:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 136,
"ref": "28057",
"isActive": false,
"label": "28057",
"timestamp": 1762989940,
"tripId": "289307479",
"routeId": "139",
"startTime": "17:39:00",
"position": {
"lat": 45.54782,
"lon": -73.5336
},
"bearing": 101,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289307479",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/1390002.json",
"shapeId": "1390002",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:27:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3368,
"ref": "28058",
"isActive": false,
"label": "28058",
"timestamp": 1594327394,
"tripId": "218416516",
"routeId": "44",
"startTime": "16:12:00",
"position": {
"lat": 45.59614,
"lon": -73.55963
},
"bearing": 111,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-19 17:17:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1713,
"ref": "28059",
"isActive": false,
"label": "28059",
"timestamp": 1731586871,
"tripId": "280240171",
"routeId": "460",
"startTime": "06:21:00",
"position": {
"lat": 45.55083,
"lon": -73.62944
},
"bearing": 276,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "460",
"routeLongName": "Express Métropolitaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:25:08",
"meta": {},
"updatedAt": "2024-11-14 07:23:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1332,
"ref": "28060",
"isActive": false,
"label": "28060",
"timestamp": 1729721985,
"tripId": "282948814",
"routeId": "809",
"startTime": "18:02:00",
"position": {
"lat": 45.54597,
"lon": -73.65086
},
"bearing": 10,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:30:03",
"meta": {},
"updatedAt": "2024-10-23 18:21:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1883,
"ref": "28061",
"isActive": false,
"label": "28061",
"timestamp": 1761342926,
"tripId": "287931292",
"routeId": "217",
"startTime": "17:31:00",
"position": {
"lat": 45.43736,
"lon": -73.89535
},
"bearing": 241,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "217",
"routeLongName": "Anse-à-l'Orme",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:50:17",
"meta": {},
"updatedAt": "2025-10-24 17:57:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 137,
"ref": "28062",
"isActive": false,
"label": "28062",
"timestamp": 1762992473,
"tripId": "289384469",
"routeId": "201",
"startTime": "17:58:00",
"position": {
"lat": 45.46662,
"lon": -73.83124
},
"bearing": 234,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 68,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384469",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "201",
"routeLongName": "Saint-Charles / Saint-Jean",
"shapeLink": "/storage/shapes/stm/2010003.json",
"shapeId": "2010003",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 19:19:02",
"agencyName": "Société de transport de Montréal"
},
{
"id": 138,
"ref": "28063",
"isActive": false,
"label": "28063",
"timestamp": 1594327399,
"tripId": "218428182",
"routeId": "61",
"startTime": "16:29:00",
"position": {
"lat": 45.4894,
"lon": -73.55714
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 13,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2047,
"ref": "28064",
"isActive": false,
"label": "28064",
"timestamp": 1719980161,
"tripId": "275639400",
"routeId": "113",
"startTime": "23:45:00",
"position": {
"lat": 45.42508,
"lon": -73.64851
},
"bearing": 14,
"speed": 6,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:15:20",
"meta": {},
"updatedAt": "2024-07-03 00:22:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2202,
"ref": "28065",
"isActive": false,
"label": "28065",
"timestamp": 1760742830,
"tripId": "288510590",
"routeId": "193",
"startTime": "18:28:00",
"position": {
"lat": 45.60663,
"lon": -73.57177
},
"bearing": 73,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 48,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 18:05:06",
"meta": {},
"updatedAt": "2025-10-17 19:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2728,
"ref": "28066",
"isActive": false,
"label": "28066",
"timestamp": 1697084751,
"tripId": "271459320",
"routeId": "45",
"startTime": "23:49:00",
"position": {
"lat": 45.57355,
"lon": -73.65947
},
"bearing": 19,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 42,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "45",
"routeLongName": "Papineau",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-27 21:44:10",
"meta": {},
"updatedAt": "2023-10-12 00:37:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1970,
"ref": "28067",
"isActive": false,
"label": "28067",
"timestamp": 1728566764,
"tripId": "280229379",
"routeId": "35",
"startTime": "08:27:00",
"position": {
"lat": 45.50395,
"lon": -73.57139
},
"bearing": 305,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:21",
"meta": {},
"updatedAt": "2024-10-10 09:37:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 822,
"ref": "28068",
"isActive": false,
"label": "28068",
"timestamp": 1594327400,
"tripId": "218429653",
"routeId": "107",
"startTime": "16:01:00",
"position": {
"lat": 45.46474,
"lon": -73.57117
},
"bearing": 183,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:09",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 139,
"ref": "28069",
"isActive": false,
"label": "28069",
"timestamp": 1762989416,
"tripId": "289356885",
"routeId": "211",
"startTime": "16:59:00",
"position": {
"lat": 45.48235,
"lon": -73.58187
},
"bearing": 51,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289356885",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/2110003.json",
"shapeId": "2110003",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 140,
"ref": "28070",
"isActive": false,
"label": "28070",
"timestamp": 1728340311,
"tripId": "279025829",
"routeId": "164",
"startTime": "17:30:00",
"position": {
"lat": 45.50425,
"lon": -73.73507
},
"bearing": 133,
"speed": 48,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-07 18:33:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 141,
"ref": "28071",
"isActive": false,
"label": "28071",
"timestamp": 1730502512,
"tripId": "280473056",
"routeId": "72",
"startTime": "18:23:00",
"position": {
"lat": 45.5132,
"lon": -73.68271
},
"bearing": 252,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-11-01 19:19:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 142,
"ref": "28072",
"isActive": false,
"label": "28072",
"timestamp": 1762988862,
"tripId": "289384521",
"routeId": "216",
"startTime": "17:29:00",
"position": {
"lat": 45.48684,
"lon": -73.78004
},
"bearing": 235,
"speed": 57,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 15,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384521",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "216",
"routeLongName": "Transcanadienne",
"shapeLink": "/storage/shapes/stm/2160002.json",
"shapeId": "2160002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 143,
"ref": "28073",
"isActive": false,
"label": "28073",
"timestamp": 1762991227,
"tripId": "289428823",
"routeId": "119",
"startTime": "17:52:00",
"position": {
"lat": 45.51715,
"lon": -73.64379
},
"bearing": 163,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428823",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "119",
"routeLongName": "Rockland",
"shapeLink": "/storage/shapes/stm/1190001.json",
"shapeId": "1190001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:58:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1333,
"ref": "28074",
"isActive": false,
"label": "28074",
"timestamp": 1762956657,
"tripId": "292396655",
"routeId": "41",
"startTime": "07:38:00",
"position": {
"lat": 45.58817,
"lon": -73.6321
},
"bearing": 233,
"speed": 19,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 58,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292396655",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "41",
"routeLongName": "Saint-Michel / Ahuntsic",
"shapeLink": "/storage/shapes/stm/410001.json",
"shapeId": "410001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:30:03",
"meta": {},
"updatedAt": "2025-11-12 09:22:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1971,
"ref": "28075",
"isActive": false,
"label": "28075",
"timestamp": 1594327396,
"tripId": "219807110",
"routeId": "196",
"startTime": "16:38:00",
"position": {
"lat": 45.44113,
"lon": -73.70519
},
"bearing": 289,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:21",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1673,
"ref": "28076",
"isActive": false,
"label": "28076",
"timestamp": 1762953630,
"tripId": "292397703",
"routeId": "197",
"startTime": "07:30:00",
"position": {
"lat": 45.53172,
"lon": -73.59766
},
"bearing": 115,
"speed": 7,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 38,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292397703",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/1970001.json",
"shapeId": "1970001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:20:09",
"meta": {},
"updatedAt": "2025-11-12 08:29:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 144,
"ref": "28077",
"isActive": false,
"label": "28077",
"timestamp": 1720701016,
"tripId": "276294499",
"routeId": "72",
"startTime": "07:54:00",
"position": {
"lat": 45.4726,
"lon": -73.78893
},
"bearing": 236,
"speed": 32,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-07-11 08:40:32",
"agencyName": "Société de transport de Montréal"
},
{
"id": 145,
"ref": "28078",
"isActive": false,
"label": "28078",
"timestamp": 1762953883,
"tripId": "289428473",
"routeId": "105",
"startTime": "08:00:00",
"position": {
"lat": 45.47361,
"lon": -73.60481
},
"bearing": 38,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428473",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/1050002.json",
"shapeId": "1050002",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 08:35:13",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2476,
"ref": "28079",
"isActive": false,
"label": "28079",
"timestamp": 1732718467,
"tripId": "280422930",
"routeId": "405",
"startTime": "08:53:00",
"position": {
"lat": 45.48236,
"lon": -73.58186
},
"bearing": 55,
"speed": 36,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "405",
"routeLongName": "Express Bord-du-Lac",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-23 10:56:04",
"meta": {},
"updatedAt": "2024-11-27 09:52:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1639,
"ref": "28080",
"isActive": false,
"label": "28080",
"timestamp": 1741010382,
"tripId": "282604565",
"routeId": "72",
"startTime": "07:45:00",
"position": {
"lat": 45.48611,
"lon": -73.7398
},
"bearing": 242,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:15:09",
"meta": {},
"updatedAt": "2025-03-03 09:01:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1531,
"ref": "28081",
"isActive": false,
"label": "28081",
"timestamp": 1762991131,
"tripId": "289356301",
"routeId": "211",
"startTime": "17:38:00",
"position": {
"lat": 45.40384,
"lon": -73.9396
},
"bearing": 258,
"speed": 2,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289356301",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/2110001.json",
"shapeId": "2110001",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:00:05",
"meta": {},
"updatedAt": "2025-11-12 18:56:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3301,
"ref": "28082",
"isActive": false,
"label": "28082",
"timestamp": 1760739628,
"tripId": "288510750",
"routeId": "469",
"startTime": "17:37:00",
"position": {
"lat": 45.62338,
"lon": -73.62212
},
"bearing": 235,
"speed": 32,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-28 10:12:04",
"meta": {},
"updatedAt": "2025-10-17 18:31:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1776,
"ref": "28083",
"isActive": false,
"label": "28083",
"timestamp": 1760742107,
"tripId": "288510754",
"routeId": "180",
"startTime": "18:29:00",
"position": {
"lat": 45.55106,
"lon": -73.65707
},
"bearing": 111,
"speed": 17,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
5
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "180",
"routeLongName": "De Salaberry",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:35:09",
"meta": {},
"updatedAt": "2025-10-17 19:08:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2465,
"ref": "28084",
"isActive": false,
"label": "28084",
"timestamp": 1762988757,
"tripId": "289354413",
"routeId": "38",
"startTime": "17:29:00",
"position": {
"lat": 45.47001,
"lon": -73.56587
},
"bearing": 25,
"speed": 32,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289354413",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "38",
"routeLongName": "De l'Église",
"shapeLink": "/storage/shapes/stm/380010.json",
"shapeId": "380010",
"serviceId": "25N-H56N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 22:32:16",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1230,
"ref": "28085",
"isActive": false,
"label": "28085",
"timestamp": 1594327405,
"tripId": "218417815",
"routeId": "186",
"startTime": "16:28:00",
"position": {
"lat": 45.65539,
"lon": -73.50977
},
"bearing": 14,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:10:02",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1857,
"ref": "28086",
"isActive": false,
"label": "28086",
"timestamp": 1594327398,
"tripId": "218379539",
"routeId": "485",
"startTime": "16:46:00",
"position": {
"lat": 45.484,
"lon": -73.57922
},
"bearing": 54,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "485",
"routeLongName": "Express Antoine-Faucon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:19",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1858,
"ref": "28087",
"isActive": false,
"label": "28087",
"timestamp": 1729118731,
"tripId": "279632683",
"routeId": "440",
"startTime": "18:16:00",
"position": {
"lat": 45.55096,
"lon": -73.65643
},
"bearing": 208,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "440",
"routeLongName": "Express Charleroi",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:45:19",
"meta": {},
"updatedAt": "2024-10-16 18:52:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7106,
"ref": "28088",
"isActive": false,
"label": "28088",
"timestamp": 1761222838,
"tripId": "288488259",
"routeId": "112",
"startTime": "07:58:00",
"position": {
"lat": 45.45681,
"lon": -73.58125
},
"bearing": 192,
"speed": 25,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-04-16 21:01:03",
"meta": {},
"updatedAt": "2025-10-23 08:45:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3320,
"ref": "28089",
"isActive": false,
"label": "28089",
"timestamp": 1723679653,
"tripId": "275640243",
"routeId": "191",
"startTime": "19:00:00",
"position": {
"lat": 45.446,
"lon": -73.7412
},
"bearing": 357,
"speed": 7,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 69,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-04 00:40:03",
"meta": {},
"updatedAt": "2024-08-14 20:05:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1153,
"ref": "28090",
"isActive": false,
"label": "28090",
"timestamp": 1594327395,
"tripId": "219804744",
"routeId": "68",
"startTime": "16:26:00",
"position": {
"lat": 45.46277,
"lon": -73.88445
},
"bearing": 55,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:35:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 146,
"ref": "28091",
"isActive": false,
"label": "28091",
"timestamp": 1701473196,
"tripId": "271479112",
"routeId": "440",
"startTime": null,
"position": {
"lat": 45.6054,
"lon": -73.61931
},
"bearing": 232,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 1,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "440",
"routeLongName": "Express Charleroi",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-12-01 18:28:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 147,
"ref": "28092",
"isActive": false,
"label": "28092",
"timestamp": 1762981184,
"tripId": "289385568",
"routeId": "407",
"startTime": "15:27:00",
"position": {
"lat": 45.48933,
"lon": -73.86988
},
"bearing": 135,
"speed": 59,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 36,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385568",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "407",
"routeLongName": "Express Île-Bizard",
"shapeLink": "/storage/shapes/stm/4070002.json",
"shapeId": "4070002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 16:01:21",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1497,
"ref": "28093",
"isActive": false,
"label": "28093",
"timestamp": 1762988866,
"tripId": "289429317",
"routeId": "165",
"startTime": "17:23:00",
"position": {
"lat": 45.49344,
"lon": -73.57528
},
"bearing": 34,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
4
],
"trip": {
"id": "289429317",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "165",
"routeLongName": "Côte-des-Neiges",
"shapeLink": "/storage/shapes/stm/1650001.json",
"shapeId": "1650001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 10:55:03",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1674,
"ref": "28094",
"isActive": false,
"label": "28094",
"timestamp": 1730901397,
"tripId": "280418907",
"routeId": "35",
"startTime": "07:53:00",
"position": {
"lat": 45.44712,
"lon": -73.60403
},
"bearing": 269,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 44,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:20:09",
"meta": {},
"updatedAt": "2024-11-06 09:05:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 148,
"ref": "28095",
"isActive": false,
"label": "28095",
"timestamp": 1728475785,
"tripId": "282910609",
"routeId": "121",
"startTime": "07:40:00",
"position": {
"lat": 45.49735,
"lon": -73.70881
},
"bearing": 312,
"speed": 36,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "121",
"routeLongName": "Sauvé / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-09 08:20:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1823,
"ref": "28096",
"isActive": false,
"label": "28096",
"timestamp": 1725660579,
"tripId": "279028437",
"routeId": "401",
"startTime": "17:44:00",
"position": {
"lat": 45.4744,
"lon": -73.87203
},
"bearing": 13,
"speed": 43,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 30,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "401",
"routeLongName": "Express Saint-Charles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 11:40:20",
"meta": {},
"updatedAt": "2024-09-06 18:11:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3299,
"ref": "28097",
"isActive": false,
"label": "28097",
"timestamp": 1594327405,
"tripId": "219804626",
"routeId": "468",
"startTime": "16:14:00",
"position": {
"lat": 45.50568,
"lon": -73.78976
},
"bearing": 106,
"speed": 47,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 24,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-27 21:29:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3206,
"ref": "28098",
"isActive": false,
"label": "28098",
"timestamp": 1731588156,
"tripId": "280471615",
"routeId": "475",
"startTime": "07:00:00",
"position": {
"lat": 45.51315,
"lon": -73.68277
},
"bearing": 41,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "475",
"routeLongName": "Express Dollard-des-Ormeaux",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-07 10:34:14",
"meta": {},
"updatedAt": "2024-11-14 07:50:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 149,
"ref": "28099",
"isActive": false,
"label": "28099",
"timestamp": 1762990000,
"tripId": "289383503",
"routeId": "68",
"startTime": "17:25:00",
"position": {
"lat": 45.50751,
"lon": -73.76209
},
"bearing": 88,
"speed": 36,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 65,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289383503",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/680003.json",
"shapeId": "680003",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1742,
"ref": "28100",
"isActive": false,
"label": "28100",
"timestamp": 1762992079,
"tripId": "289307720",
"routeId": "469",
"startTime": "17:59:00",
"position": {
"lat": 45.548,
"lon": -73.64539
},
"bearing": 200,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 17,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289307720",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "469",
"routeLongName": "Express Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/4690001.json",
"shapeId": "4690001",
"serviceId": "25N-H58N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:30:10",
"meta": {},
"updatedAt": "2025-11-12 19:04:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 150,
"ref": "28101",
"isActive": false,
"label": "28101",
"timestamp": 1762988858,
"tripId": "289429075",
"routeId": "72",
"startTime": "17:16:00",
"position": {
"lat": 45.46083,
"lon": -73.82277
},
"bearing": 335,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289429075",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": "/storage/shapes/stm/720001.json",
"shapeId": "720001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 151,
"ref": "28102",
"isActive": false,
"label": "28102",
"timestamp": 1730460944,
"tripId": "280470761",
"routeId": "72",
"startTime": "06:55:00",
"position": {
"lat": 45.46088,
"lon": -73.81861
},
"bearing": 234,
"speed": 14,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 34,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-11-01 07:37:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 152,
"ref": "28103",
"isActive": false,
"label": "28103",
"timestamp": 1709072128,
"tripId": "270706117",
"routeId": "70",
"startTime": "16:48:00",
"position": {
"lat": 45.49227,
"lon": -73.73855
},
"bearing": 302,
"speed": 41,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 28,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "70",
"routeLongName": "Bois-Franc",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-02-27 17:20:37",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1382,
"ref": "28104",
"isActive": false,
"label": "28104",
"timestamp": 1594327388,
"tripId": "218379533",
"routeId": "485",
"startTime": "16:15:00",
"position": {
"lat": 45.44788,
"lon": -73.74619
},
"bearing": 278,
"speed": 49,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "485",
"routeLongName": "Express Antoine-Faucon",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:40:03",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1972,
"ref": "28105",
"isActive": false,
"label": "28105",
"timestamp": 1702943129,
"tripId": "271596342",
"routeId": "225",
"startTime": "18:16:00",
"position": {
"lat": 45.48163,
"lon": -73.7788
},
"bearing": 88,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "225",
"routeLongName": "Hymus",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:00:23",
"meta": {},
"updatedAt": "2023-12-18 18:47:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 153,
"ref": "28106",
"isActive": false,
"label": "28106",
"timestamp": 1762991339,
"tripId": "289430007",
"routeId": "470",
"startTime": "17:25:00",
"position": {
"lat": 45.45957,
"lon": -73.89277
},
"bearing": 121,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289430007",
"headsign": "Ouest destination Pierrefonds / Château-Pierrefonds",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/4700003.json",
"shapeId": "4700003",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 19:00:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 154,
"ref": "28107",
"isActive": false,
"label": "28107",
"timestamp": 1762989411,
"tripId": "289428332",
"routeId": "100",
"startTime": "17:11:00",
"position": {
"lat": 45.53514,
"lon": -73.64554
},
"bearing": 34,
"speed": 8,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289428332",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "100",
"routeLongName": "Crémazie",
"shapeLink": "/storage/shapes/stm/1000002.json",
"shapeId": "1000002",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2100,
"ref": "28108",
"isActive": false,
"label": "28108",
"timestamp": 1762988554,
"tripId": "289384387",
"routeId": "196",
"startTime": "17:07:00",
"position": {
"lat": 45.51329,
"lon": -73.68388
},
"bearing": 55,
"speed": 4,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 57,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289384387",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": "/storage/shapes/stm/1960001.json",
"shapeId": "1960001",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 12:30:26",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 155,
"ref": "28109",
"isActive": false,
"label": "28109",
"timestamp": 1762988527,
"tripId": "289383901",
"routeId": "164",
"startTime": "17:08:00",
"position": {
"lat": 45.55643,
"lon": -73.66703
},
"bearing": 215,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289383901",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/1640003.json",
"shapeId": "1640003",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3335,
"ref": "28110",
"isActive": false,
"label": "28110",
"timestamp": 1694775090,
"tripId": "268457755",
"routeId": "968",
"startTime": "06:30:00",
"position": {
"lat": 45.51302,
"lon": -73.68421
},
"bearing": 44,
"speed": 13,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-02-07 16:40:03",
"meta": {},
"updatedAt": "2023-09-26 09:48:36",
"agencyName": "Société de transport de Montréal"
},
{
"id": 156,
"ref": "28111",
"isActive": false,
"label": "28111",
"timestamp": 1728686483,
"tripId": "279028990",
"routeId": "968",
"startTime": "18:20:00",
"position": {
"lat": 45.51041,
"lon": -73.80437
},
"bearing": 299,
"speed": 35,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-10-11 18:43:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 157,
"ref": "28112",
"isActive": false,
"label": "28112",
"timestamp": 1757566782,
"tripId": "289035140",
"routeId": "49",
"startTime": "00:26:00",
"position": {
"lat": 45.62132,
"lon": -73.60231
},
"bearing": 329,
"speed": 68,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-09-11 01:02:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 158,
"ref": "28113",
"isActive": false,
"label": "28113",
"timestamp": 1762988851,
"tripId": "289385554",
"routeId": "401",
"startTime": "17:44:00",
"position": {
"lat": 45.46635,
"lon": -73.87917
},
"bearing": 45,
"speed": 45,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 25,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385554",
"headsign": "Nord via Château-Pierrefonds",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "401",
"routeLongName": "Express Saint-Charles",
"shapeLink": "/storage/shapes/stm/4010003.json",
"shapeId": "4010003",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:19:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 159,
"ref": "28114",
"isActive": false,
"label": "28114",
"timestamp": 1594327404,
"tripId": "218376490",
"routeId": "105",
"startTime": "16:25:00",
"position": {
"lat": 45.4735,
"lon": -73.60494
},
"bearing": 38,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 19,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2881,
"ref": "28115",
"isActive": false,
"label": "28115",
"timestamp": 1728513589,
"tripId": "279028444",
"routeId": "401",
"startTime": "18:04:00",
"position": {
"lat": 45.48308,
"lon": -73.86707
},
"bearing": 306,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "401",
"routeLongName": "Express Saint-Charles",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-12-03 22:50:14",
"meta": {},
"updatedAt": "2024-10-09 18:51:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2769,
"ref": "28116",
"isActive": false,
"label": "28116",
"timestamp": 1594327059,
"tripId": "218379764",
"routeId": "968",
"startTime": "16:35:00",
"position": {
"lat": 45.51292,
"lon": -73.68076
},
"bearing": 175,
"speed": 11,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 2,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-28 22:28:12",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 160,
"ref": "28117",
"isActive": false,
"label": "28117",
"timestamp": 1762989415,
"tripId": "292396434",
"routeId": "18",
"startTime": "17:28:00",
"position": {
"lat": 45.57702,
"lon": -73.56728
},
"bearing": 27,
"speed": 21,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292396434",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/180001.json",
"shapeId": "180001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1885,
"ref": "28118",
"isActive": false,
"label": "28118",
"timestamp": 1762989994,
"tripId": "289427954",
"routeId": "16",
"startTime": "17:56:00",
"position": {
"lat": 45.51164,
"lon": -73.67828
},
"bearing": 225,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 27,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289427954",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "16",
"routeLongName": "Graham",
"shapeLink": "/storage/shapes/stm/160001.json",
"shapeId": "160001",
"serviceId": "25N-H50N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 11:50:20",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2860,
"ref": "28119",
"isActive": false,
"label": "28119",
"timestamp": 1762989994,
"tripId": "292396893",
"routeId": "92",
"startTime": "17:40:00",
"position": {
"lat": 45.54125,
"lon": -73.62267
},
"bearing": 201,
"speed": 8,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292396893",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": "/storage/shapes/stm/920001.json",
"shapeId": "920001",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-12-03 12:08:11",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 161,
"ref": "28120",
"isActive": false,
"label": "28120",
"timestamp": 1594327399,
"tripId": "218379340",
"routeId": "470",
"startTime": "16:11:00",
"position": {
"lat": 45.46812,
"lon": -73.82964
},
"bearing": 322,
"speed": 39,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 5,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 162,
"ref": "28121",
"isActive": false,
"label": "28121",
"timestamp": 1762990003,
"tripId": "289385310",
"routeId": "468",
"startTime": "17:15:00",
"position": {
"lat": 45.4711,
"lon": -73.87333
},
"bearing": 197,
"speed": 54,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385310",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": "/storage/shapes/stm/4680002.json",
"shapeId": "4680002",
"serviceId": "25N-H60N000S-80-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 18:44:05",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1154,
"ref": "28122",
"isActive": false,
"label": "28122",
"timestamp": 1594327399,
"tripId": "218417267",
"routeId": "141",
"startTime": "16:05:00",
"position": {
"lat": 45.612,
"lon": -73.55537
},
"bearing": 30,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 09:35:04",
"meta": {},
"updatedAt": "2024-09-09 22:57:03",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3189,
"ref": "28123",
"isActive": false,
"label": "28123",
"timestamp": 1730291806,
"tripId": "280422476",
"routeId": "112",
"startTime": "07:56:00",
"position": {
"lat": 45.4566,
"lon": -73.58223
},
"bearing": 11,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2020-01-01 17:14:05",
"meta": {},
"updatedAt": "2024-10-30 08:37:46",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1457,
"ref": "28124",
"isActive": false,
"label": "28124",
"timestamp": 1730209777,
"tripId": "280473125",
"routeId": "209",
"startTime": "09:05:00",
"position": {
"lat": 45.45486,
"lon": -73.75243
},
"bearing": 4,
"speed": 28,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 41,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 10:50:04",
"meta": {},
"updatedAt": "2024-10-29 10:00:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 823,
"ref": "28125",
"isActive": false,
"label": "28125",
"timestamp": 1725051601,
"tripId": "279028932",
"routeId": "968",
"startTime": "16:30:00",
"position": {
"lat": 45.51006,
"lon": -73.81105
},
"bearing": 305,
"speed": 15,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "968",
"routeLongName": "Trainbus Roxboro / Côte-Vertu",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 01:13:10",
"meta": {},
"updatedAt": "2024-08-30 17:11:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 163,
"ref": "28126",
"isActive": false,
"label": "28126",
"timestamp": 1727385707,
"tripId": "279026646",
"routeId": "72",
"startTime": "16:14:00",
"position": {
"lat": 45.51415,
"lon": -73.68259
},
"bearing": 310,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2024-09-26 17:33:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2138,
"ref": "28127",
"isActive": false,
"label": "28127",
"timestamp": 1761691827,
"tripId": "289385791",
"routeId": "64",
"startTime": "18:17:00",
"position": {
"lat": 45.53064,
"lon": -73.7177
},
"bearing": 313,
"speed": 9,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "289385791",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/640001.json",
"shapeId": "640001",
"serviceId": "25N-H60N000S-80-S-NE",
"blockId": null
},
"createdAt": "2019-11-22 12:45:27",
"meta": {},
"updatedAt": "2025-10-28 19:01:15",
"agencyName": "Société de transport de Montréal"
},
{
"id": 164,
"ref": "28128",
"isActive": false,
"label": "28128",
"timestamp": 1762988015,
"tripId": "292397454",
"routeId": "161",
"startTime": "16:46:00",
"position": {
"lat": 45.45944,
"lon": -73.6736
},
"bearing": 30,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
8
],
"trip": {
"id": "292397454",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/1610002.json",
"shapeId": "1610002",
"serviceId": "25N-H55N000S-82-S-E",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2025-11-12 17:55:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 165,
"ref": "28129",
"isActive": false,
"label": "28129",
"timestamp": 1702043688,
"tripId": "271481290",
"routeId": "49",
"startTime": "08:01:00",
"position": {
"lat": 45.55659,
"lon": -73.66747
},
"bearing": 135,
"speed": 10,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 52,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2023-12-08 09:05:06",
"agencyName": "Société de transport de Montréal"
}
],
"links": {
"first": "https://api.transittracker.ca/v2/vehicles?page=1",
"last": "https://api.transittracker.ca/v2/vehicles?page=37",
"prev": null,
"next": "https://api.transittracker.ca/v2/vehicles?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 37,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=1",
"label": "1",
"active": true
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=2",
"label": "2",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=3",
"label": "3",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=4",
"label": "4",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=5",
"label": "5",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=6",
"label": "6",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=7",
"label": "7",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=8",
"label": "8",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=9",
"label": "9",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=10",
"label": "10",
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=36",
"label": "36",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=37",
"label": "37",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=2",
"label": "Next »",
"active": false
}
],
"path": "https://api.transittracker.ca/v2/vehicles",
"per_page": 500,
"to": 500,
"total": 18060
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/vehicles.geojson
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/vehicles.geojson"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles.geojson';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/vehicles.geojson'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 42
x-ratelimit-remaining: 40
content-language: en
vary: Origin
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6013,
45.53138
]
},
"properties": {
"trip": {
"id": "292397764",
"shortName": null,
"headsign": "Est",
"startTime": "17:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1970002"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29008",
"label": "29008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 289,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"firstSeenAt": 1574907021,
"lastSeenAt": 1762993650,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 2719
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63812,
45.44037
]
},
"properties": {
"trip": {
"id": "289355922",
"shortName": null,
"headsign": "Sud",
"startTime": "23:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1140010"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29074",
"label": "29074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 36,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993666,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 193
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68866,
45.50389
]
},
"properties": {
"trip": {
"id": "914500",
"shortName": null,
"headsign": null,
"startTime": "18:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30008",
"label": "30008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 90,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574436304,
"lastSeenAt": 1762993660,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1298
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67771,
45.49421
]
},
"properties": {
"trip": {
"id": "289428335",
"shortName": null,
"headsign": "Est",
"startTime": "17:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1000002"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30017",
"label": "30017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574443237,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2079
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8251,
45.43047
]
},
"properties": {
"trip": {
"id": "289384568",
"shortName": null,
"headsign": "Est",
"startTime": "17:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2050001"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30052",
"label": "30052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 343,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574438408,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 1540
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58244,
45.61827
]
},
"properties": {
"trip": {
"id": "289396541",
"shortName": null,
"headsign": "Est",
"startTime": "17:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "480005"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30072",
"label": "30072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 8,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574437807,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 1464
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62228,
45.53023
]
},
"properties": {
"trip": {
"id": "953678",
"shortName": null,
"headsign": null,
"startTime": "18:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Boulevard Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30104",
"label": "30104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 202,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 282
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49295,
45.64048
]
},
"properties": {
"trip": {
"id": "289396833",
"shortName": null,
"headsign": "Sud",
"startTime": "17:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "810023"
},
"route": {
"id": "81",
"shortName": "81",
"longName": "Saint-Jean-Baptiste",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30128",
"label": "30128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575077543,
"lastSeenAt": 1762993655,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2792
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62865,
45.49743
]
},
"properties": {
"trip": {
"id": "292397159",
"shortName": null,
"headsign": "Sud",
"startTime": "17:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1290001"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30209",
"label": "30209",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574422204,
"lastSeenAt": 1762993664,
"links": [
3,
22
],
"tags": [],
"isActive": null
},
"id": 1144
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71091,
45.49273
]
},
"properties": {
"trip": {
"id": "289384237",
"shortName": null,
"headsign": "Est",
"startTime": "00:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1770002"
},
"route": {
"id": "177",
"shortName": "177",
"longName": "Thimens",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30234",
"label": "30234",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 326
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75158,
45.45585
]
},
"properties": {
"trip": {
"id": "289385241",
"shortName": null,
"headsign": "Nord",
"startTime": "17:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2090002"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30247",
"label": "30247",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74147,
45.45133
]
},
"properties": {
"trip": {
"id": "289385185",
"shortName": null,
"headsign": "Nord",
"startTime": "17:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2090002"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31057",
"label": "31057",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576027709,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3006
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51991,
45.60154
]
},
"properties": {
"trip": {
"id": "289476389",
"shortName": null,
"headsign": "Est",
"startTime": "17:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1850002"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31115",
"label": "31115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 109,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574434506,
"lastSeenAt": 1762993658,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1187
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65829,
45.55142
]
},
"properties": {
"trip": {
"id": "289307557",
"shortName": null,
"headsign": "Ouest",
"startTime": "16:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1400002"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31131",
"label": "31131",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575422789,
"lastSeenAt": 1762993607,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2872
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62344,
45.56988
]
},
"properties": {
"trip": {
"id": "289306967",
"shortName": null,
"headsign": "Sud",
"startTime": "17:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31135",
"label": "31135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1574399675,
"lastSeenAt": 1762993657,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 412
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55756,
45.49305
]
},
"properties": {
"trip": {
"id": "289475364",
"shortName": null,
"headsign": "Sud",
"startTime": "17:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "740003"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "Bridge",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31138",
"label": "31138",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574441143,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5797,
45.50465
]
},
"properties": {
"trip": {
"id": "289475281",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "500009"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31185",
"label": "31185",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993652,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 435
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64433,
45.45254
]
},
"properties": {
"trip": {
"id": "939655",
"shortName": null,
"headsign": null,
"startTime": "19:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31187",
"label": "31187",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 436
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54911,
45.54614
]
},
"properties": {
"trip": {
"id": "289475123",
"shortName": null,
"headsign": "Est",
"startTime": "17:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "290003"
},
"route": {
"id": "29",
"shortName": "29",
"longName": "Rachel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31223",
"label": "31223",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574442357,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2009
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55243,
45.53293
]
},
"properties": {
"trip": {
"id": "289475534",
"shortName": null,
"headsign": "Nord",
"startTime": "00:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "940001"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31232",
"label": "31232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993656,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 454
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57446,
45.56105
]
},
"properties": {
"trip": {
"id": "289308266",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33810",
"label": "33810",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1576251852,
"lastSeenAt": 1762993660,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3049
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53728,
45.5481
]
},
"properties": {
"trip": {
"id": "289308203",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33823",
"label": "33823",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 295,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1575168014,
"lastSeenAt": 1762993653,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2817
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5346,
45.5472
]
},
"properties": {
"trip": {
"id": "289308129",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "17:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "4390003"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33830",
"label": "33830",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574436607,
"lastSeenAt": 1762993650,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1346
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57881,
45.6493
]
},
"properties": {
"trip": {
"id": "289396810",
"shortName": null,
"headsign": "Est",
"startTime": "23:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "490002"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36027",
"label": "36027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993652,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 531
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6679,
45.52125
]
},
"properties": {
"trip": {
"id": "289429842",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1750002"
},
"route": {
"id": "175",
"shortName": "175",
"longName": "Griffith / Saint-François",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37019",
"label": "37019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576118923,
"lastSeenAt": 1762993657,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3023
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58111,
45.5443
]
},
"properties": {
"trip": {
"id": "289475570",
"shortName": null,
"headsign": "Sud",
"startTime": "23:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "940002"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38027",
"label": "38027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 584
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57161,
45.50406
]
},
"properties": {
"trip": {
"id": "289476099",
"shortName": null,
"headsign": "Nord",
"startTime": "17:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1680002"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38100",
"label": "38100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 617
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75143,
45.45687
]
},
"properties": {
"trip": {
"id": "289430348",
"shortName": null,
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"startTime": "22:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7470001"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39012",
"label": "39012",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"firstSeenAt": 1575342164,
"lastSeenAt": 1762993661,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2846
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7506,
45.45309
]
},
"properties": {
"trip": {
"id": "289430311",
"shortName": null,
"headsign": "Est trajet 1 gare d’autocars de Montréal.",
"startTime": "23:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7470001"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39015",
"label": "39015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1574399676,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 624
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57613,
45.45797
]
},
"properties": {
"trip": {
"id": "289355401",
"shortName": null,
"headsign": "Ouest",
"startTime": "23:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1080002"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40008",
"label": "40008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 183,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576768086,
"lastSeenAt": 1762993656,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3117
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61021,
45.42413
]
},
"properties": {
"trip": {
"id": "289355862",
"shortName": null,
"headsign": "Nord",
"startTime": "23:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1140001"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40079",
"label": "40079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1600175355,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8825
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67271,
45.5081
]
},
"properties": {
"trip": {
"id": "289384626",
"shortName": null,
"headsign": "Est",
"startTime": "17:53:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2020001"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40166",
"label": "40166",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 67,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1606827732,
"lastSeenAt": 1762993538,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9225
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80689,
45.47884
]
},
"properties": {
"trip": {
"id": "973241",
"shortName": null,
"headsign": null,
"startTime": "18:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "225",
"shortName": "225",
"longName": "Hymus",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40184",
"label": "40184",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 245,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1608116825,
"lastSeenAt": 1762993659,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9301
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59329,
45.44448
]
},
"properties": {
"trip": {
"id": "929610",
"shortName": null,
"headsign": null,
"startTime": "18:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40237",
"label": "40237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 282,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1611698473,
"lastSeenAt": 1762993666,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66435,
45.43885
]
},
"properties": {
"trip": {
"id": "289354820",
"shortName": null,
"headsign": "Ouest",
"startTime": "17:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "900002"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40251",
"label": "40251",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1610571675,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9351
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6166,
45.56698
]
},
"properties": {
"trip": {
"id": "289307005",
"shortName": null,
"headsign": "Sud",
"startTime": "17:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41022",
"label": "41022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1626216304,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10687
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59973,
45.55937
]
},
"properties": {
"trip": {
"id": "289306936",
"shortName": null,
"headsign": "Sud",
"startTime": "17:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41124",
"label": "41124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1643831945,
"lastSeenAt": 1762993662,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11068
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55518,
45.55064
]
},
"properties": {
"trip": {
"id": "289306920",
"shortName": null,
"headsign": "Sud",
"startTime": "17:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42002",
"label": "42002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 39,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1664656624,
"lastSeenAt": 1762993654,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12619
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59805,
45.55882
]
},
"properties": {
"trip": {
"id": "289307146",
"shortName": null,
"headsign": "Est",
"startTime": "17:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "690002"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42039",
"label": "42039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 72,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666123747,
"lastSeenAt": 1762993663,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12675
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65142,
45.58473
]
},
"properties": {
"trip": {
"id": "289306988",
"shortName": null,
"headsign": "Sud",
"startTime": "17:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "670001"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42044",
"label": "42044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1668511926,
"lastSeenAt": 1762993664,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12734
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68183,
45.54109
]
},
"properties": {
"trip": {
"id": "4084025-TRAIN-A25-TRKPI-Semaine-03",
"shortName": "191",
"headsign": "Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "40161"
},
"route": {
"id": "4",
"shortName": "SJ",
"longName": "12 - Saint-Jérôme",
"color": "#FBD06C",
"textColor": "#000000"
},
"vehicle": {
"id": "2055",
"label": "2055",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 283,
"odometer": 0,
"speed": 60
},
"agencyId": 2,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1734536587,
"lastSeenAt": 1762993678,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 2928812
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75007,
45.6112
]
},
"properties": {
"trip": {
"id": "4084016-TRAIN-A25-TRKPI-Semaine-03",
"shortName": "194",
"headsign": "Lucien-L'Allier",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "40162"
},
"route": {
"id": "4",
"shortName": "SJ",
"longName": "12 - Saint-Jérôme",
"color": "#FBD06C",
"textColor": "#000000"
},
"vehicle": {
"id": "2057",
"label": "2057",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 145,
"odometer": 0,
"speed": 87
},
"agencyId": 2,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1759951150,
"lastSeenAt": 1762993678,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 2929597
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.13963,
45.459
]
},
"properties": {
"trip": {
"id": "4083555-TRAIN-A25-TRKPI-Semaine-03",
"shortName": "27",
"headsign": "Vaudreuil/Hudson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10476"
},
"route": {
"id": "1",
"shortName": "VH",
"longName": "11 - Vaudreuil/Hudson",
"color": "#F16179",
"textColor": "#000000"
},
"vehicle": {
"id": "3010",
"label": "3010",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 305,
"odometer": 0,
"speed": 15
},
"agencyId": 2,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576259283,
"lastSeenAt": 1762993678,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 3057
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.59764
]
},
"properties": {
"trip": {
"id": "4400146-TRAIN-A25-TRKPI-Semaine-03",
"shortName": "1213",
"headsign": "Mascouche",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "60211"
},
"route": {
"id": "6",
"shortName": "MA",
"longName": "15 - Mascouche",
"color": "#CA5898",
"textColor": "#000000"
},
"vehicle": {
"id": "3019",
"label": "3019",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 30.3,
"odometer": 0,
"speed": 42
},
"agencyId": 2,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576637042,
"lastSeenAt": 1762993678,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 3095
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99974,
45.38682
]
},
"properties": {
"trip": {
"id": "4083556-TRAIN-A25-TRKPI-Semaine-03",
"shortName": "29",
"headsign": "Vaudreuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10477"
},
"route": {
"id": "1",
"shortName": "VH",
"longName": "11 - Vaudreuil/Hudson",
"color": "#F16179",
"textColor": "#000000"
},
"vehicle": {
"id": "3022",
"label": "3022",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 266.1,
"odometer": 0,
"speed": 61
},
"agencyId": 2,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1576645804,
"lastSeenAt": 1762993678,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 3101
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7891,
45.58147
]
},
"properties": {
"trip": {
"id": "OCTO25151N2D108070503",
"shortName": null,
"headsign": "Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25151N2"
},
"route": {
"id": "OCTO25151N",
"shortName": "151",
"longName": "Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "0911",
"label": "0911",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1574399697,
"lastSeenAt": 1762993647,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 685
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68248,
45.51335
]
},
"properties": {
"trip": {
"id": "OCTO25151N2D108070503",
"shortName": null,
"headsign": "Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25151N2"
},
"route": {
"id": "OCTO25151N",
"shortName": "151",
"longName": "Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1011",
"label": "1011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993593,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924675
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75423,
45.64486
]
},
"properties": {
"trip": {
"id": "OCTO2517N1D10421270591",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2517N1"
},
"route": {
"id": "OCTO2517N",
"shortName": "17",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1101",
"label": "1101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 45,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1575649444,
"lastSeenAt": 1762993667,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2937
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58499,
45.66313
]
},
"properties": {
"trip": {
"id": "OCTO2542E1D1007310505",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2542E1"
},
"route": {
"id": "OCTO2542E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1104",
"label": "1104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682726470,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2676022
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72317,
45.59795
]
},
"properties": {
"trip": {
"id": "OCTO2573S2D1115360564",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573S2"
},
"route": {
"id": "OCTO2573S",
"shortName": "73",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1112",
"label": "1112",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 143,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682946740,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2893075
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68222,
45.55984
]
},
"properties": {
"trip": {
"id": "OCTO25222E2D10722410541",
"shortName": null,
"headsign": "Saint-Vincent-De-Paul",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25222E2"
},
"route": {
"id": "OCTO2522E",
"shortName": "22",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1115",
"label": "1115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968396,
"lastSeenAt": 1762993576,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924534
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54811,
45.68453
]
},
"properties": {
"trip": {
"id": "OCTO25252O2L14308430014",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25252O2"
},
"route": {
"id": "OCTO2552O",
"shortName": "52",
"longName": "Métro Henri-Bourassa",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1210",
"label": "1210",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 190,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1574470503,
"lastSeenAt": 1762993667,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2309
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6515,
45.62973
]
},
"properties": {
"trip": {
"id": "OCTO2558E2D1106520503",
"shortName": null,
"headsign": "Saint-Vincent-De-Paul",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2558E2"
},
"route": {
"id": "OCTO2558E",
"shortName": "58",
"longName": "Saint-Vincent-De-Paul",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1216",
"label": "1216",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34,
"odometer": null,
"speed": 19
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924654
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66873,
45.55805
]
},
"properties": {
"trip": {
"id": "OCTO2531N1D11418090569",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2531N1"
},
"route": {
"id": "OCTO2531N",
"shortName": "31",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1219",
"label": "1219",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682951471,
"lastSeenAt": 1762993576,
"links": [],
"tags": [],
"isActive": null
},
"id": 2900301
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68054,
45.57819
]
},
"properties": {
"trip": {
"id": "OCTO2542O2D1006090504",
"shortName": null,
"headsign": "Terminus Le Carrefour",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2542O2"
},
"route": {
"id": "OCTO2542O",
"shortName": "42",
"longName": "Terminus Le Carrefour",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1309",
"label": "1309",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 222,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924783
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7407,
45.53416
]
},
"properties": {
"trip": {
"id": "OCTO25144E2D1011500518",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25144E2"
},
"route": {
"id": "OCTO25144E",
"shortName": "144",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1401",
"label": "1401",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 62,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924772
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68096,
45.57871
]
},
"properties": {
"trip": {
"id": "OCTO2570O1D12520010545",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2570O1"
},
"route": {
"id": "OCTO2570O",
"shortName": "70",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1402",
"label": "1402",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 307,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924771
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75453,
45.64504
]
},
"properties": {
"trip": {
"id": "OCTO2531N1D11418090569",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2531N1"
},
"route": {
"id": "OCTO2531N",
"shortName": "31",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1405",
"label": "1405",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968396,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924635
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71057,
45.5867
]
},
"properties": {
"trip": {
"id": "OCTO2573N1D1114360547",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573N1"
},
"route": {
"id": "OCTO2573N",
"shortName": "73",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1410",
"label": "1410",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924778
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81658,
45.524
]
},
"properties": {
"trip": {
"id": "OCTO25144O1D1011080509",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25144O1"
},
"route": {
"id": "OCTO25144O",
"shortName": "144",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1411",
"label": "1411",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 326,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924777
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64376,
45.61661
]
},
"properties": {
"trip": {
"id": "OCTO25252E1L16818100029",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25252E1"
},
"route": {
"id": "OCTO2552E",
"shortName": "52",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1415",
"label": "1415",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": null,
"speed": 23
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924775
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7227,
45.56168
]
},
"properties": {
"trip": {
"id": "OCTO2563S2D10717190522",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2563S2"
},
"route": {
"id": "OCTO2563S",
"shortName": "63",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1502",
"label": "1502",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 48,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682874244,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2826839
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70519,
45.56858
]
},
"properties": {
"trip": {
"id": "OCTO2527N2D11416300515",
"shortName": null,
"headsign": "Gare Vimont",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2527N2"
},
"route": {
"id": "OCTO2527N",
"shortName": "27",
"longName": "Gare Vimont",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1503",
"label": "1503",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 140,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924760
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57461,
45.66832
]
},
"properties": {
"trip": {
"id": "OCTO2542E1D1007310505",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2542E1"
},
"route": {
"id": "OCTO2542E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1507",
"label": "1507",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 163,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993583,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924763
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81228,
45.57822
]
},
"properties": {
"trip": {
"id": "OCTO2576O1D10915200529",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2576O1"
},
"route": {
"id": "OCTO2576O",
"shortName": "76",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1513",
"label": "1513",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 328,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1574691603,
"lastSeenAt": 1762993647,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2520
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70172,
45.57883
]
},
"properties": {
"trip": {
"id": "OCTO2574E1D13423570533",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2574E1"
},
"route": {
"id": "OCTO2574E",
"shortName": "74",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1517",
"label": "1517",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 318,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924769
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86241,
45.52284
]
},
"properties": {
"trip": {
"id": "OCTO2576E2D10916180538",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2576E2"
},
"route": {
"id": "OCTO2576E",
"shortName": "76",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1519",
"label": "1519",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924768
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80091,
45.60037
]
},
"properties": {
"trip": {
"id": "OCTO2565N2D12115530517",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2565N2"
},
"route": {
"id": "OCTO2565N",
"shortName": "65",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1601",
"label": "1601",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 358,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682949559,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2897652
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78752,
45.57674
]
},
"properties": {
"trip": {
"id": "OCTO2561N1D11215250515",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2561N1"
},
"route": {
"id": "OCTO2561N",
"shortName": "61",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1602",
"label": "1602",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682863273,
"lastSeenAt": 1762993593,
"links": [],
"tags": [],
"isActive": null
},
"id": 2815279
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7277,
45.5821
]
},
"properties": {
"trip": {
"id": "OCTO2526O2D10116070549",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2526O2"
},
"route": {
"id": "OCTO2526O",
"shortName": "26",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1606",
"label": "1606",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924754
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79224,
45.59013
]
},
"properties": {
"trip": {
"id": "OCTO2565S1D12116390520",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2565S1"
},
"route": {
"id": "OCTO2565S",
"shortName": "65",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1619",
"label": "1619",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 86,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682715552,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2612927
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72657,
45.58117
]
},
"properties": {
"trip": {
"id": "OCTO2546S1D10019060528",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2546S1"
},
"route": {
"id": "OCTO2546S",
"shortName": "46",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1621",
"label": "1621",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682876589,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2829330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63978,
45.62465
]
},
"properties": {
"trip": {
"id": "OCTO2542O2D1006090504",
"shortName": null,
"headsign": "Terminus Le Carrefour",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2542O2"
},
"route": {
"id": "OCTO2542O",
"shortName": "42",
"longName": "Terminus Le Carrefour",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1627",
"label": "1627",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 194,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682716395,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2617781
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80459,
45.52478
]
},
"properties": {
"trip": {
"id": "OCTO2526O2D10116070549",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2526O2"
},
"route": {
"id": "OCTO2526O",
"shortName": "26",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1704",
"label": "1704",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924745
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85437,
45.55304
]
},
"properties": {
"trip": {
"id": "OCTO2555N2D10520540525",
"shortName": null,
"headsign": "Laval-Ouest",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2555N2"
},
"route": {
"id": "OCTO2555N",
"shortName": "55",
"longName": "Laval-Ouest",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1707",
"label": "1707",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 240,
"odometer": null,
"speed": 21
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924742
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72317,
45.554
]
},
"properties": {
"trip": {
"id": "OCTO2526O2D10116070549",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2526O2"
},
"route": {
"id": "OCTO2526O",
"shortName": "26",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1708",
"label": "1708",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968396,
"lastSeenAt": 1762993642,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924601
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74873,
45.58251
]
},
"properties": {
"trip": {
"id": "OCTO2565N2D12115530517",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2565N2"
},
"route": {
"id": "OCTO2565N",
"shortName": "65",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1717",
"label": "1717",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682946259,
"lastSeenAt": 1762993647,
"links": [],
"tags": [],
"isActive": null
},
"id": 2892315
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78019,
45.60717
]
},
"properties": {
"trip": {
"id": "OCTO2563N1D10716220517",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2563N1"
},
"route": {
"id": "OCTO2563N",
"shortName": "63",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1804",
"label": "1804",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 48,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993647,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924731
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81576,
45.58964
]
},
"properties": {
"trip": {
"id": "OCTO2573S2D1115360564",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573S2"
},
"route": {
"id": "OCTO2573S",
"shortName": "73",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1805",
"label": "1805",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 9,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1574714764,
"lastSeenAt": 1762993637,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2601
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74937,
45.56825
]
},
"properties": {
"trip": {
"id": "OCTO25902S1L11114570026",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25902S1"
},
"route": {
"id": "OCTO25902S",
"shortName": "902",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1808",
"label": "1808",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968338,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924452
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77366,
45.52538
]
},
"properties": {
"trip": {
"id": "OCTO2524E1D10017130536",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2524E1"
},
"route": {
"id": "OCTO2524E",
"shortName": "24",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1809",
"label": "1809",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924728
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67916,
45.61621
]
},
"properties": {
"trip": {
"id": "OCTO2548N1D10818520523",
"shortName": null,
"headsign": "Gare Vimont",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2548N1"
},
"route": {
"id": "OCTO2548N",
"shortName": "48",
"longName": "Gare Vimont",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1822",
"label": "1822",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968277,
"lastSeenAt": 1762993647,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924328
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74588,
45.57025
]
},
"properties": {
"trip": {
"id": "OCTO2565N2D12115530517",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2565N2"
},
"route": {
"id": "OCTO2565N",
"shortName": "65",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1901",
"label": "1901",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 140,
"odometer": null,
"speed": 27
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682623387,
"lastSeenAt": 1762993642,
"links": [],
"tags": [],
"isActive": null
},
"id": 1345286
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74656,
45.55924
]
},
"properties": {
"trip": {
"id": "OCTO2566O2D10221380533",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2566O2"
},
"route": {
"id": "OCTO2566O",
"shortName": "66",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1903",
"label": "1903",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 138,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924722
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81082,
45.57675
]
},
"properties": {
"trip": {
"id": "OCTO2561S2D11216160520",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2561S2"
},
"route": {
"id": "OCTO2561S",
"shortName": "61",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1907",
"label": "1907",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 56,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968396,
"lastSeenAt": 1762993647,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924571
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76441,
45.54323
]
},
"properties": {
"trip": {
"id": "OCTO2540E2D10816440520",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2540E2"
},
"route": {
"id": "OCTO2540E",
"shortName": "40",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1911",
"label": "1911",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": null,
"speed": 8
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924727
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80524,
45.53317
]
},
"properties": {
"trip": {
"id": "OCTO2546N2D10114240515",
"shortName": null,
"headsign": "Laval-Ouest",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2546N2"
},
"route": {
"id": "OCTO2546N",
"shortName": "46",
"longName": "Laval-Ouest",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1912",
"label": "1912",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 250,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682950987,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2899633
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74876,
45.55353
]
},
"properties": {
"trip": {
"id": "OCTO2555S1D10522000532",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2555S1"
},
"route": {
"id": "OCTO2555S",
"shortName": "55",
"longName": "Métro Henri-Bourassa",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1922",
"label": "1922",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682949677,
"lastSeenAt": 1762993608,
"links": [],
"tags": [],
"isActive": null
},
"id": 2897802
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65093,
45.60361
]
},
"properties": {
"trip": {
"id": "OCTO2542E1D1007310505",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2542E1"
},
"route": {
"id": "OCTO2542E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1923",
"label": "1923",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 50,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993652,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924733
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73125,
45.56429
]
},
"properties": {
"trip": {
"id": "OCTO2570E2D10013170518",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2570E2"
},
"route": {
"id": "OCTO2570E",
"shortName": "70",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2004",
"label": "2004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 321,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924700
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64837,
45.63178
]
},
"properties": {
"trip": {
"id": "OCTO25222O1D5015000520",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25222O1"
},
"route": {
"id": "OCTO2522O",
"shortName": "22",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2005",
"label": "2005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": null,
"speed": 13
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924699
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82476,
45.56728
]
},
"properties": {
"trip": {
"id": "OCTO25903E1D10021020530",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25903E1"
},
"route": {
"id": "OCTO25903E",
"shortName": "903",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2007",
"label": "2007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 49,
"odometer": null,
"speed": 19
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993593,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924697
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78553,
45.6147
]
},
"properties": {
"trip": {
"id": "OCTO25151S1D106400502",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25151S1"
},
"route": {
"id": "OCTO25151S",
"shortName": "151",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2008",
"label": "2008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 224,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682948468,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2895973
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74561,
45.62063
]
},
"properties": {
"trip": {
"id": "OCTO2527S1D11417080522",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2527S1"
},
"route": {
"id": "OCTO2527S",
"shortName": "27",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2010",
"label": "2010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993608,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924696
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76049,
45.55229
]
},
"properties": {
"trip": {
"id": "OCTO25151S1D106400502",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25151S1"
},
"route": {
"id": "OCTO25151S",
"shortName": "151",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2012",
"label": "2012",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 131,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924695
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72005,
45.55917
]
},
"properties": {
"trip": {
"id": "OCTO25345N1L104570001",
"shortName": null,
"headsign": "Gare Vimont",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25345N1"
},
"route": {
"id": "OCTO2545N",
"shortName": "45",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2014",
"label": "2014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": null,
"speed": 13
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993608,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924705
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81644,
45.58638
]
},
"properties": {
"trip": {
"id": "OCTO2573N1D1114360547",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573N1"
},
"route": {
"id": "OCTO2573N",
"shortName": "73",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2059",
"label": "2059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 180,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682733311,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2699826
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86409,
45.55808
]
},
"properties": {
"trip": {
"id": "OCTO25903O2D10020120525",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO25903O2"
},
"route": {
"id": "OCTO25903O",
"shortName": "903",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2109",
"label": "2109",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212,
"odometer": null,
"speed": 19
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682968338,
"lastSeenAt": 1762993662,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924410
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72755,
45.5393
]
},
"properties": {
"trip": {
"id": "OCTO2520O1D10017540519",
"shortName": null,
"headsign": "Chomedey",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2520O1"
},
"route": {
"id": "OCTO2520O",
"shortName": "20",
"longName": "Chomedey",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2113",
"label": "2113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 240,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924693
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68277,
45.51281
]
},
"properties": {
"trip": {
"id": "OCTO2531N1D11418090569",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2531N1"
},
"route": {
"id": "OCTO2531N",
"shortName": "31",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2121",
"label": "2121",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682945657,
"lastSeenAt": 1762993598,
"links": [],
"tags": [],
"isActive": null
},
"id": 2891200
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75133,
45.62608
]
},
"properties": {
"trip": {
"id": "OCTO2531S2D11418540584",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2531S2"
},
"route": {
"id": "OCTO2531S",
"shortName": "31",
"longName": "Métro Henri-Bourassa",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2122",
"label": "2122",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 160,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993647,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924688
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83552,
45.5754
]
},
"properties": {
"trip": {
"id": "OCTO2573N1D1114360547",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573N1"
},
"route": {
"id": "OCTO2573N",
"shortName": "73",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2127",
"label": "2127",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924698
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74757,
45.58114
]
},
"properties": {
"trip": {
"id": "OCTO2576E2D10916180538",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2576E2"
},
"route": {
"id": "OCTO2576E",
"shortName": "76",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2128",
"label": "2128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1623269705,
"lastSeenAt": 1762993652,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 10597
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73832,
45.54643
]
},
"properties": {
"trip": {
"id": "OCTO2560E2D10418300524",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2560E2"
},
"route": {
"id": "OCTO2560E",
"shortName": "60",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2205",
"label": "2205",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682963708,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2917158
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.54306
]
},
"properties": {
"trip": {
"id": "OCTO2526E1D10116500556",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2526E1"
},
"route": {
"id": "OCTO2526E",
"shortName": "26",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2207",
"label": "2207",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 64,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682973751,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924666
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71267,
45.57074
]
},
"properties": {
"trip": {
"id": "OCTO2546N2D10114240515",
"shortName": null,
"headsign": "Laval-Ouest",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2546N2"
},
"route": {
"id": "OCTO2546N",
"shortName": "46",
"longName": "Laval-Ouest",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2208",
"label": "2208",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 190,
"odometer": null,
"speed": 5
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682947940,
"lastSeenAt": 1762993667,
"links": [],
"tags": [],
"isActive": null
},
"id": 2895112
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69274,
45.55888
]
},
"properties": {
"trip": {
"id": "OCTO2563N1D10716220517",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2563N1"
},
"route": {
"id": "OCTO2563N",
"shortName": "63",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2210",
"label": "2210",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 265,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682866568,
"lastSeenAt": 1762993657,
"links": [],
"tags": [],
"isActive": null
},
"id": 2818518
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69748,
45.59358
]
},
"properties": {
"trip": {
"id": "OCTO2548N1D10818520523",
"shortName": null,
"headsign": "Gare Vimont",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2548N1"
},
"route": {
"id": "OCTO2548N",
"shortName": "48",
"longName": "Gare Vimont",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2213",
"label": "2213",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 162,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682967918,
"lastSeenAt": 1762993632,
"links": [],
"tags": [],
"isActive": null
},
"id": 2923507
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72767,
45.58029
]
},
"properties": {
"trip": {
"id": "OCTO2573N1D1114360547",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2573N1"
},
"route": {
"id": "OCTO2573N",
"shortName": "73",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2402",
"label": "2402",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1753724652,
"lastSeenAt": 1762993576,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929474
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73312,
45.62772
]
},
"properties": {
"trip": {
"id": "OCTO2543N1D13219540527",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2543N1"
},
"route": {
"id": "OCTO2543N",
"shortName": "43",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2403",
"label": "2403",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320,
"odometer": null,
"speed": 13
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1753723688,
"lastSeenAt": 1762993662,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929470
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74617,
45.65606
]
},
"properties": {
"trip": {
"id": "OCTO2574O2D10015050518",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2574O2"
},
"route": {
"id": "OCTO2574O",
"shortName": "74",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2404",
"label": "2404",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 214,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1753723514,
"lastSeenAt": 1762993652,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929469
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72377,
45.57492
]
},
"properties": {
"trip": {
"id": "OCTO2537S2D12915560520",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "OCTO2537S2"
},
"route": {
"id": "OCTO2537S",
"shortName": "37",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2407",
"label": "2407",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1753724114,
"lastSeenAt": 1762993593,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929472
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46862,
45.45557
]
},
"properties": {
"trip": {
"id": "49_2_A_SE_1146_prri_19:15",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1146",
"serviceId": null,
"shapeId": "49_2_A"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Secteurs R-S Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21914",
"label": "21914",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 15.1,
"odometer": 0,
"speed": 26
},
"agencyId": 4,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403526,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 907
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47275,
45.51728
]
},
"properties": {
"trip": {
"id": "73_1_R_SE_2284_mtro_19:10",
"shortName": null,
"headsign": "de Fontainebleau",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2284",
"serviceId": null,
"shapeId": "73_1_R"
},
"route": {
"id": "73",
"shortName": "73",
"longName": "Joliette / de Lyon",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21002",
"label": "21002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116.7,
"odometer": 0,
"speed": 28
},
"agencyId": 4,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1598974085,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 8670
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37793,
45.50235
]
},
"properties": {
"trip": {
"id": "99_2_R_SE_2092_mtro_19:10",
"shortName": null,
"headsign": "St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2092",
"serviceId": null,
"shapeId": "99_2_R"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Promenades St-Bruno / Saint-Bruno-de-Montarville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21008",
"label": "21008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 85.9,
"odometer": 0,
"speed": 32
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574442924,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2049
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50497,
45.51424
]
},
"properties": {
"trip": {
"id": "99_2_A_SE_2058_sewl_18:38",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2058",
"serviceId": null,
"shapeId": "99_2_A"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Promenades St-Bruno / Saint-Bruno-de-Montarville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21016",
"label": "21016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294.1,
"odometer": 0,
"speed": 69
},
"agencyId": 4,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403527,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 932
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51441,
45.5191
]
},
"properties": {
"trip": {
"id": "19_1_R_SE_1073_mtro_19:20",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1073",
"serviceId": null,
"shapeId": "19_1_R"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Davis",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21113",
"label": "21113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 150.2,
"odometer": 0,
"speed": 28
},
"agencyId": 4,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1598468165,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 8503
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46843,
45.46621
]
},
"properties": {
"trip": {
"id": "54_1_A_SE_2160_parc_19:25",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2160",
"serviceId": null,
"shapeId": "54_1_A"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Tiffin / St-Georges / Taschereau",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21206",
"label": "21206",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 158.5,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403527,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 943
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51904,
45.52547
]
},
"properties": {
"trip": {
"id": "82_3_A_SE_2200_temo_19:17",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2200",
"serviceId": null,
"shapeId": "82_3_A"
},
"route": {
"id": "82",
"shortName": "82",
"longName": "Marie-Victorin / du Fort-St-Louis",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21208",
"label": "21208",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 276.1,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574442929,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2052
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50911,
45.53944
]
},
"properties": {
"trip": {
"id": "28_1_A_SE_2026_ecna_19:00",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2026",
"serviceId": null,
"shapeId": "28_1_A"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "ch. Chambly / Savane / ENA",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21209",
"label": "21209",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 207.2,
"odometer": 0,
"speed": 23
},
"agencyId": 4,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574441418,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1884
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52095,
45.52097
]
},
"properties": {
"trip": {
"id": "14_2_A_SE_2042_tebr_18:52",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2042",
"serviceId": null,
"shapeId": "14_2_A"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Rome / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21218",
"label": "21218",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 262.2,
"odometer": 0,
"speed": 32
},
"agencyId": 4,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574437805,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1461
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52215,
45.52086
]
},
"properties": {
"trip": {
"id": "4_3_A_SE_2109_mtro_19:27",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2109",
"serviceId": null,
"shapeId": "4_3_A"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21220",
"label": "21220",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 137.1,
"odometer": 0,
"speed": 27
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403528,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 947
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49082,
45.52148
]
},
"properties": {
"trip": {
"id": "73_1_A_SE_2153_ccfo_19:11",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2153",
"serviceId": null,
"shapeId": "73_1_A"
},
"route": {
"id": "73",
"shortName": "73",
"longName": "Joliette / de Lyon",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21223",
"label": "21223",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 295,
"odometer": 0,
"speed": 7
},
"agencyId": 4,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403528,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 949
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43086,
45.50757
]
},
"properties": {
"trip": {
"id": "88_1_A_SE_2222_kile_19:09",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2222",
"serviceId": null,
"shapeId": "88_1_A"
},
"route": {
"id": "88",
"shortName": "88",
"longName": "ch. Chambly / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21224",
"label": "21224",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.4,
"odometer": 0,
"speed": 39
},
"agencyId": 4,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574436606,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1343
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44906,
45.52805
]
},
"properties": {
"trip": {
"id": "76_1_R_SE_2161_mtro_19:00",
"shortName": null,
"headsign": "Sect. B Vieux-Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2161",
"serviceId": null,
"shapeId": "76_1_R"
},
"route": {
"id": "76",
"shortName": "76",
"longName": "Roland-Therrien / Roberval",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21229",
"label": "21229",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13.6,
"odometer": 0,
"speed": 14
},
"agencyId": 4,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574438709,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40666,
45.56751
]
},
"properties": {
"trip": {
"id": "25_1_A_SE_1087_lpgv_19:26",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1087",
"serviceId": null,
"shapeId": "25_1_A"
},
"route": {
"id": "25",
"shortName": "25",
"longName": "Parcs industriels Vieux-Longueuil / Boucherville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21303",
"label": "21303",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 317.4,
"odometer": 0,
"speed": 27
},
"agencyId": 4,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574438709,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1581
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45659,
45.5383
]
},
"properties": {
"trip": {
"id": "20_1_R_SE_2046_mtro_19:01",
"shortName": null,
"headsign": "Sect. B Vieux-Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2046",
"serviceId": null,
"shapeId": "20_1_R"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Jean-Paul-Vincent / Beauharnois",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21315",
"label": "21315",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 190.6,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574442932,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2053
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48768,
45.50885
]
},
"properties": {
"trip": {
"id": "16_1_A_SE_2237_dtpd_19:11",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2237",
"serviceId": null,
"shapeId": "16_1_A"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Nobert / Antoinette-Robidoux / Adoncour",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21407",
"label": "21407",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 28.1,
"odometer": 0,
"speed": 23
},
"agencyId": 4,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574475380,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2409
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44357,
45.43947
]
},
"properties": {
"trip": {
"id": "21_1_A_SE_2079_java_19:24",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2079",
"serviceId": null,
"shapeId": "21_1_A"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande-Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21409",
"label": "21409",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 25.9,
"odometer": 0,
"speed": 46
},
"agencyId": 4,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574734219,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2622
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4785,
45.49813
]
},
"properties": {
"trip": {
"id": "21_1_R_SE_2080_mtro_19:07",
"shortName": null,
"headsign": "place Java",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2080",
"serviceId": null,
"shapeId": "21_1_R"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande-Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21412",
"label": "21412",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134.8,
"odometer": 0,
"speed": 6
},
"agencyId": 4,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574704587,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2595
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4852,
45.52396
]
},
"properties": {
"trip": {
"id": "71_1_A_SE_2294_cprt_19:20",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2294",
"serviceId": null,
"shapeId": "71_1_A"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Curé-Poirier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21421",
"label": "21421",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204.8,
"odometer": 0,
"speed": 23
},
"agencyId": 4,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1575319089,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2839
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46203,
45.53231
]
},
"properties": {
"trip": {
"id": "410_2_R_SE_2191_mtro_19:10",
"shortName": null,
"headsign": "Sect. B Vieux-Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2191",
"serviceId": null,
"shapeId": "410_2_R"
},
"route": {
"id": "410",
"shortName": "410",
"longName": "Express Roland-Therrien / Belcourt",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21422",
"label": "21422",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 128.5,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1612087924,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9704
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44619,
45.49746
]
},
"properties": {
"trip": {
"id": "8_1_R_SE_1201_mtro_18:20",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1201",
"serviceId": null,
"shapeId": "8_1_R"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21501",
"label": "21501",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.4,
"odometer": 0,
"speed": 30
},
"agencyId": 4,
"currentStopSequence": 64,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574444439,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2130
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.38092,
45.47305
]
},
"properties": {
"trip": {
"id": "32_1_R_SE_1137_tebr_19:02",
"shortName": null,
"headsign": "Mountainview",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1137",
"serviceId": null,
"shapeId": "32_1_R"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Secteur B Brossard / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21517",
"label": "21517",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26.7,
"odometer": 0,
"speed": 34
},
"agencyId": 4,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403529,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 963
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48544,
45.49736
]
},
"properties": {
"trip": {
"id": "4_3_A_SE_1085_mtro_19:00",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1085",
"serviceId": null,
"shapeId": "4_3_A"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21524",
"label": "21524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 141.8,
"odometer": 0,
"speed": 2
},
"agencyId": 4,
"currentStopSequence": 14,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574461509,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2199
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4905,
45.4883
]
},
"properties": {
"trip": {
"id": "6_1_A_SE_2045_parc_19:15",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2045",
"serviceId": null,
"shapeId": "6_1_A"
},
"route": {
"id": "6",
"shortName": "6",
"longName": "Victoria",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21604",
"label": "21604",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 315.6,
"odometer": 0,
"speed": 37
},
"agencyId": 4,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574434203,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49425,
45.5244
]
},
"properties": {
"trip": {
"id": "77_1_A_SE_2183_ilis_18:53",
"shortName": null,
"headsign": "Parc ind. Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2183",
"serviceId": null,
"shapeId": "77_1_A"
},
"route": {
"id": "77",
"shortName": "77",
"longName": "Taschereau / Coteau-Rouge / Cégep É.-Montpetit",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21606",
"label": "21606",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 57.2,
"odometer": 0,
"speed": 3
},
"agencyId": 4,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1612905666,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9805
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4878,
45.53188
]
},
"properties": {
"trip": {
"id": "28_1_R_SE_2102_mtro_19:10",
"shortName": null,
"headsign": "École ENA",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2102",
"serviceId": null,
"shapeId": "28_1_R"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "ch. Chambly / Savane / ENA",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21607",
"label": "21607",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120.3,
"odometer": 0,
"speed": 36
},
"agencyId": 4,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574441425,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1891
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.39484,
45.48466
]
},
"properties": {
"trip": {
"id": "8_1_A_SE_2036_sbco_19:18",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2036",
"serviceId": null,
"shapeId": "8_1_A"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21609",
"label": "21609",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 317.8,
"odometer": 0,
"speed": 53
},
"agencyId": 4,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574441425,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1893
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52105,
45.52375
]
},
"properties": {
"trip": {
"id": "75_1_R_SE_2207_mtro_19:21",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2207",
"serviceId": null,
"shapeId": "75_1_R"
},
"route": {
"id": "75",
"shortName": "75",
"longName": "Quinn / Brébeuf",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21612",
"label": "21612",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.1,
"odometer": 0,
"speed": 21
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574409308,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1080
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4789,
45.49305
]
},
"properties": {
"trip": {
"id": "77_1_R_SE_2184_geth_19:07",
"shortName": null,
"headsign": "CÉGEP Édouard-Montpetit",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2184",
"serviceId": null,
"shapeId": "77_1_R"
},
"route": {
"id": "77",
"shortName": "77",
"longName": "Taschereau / Coteau-Rouge / Cégep É.-Montpetit",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21613",
"label": "21613",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132.3,
"odometer": 0,
"speed": 14
},
"agencyId": 4,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574435404,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1237
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42314,
45.48922
]
},
"properties": {
"trip": {
"id": "50_2_R_SE_1107_parc_19:04",
"shortName": null,
"headsign": "Prince-Charles",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1107",
"serviceId": null,
"shapeId": "50_2_R"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Bienville / Orchard / Prince-Charles",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21701",
"label": "21701",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": 0,
"speed": 29
},
"agencyId": 4,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403529,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 975
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47709,
45.53749
]
},
"properties": {
"trip": {
"id": "417_1_A_SE_2194_dert_19:13",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2194",
"serviceId": null,
"shapeId": "417_1_A"
},
"route": {
"id": "417",
"shortName": "417",
"longName": "Express Roland-Therrien / Roberval",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21710",
"label": "21710",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 276.3,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574438109,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1508
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45647,
45.47068
]
},
"properties": {
"trip": {
"id": "5_2_A_SE_2019_gbma_19:01",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2019",
"serviceId": null,
"shapeId": "5_2_A"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Auteuil / mtée St-Hubert / Maisonneuve",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21712",
"label": "21712",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 224.7,
"odometer": 0,
"speed": 25
},
"agencyId": 4,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574437807,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1466
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43097,
45.50632
]
},
"properties": {
"trip": {
"id": "19_1_A_SE_2064_dapc_19:13",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2064",
"serviceId": null,
"shapeId": "19_1_A"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Davis",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21801",
"label": "21801",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 88.2,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1593021724,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7349
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42151,
45.57922
]
},
"properties": {
"trip": {
"id": "80_1_A_SE_1019_cars_19:24",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1019",
"serviceId": null,
"shapeId": "80_1_A"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "De Montarville / Carrefour de la Rive-Sud",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21802",
"label": "21802",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 316.1,
"odometer": 0,
"speed": 31
},
"agencyId": 4,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574434505,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1182
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51123,
45.49075
]
},
"properties": {
"trip": {
"id": "13_1_A_SE_2303_parc_19:06",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2303",
"serviceId": null,
"shapeId": "13_1_A"
},
"route": {
"id": "13",
"shortName": "13",
"longName": "Riverside / Secteurs P-V Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21814",
"label": "21814",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 333.5,
"odometer": 0,
"speed": 42
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403530,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 979
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37493,
45.50607
]
},
"properties": {
"trip": {
"id": "8_1_R_SE_1046_mtro_18:30",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1046",
"serviceId": null,
"shapeId": "8_1_R"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21818",
"label": "21818",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320.6,
"odometer": 0,
"speed": 14
},
"agencyId": 4,
"currentStopSequence": 63,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574876190,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2708
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44711,
45.43461
]
},
"properties": {
"trip": {
"id": "47_2_A_SE_1102_tebr_19:21",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1102",
"serviceId": null,
"shapeId": "47_2_A"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Secteurs R-S-T Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21820",
"label": "21820",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 206,
"odometer": 0,
"speed": 19
},
"agencyId": 4,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1611925266,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9698
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48794,
45.50111
]
},
"properties": {
"trip": {
"id": "1_1_R_SE_1057_mtro_19:02",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1057",
"serviceId": null,
"shapeId": "1_1_R"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Desaulniers / Victoria / Windsor",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21827",
"label": "21827",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 106.5,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1582845245,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3387
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40297,
45.50161
]
},
"properties": {
"trip": {
"id": "60_2_R_SE_1171_parc_19:05",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1171",
"serviceId": null,
"shapeId": "60_2_R"
},
"route": {
"id": "60",
"shortName": "60",
"longName": "Milan / Gaétan-Boucher / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21832",
"label": "21832",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 74.2,
"odometer": 0,
"speed": 22
},
"agencyId": 4,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403530,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 989
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47623,
45.46877
]
},
"properties": {
"trip": {
"id": "13_1_R_SE_1145_mtro_19:01",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1145",
"serviceId": null,
"shapeId": "13_1_R"
},
"route": {
"id": "13",
"shortName": "13",
"longName": "Riverside / Secteurs P-V Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21833",
"label": "21833",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 91.6,
"odometer": 0,
"speed": 39
},
"agencyId": 4,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574403530,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 991
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46365,
45.51971
]
},
"properties": {
"trip": {
"id": "123_2_R_SE_1213_mtro_19:09",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1213",
"serviceId": null,
"shapeId": "123_2_R"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Jacques-Cartier / Parcs industriels",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21835",
"label": "21835",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 351.3,
"odometer": 0,
"speed": 2
},
"agencyId": 4,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574409310,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1086
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.39473,
45.48392
]
},
"properties": {
"trip": {
"id": "42_2_A_SE_1126_phlh_19:24",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1126",
"serviceId": null,
"shapeId": "42_2_A"
},
"route": {
"id": "42",
"shortName": "42",
"longName": "Gaétan-Boucher / Parc de la Cité",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21836",
"label": "21836",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 42,
"odometer": 0,
"speed": 16
},
"agencyId": 4,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574475748,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2417
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51861,
45.53087
]
},
"properties": {
"trip": {
"id": "20_1_A_SE_2255_bejc_18:59",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2255",
"serviceId": null,
"shapeId": "20_1_A"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Jean-Paul-Vincent / Beauharnois",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21844",
"label": "21844",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 200,
"odometer": 0,
"speed": 31
},
"agencyId": 4,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574434804,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1195
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48182,
45.49865
]
},
"properties": {
"trip": {
"id": "3_1_A_SE_1005_dimo_19:13",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1005",
"serviceId": null,
"shapeId": "3_1_A"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Secteur Laflèche",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21907",
"label": "21907",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 224.5,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1582148644,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3367
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46931,
45.46715
]
},
"properties": {
"trip": {
"id": "41_1_A_SE_1226_parc_19:26",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1226",
"serviceId": null,
"shapeId": "41_1_A"
},
"route": {
"id": "41",
"shortName": "41",
"longName": "Rome / Milan",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21910",
"label": "21910",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273.1,
"odometer": 0,
"speed": 14
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1574436308,
"lastSeenAt": 1762993683,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1314
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43654,
45.59132
]
},
"properties": {
"trip": {
"id": "61_2_R_SE_2144_radi_19:02",
"shortName": null,
"headsign": "De Montarville",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2144",
"serviceId": null,
"shapeId": "61_2_R"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Boucherville / Terminus Radisson",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21916",
"label": "21916",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 49.6,
"odometer": 0,
"speed": 17
},
"agencyId": 4,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1584470165,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 6984
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45443,
45.51789
]
},
"properties": {
"trip": {
"id": "88_1_R_SE_2226_mtro_19:02",
"shortName": null,
"headsign": "Mountainview",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2226",
"serviceId": null,
"shapeId": "88_1_R"
},
"route": {
"id": "88",
"shortName": "88",
"longName": "ch. Chambly / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22004",
"label": "22004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 127.4,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 29,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1584559146,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 6995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47437,
45.49547
]
},
"properties": {
"trip": {
"id": "21_1_A_SE_2081_java_18:59",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2081",
"serviceId": null,
"shapeId": "21_1_A"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande-Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22005",
"label": "22005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.9,
"odometer": 0,
"speed": 36
},
"agencyId": 4,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1586728984,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7098
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50483,
45.51388
]
},
"properties": {
"trip": {
"id": "3_1_R_SE_2015_mtro_19:21",
"shortName": null,
"headsign": "Montgomery",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2015",
"serviceId": null,
"shapeId": "3_1_R"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Secteur Laflèche",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22017",
"label": "22017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 107,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 6,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1582670169,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3375
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50739,
45.51875
]
},
"properties": {
"trip": {
"id": "123_2_A_SE_2249_depe_18:40",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2249",
"serviceId": null,
"shapeId": "123_2_A"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Jacques-Cartier / Parcs industriels",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22018",
"label": "22018",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 159,
"odometer": 0,
"speed": 41
},
"agencyId": 4,
"currentStopSequence": 88,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1586371563,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7090
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47605,
45.47766
]
},
"properties": {
"trip": {
"id": "6_1_R_SE_2263_mtro_19:08",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2263",
"serviceId": null,
"shapeId": "6_1_R"
},
"route": {
"id": "6",
"shortName": "6",
"longName": "Victoria",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22022",
"label": "22022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135.4,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1583480707,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 6653
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43208,
45.47818
]
},
"properties": {
"trip": {
"id": "4_2_R_SE_2016_tebr_19:08",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2016",
"serviceId": null,
"shapeId": "4_2_R"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22026",
"label": "22026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313,
"odometer": 0,
"speed": 35
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1608068647,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9299
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4912,
45.54465
]
},
"properties": {
"trip": {
"id": "417_1_A_SE_2301_dert_18:48",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2301",
"serviceId": null,
"shapeId": "417_1_A"
},
"route": {
"id": "417",
"shortName": "417",
"longName": "Express Roland-Therrien / Roberval",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22027",
"label": "22027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 339.9,
"odometer": 0,
"speed": 49
},
"agencyId": 4,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1610140868,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9344
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47366,
45.52847
]
},
"properties": {
"trip": {
"id": "16_1_R_SE_2054_mtro_19:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2054",
"serviceId": null,
"shapeId": "16_1_R"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Nobert / Antoinette-Robidoux / Adoncour",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22030",
"label": "22030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37.2,
"odometer": 0,
"speed": 11
},
"agencyId": 4,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1611574685,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9630
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44296,
45.57926
]
},
"properties": {
"trip": {
"id": "83_1_A_SE_2204_dbmv_19:19",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2204",
"serviceId": null,
"shapeId": "83_1_A"
},
"route": {
"id": "83",
"shortName": "83",
"longName": "De Montarville / Samuel-De Champlain",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22036",
"label": "22036",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 171.4,
"odometer": 0,
"speed": 37
},
"agencyId": 4,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1613856484,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9857
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43772,
45.59229
]
},
"properties": {
"trip": {
"id": "61_2_A_SE_2140_flmo_19:07",
"shortName": null,
"headsign": "Terminus Radisson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2140",
"serviceId": null,
"shapeId": "61_2_A"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Boucherville / Terminus Radisson",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22052",
"label": "22052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.4,
"odometer": 0,
"speed": 43
},
"agencyId": 4,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1619216288,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9927
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46064,
45.44337
]
},
"properties": {
"trip": {
"id": "44_2_A_SE_1158_naoc_19:23",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1158",
"serviceId": null,
"shapeId": "44_2_A"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Secteurs M-N-O Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22053",
"label": "22053",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 208.9,
"odometer": 0,
"speed": 18
},
"agencyId": 4,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1622546885,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 10573
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.521,
45.52093
]
},
"properties": {
"trip": {
"id": "1_1_A_SE_2010_aqua_19:04",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2010",
"serviceId": null,
"shapeId": "1_1_A"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Desaulniers / Victoria / Windsor",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22054",
"label": "22054",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263.9,
"odometer": 0,
"speed": 37
},
"agencyId": 4,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1622799787,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 10580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.40774,
45.50422
]
},
"properties": {
"trip": {
"id": "5_2_R_SE_1159_parc_19:01",
"shortName": null,
"headsign": "Sect. M St-Hubert",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1159",
"serviceId": null,
"shapeId": "5_2_R"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Auteuil / mtée St-Hubert / Maisonneuve",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22103",
"label": "22103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 106.6,
"odometer": 0,
"speed": 25
},
"agencyId": 4,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1645562766,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11107
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46384,
45.57054
]
},
"properties": {
"trip": {
"id": "123_2_R_SE_1214_mtro_18:39",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1214",
"serviceId": null,
"shapeId": "123_2_R"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Jacques-Cartier / Parcs industriels",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22105",
"label": "22105",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 16.8,
"odometer": 0,
"speed": 44
},
"agencyId": 4,
"currentStopSequence": 73,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1646083266,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11112
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41397,
45.47033
]
},
"properties": {
"trip": {
"id": "32_2_A_SE_1032_lfpm_19:10",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1032",
"serviceId": null,
"shapeId": "32_2_A"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Secteur B Brossard / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22106",
"label": "22106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 227.3,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1647137763,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11127
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47602,
45.43533
]
},
"properties": {
"trip": {
"id": "77_1_A_SE_2287_ilis_19:26",
"shortName": null,
"headsign": "Parc ind. Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2287",
"serviceId": null,
"shapeId": "77_1_A"
},
"route": {
"id": "77",
"shortName": "77",
"longName": "Taschereau / Coteau-Rouge / Cégep É.-Montpetit",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22108",
"label": "22108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24.6,
"odometer": 0,
"speed": 39
},
"agencyId": 4,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1648066987,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11148
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49139,
45.45713
]
},
"properties": {
"trip": {
"id": "31_1_R_SE_1172_parc_19:19",
"shortName": null,
"headsign": "de Rome / St-Laurent",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1172",
"serviceId": null,
"shapeId": "31_1_R"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Secteurs R-S-T Brossard / St-Laurent",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22109",
"label": "22109",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 271.3,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1648064406,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11147
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44336,
45.44903
]
},
"properties": {
"trip": {
"id": "38_2_A_SE_1224_parc_19:07",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1224",
"serviceId": null,
"shapeId": "38_2_A"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Chevrier / Secteur B Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22111",
"label": "22111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 139.1,
"odometer": 0,
"speed": 28
},
"agencyId": 4,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1656930544,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 12401
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46894,
45.46715
]
},
"properties": {
"trip": {
"id": "15_1_A_SE_1022_parc_19:25",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1022",
"serviceId": null,
"shapeId": "15_1_A"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Riverside / Alexandra / Churchill",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22115",
"label": "22115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273.7,
"odometer": 0,
"speed": 10
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1647288727,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11131
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4966,
45.5355
]
},
"properties": {
"trip": {
"id": "8_1_R_SE_1043_mtro_19:17",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1043",
"serviceId": null,
"shapeId": "8_1_R"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22116",
"label": "22116",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 124.6,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 12,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1647000967,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11123
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.36526,
45.51167
]
},
"properties": {
"trip": {
"id": "160_2_R_SE_1002_parc_18:56",
"shortName": null,
"headsign": "Centre-ville St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1002",
"serviceId": null,
"shapeId": "160_2_R"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Milan / Gaétan-Boucher / Centre-ville St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22117",
"label": "22117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 70.7,
"odometer": 0,
"speed": 71
},
"agencyId": 4,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1647343269,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11134
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47657,
45.43449
]
},
"properties": {
"trip": {
"id": "47_2_R_SE_1151_parc_19:12",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1151",
"serviceId": null,
"shapeId": "47_2_R"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Secteurs R-S-T Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22119",
"label": "22119",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 22.4,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1643145667,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11046
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4629,
45.46832
]
},
"properties": {
"trip": {
"id": "42_2_R_SE_1125_parc_19:19",
"shortName": null,
"headsign": "Parc de la Cité",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1125",
"serviceId": null,
"shapeId": "42_2_R"
},
"route": {
"id": "42",
"shortName": "42",
"longName": "Gaétan-Boucher / Parc de la Cité",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22124",
"label": "22124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.5,
"odometer": 0,
"speed": 32
},
"agencyId": 4,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1647290646,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11133
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49741,
45.53599
]
},
"properties": {
"trip": {
"id": "8_1_A_SE_1048_sbco_18:50",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1048",
"serviceId": null,
"shapeId": "8_1_A"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22125",
"label": "22125",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 299.7,
"odometer": 0,
"speed": 36
},
"agencyId": 4,
"currentStopSequence": 56,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1648934044,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11158
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49158,
45.48896
]
},
"properties": {
"trip": {
"id": "15_1_R_SE_1173_mtro_19:15",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1173",
"serviceId": null,
"shapeId": "15_1_R"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Riverside / Alexandra / Churchill",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22128",
"label": "22128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34.5,
"odometer": 0,
"speed": 22
},
"agencyId": 4,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1656063604,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 12173
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4949,
45.55918
]
},
"properties": {
"trip": {
"id": "84_1_A_SE_2212_dbmv_18:49",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2212",
"serviceId": null,
"shapeId": "84_1_A"
},
"route": {
"id": "84",
"shortName": "84",
"longName": "Samuel-De Champlain / De Montarville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22402",
"label": "22402",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 210.2,
"odometer": 0,
"speed": 89
},
"agencyId": 4,
"currentStopSequence": 66,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1706699287,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925596
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44548,
45.63573
]
},
"properties": {
"trip": {
"id": "81_1_A_SE_2250_dbmv_19:12",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2250",
"serviceId": null,
"shapeId": "81_1_A"
},
"route": {
"id": "81",
"shortName": "81",
"longName": "du Fort-St-Louis / Marie-Victorin",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22408",
"label": "22408",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 319.2,
"odometer": 0,
"speed": 29
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1707936185,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925629
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52368,
45.58977
]
},
"properties": {
"trip": {
"id": "461_1_A_SE_2141_pato_19:16",
"shortName": null,
"headsign": "Terminus Radisson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2141",
"serviceId": null,
"shapeId": "461_1_A"
},
"route": {
"id": "461",
"shortName": "461",
"longName": "Express de Touraine / de Montarville / Radisson",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22411",
"label": "22411",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 288.1,
"odometer": 0,
"speed": 45
},
"agencyId": 4,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1706699826,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925597
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43301,
45.50869
]
},
"properties": {
"trip": {
"id": "8_1_R_SE_1045_mtro_18:50",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1045",
"serviceId": null,
"shapeId": "8_1_R"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22413",
"label": "22413",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 129.3,
"odometer": 0,
"speed": 34
},
"agencyId": 4,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1707508869,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925625
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5136,
45.5262
]
},
"properties": {
"trip": {
"id": "74_1_A_SE_2018_auge_19:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2018",
"serviceId": null,
"shapeId": "74_1_A"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "St-Laurent / Secteur Bellerive",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22456",
"label": "22456",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 179.3,
"odometer": 0,
"speed": 34
},
"agencyId": 4,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1742375647,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2929056
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4459,
45.48413
]
},
"properties": {
"trip": {
"id": "21_1_R_SE_1086_mtro_17:52",
"shortName": null,
"headsign": "place Java",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1086",
"serviceId": null,
"shapeId": "21_1_R"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande-Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42301",
"label": "42301",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 189.2,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1715288413,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2926532
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50945,
45.58559
]
},
"properties": {
"trip": {
"id": "461_1_R_SE_2142_radi_19:15",
"shortName": null,
"headsign": "Stat. de Touraine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2142",
"serviceId": null,
"shapeId": "461_1_R"
},
"route": {
"id": "461",
"shortName": "461",
"longName": "Express de Touraine / de Montarville / Radisson",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42501",
"label": "42501",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 110.7,
"odometer": 0,
"speed": 36
},
"agencyId": 4,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1739716027,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2928968
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51349,
45.51519
]
},
"properties": {
"trip": {
"id": "54_1_R_SE_2164_mtro_19:22",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2164",
"serviceId": null,
"shapeId": "54_1_R"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Tiffin / St-Georges / Taschereau",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42503",
"label": "42503",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116.5,
"odometer": 0,
"speed": 38
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1740140952,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2928984
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43794,
45.44519
]
},
"properties": {
"trip": {
"id": "21_1_R_SE_2298_mtro_18:47",
"shortName": null,
"headsign": "place Java",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2298",
"serviceId": null,
"shapeId": "21_1_R"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande-Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "RTL11927",
"label": "22058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 233.8,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 53,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1629404408,
"lastSeenAt": 1762993683,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 10780
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.17065,
45.52396
]
},
"properties": {
"trip": {
"id": "10238950-LA-A25-LA_GTFS-Semaine-06",
"shortName": "12",
"headsign": "Oka - Saint-Placide",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6040014"
},
"route": {
"id": "604",
"shortName": "604",
"longName": "Saint-Placide - Oka - Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN6MDC06309",
"label": "606",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 317.01,
"odometer": 0,
"speed": 74
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1648808105,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 11157
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99487,
45.50903
]
},
"properties": {
"trip": {
"id": "11256761-LA-A25-LA_GTFS-Semaine-06",
"shortName": "13",
"headsign": "Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6040013"
},
"route": {
"id": "604",
"shortName": "604",
"longName": "Saint-Placide - Oka - Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FS3KDC59973",
"label": "638",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 11.03,
"odometer": 0,
"speed": 41
},
"agencyId": 5,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1635757084,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10948
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85731,
45.6508
]
},
"properties": {
"trip": {
"id": "13018779-LA-A25-LA_GTFS-Semaine-06",
"shortName": "27",
"headsign": "des Mille-Îles - Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2520008"
},
"route": {
"id": "252",
"shortName": "252",
"longName": "Sainte-Thérèse (des Mille-Îles)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9b32AA0RA098716",
"label": "668",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.53,
"odometer": 0,
"speed": 29
},
"agencyId": 5,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1706696886,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925595
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86806,
45.6688
]
},
"properties": {
"trip": {
"id": "13018761-LA-A25-LA_GTFS-Semaine-06",
"shortName": "25",
"headsign": "Gare Blainville - Blainville (Est)",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2540002"
},
"route": {
"id": "254",
"shortName": "254",
"longName": "Gare Blainville - Blainville (Est)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA1PA098690",
"label": "553",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 222.33,
"odometer": 0,
"speed": 41
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1690417025,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 2924918
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91283,
45.54506
]
},
"properties": {
"trip": {
"id": "13147006-LA-A25-LA_GTFS-Semaine-06",
"shortName": "33",
"headsign": "Deux-Montagnes-Ste-Marthe-Grand-Moulin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2220029"
},
"route": {
"id": "222",
"shortName": "222",
"longName": "Deux-Montagnes - Sainte-Marthe-sur-le-Lac",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA2RA098765",
"label": "665",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 101,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1708943373,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925648
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77504,
45.68123
]
},
"properties": {
"trip": {
"id": "13018990-LA-A25-LA_GTFS-Semaine-06",
"shortName": "35",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2490032"
},
"route": {
"id": "249",
"shortName": "249",
"longName": "Sainte-Thérèse - Lorraine - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA3PA098688",
"label": "551",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.88,
"odometer": 0,
"speed": 24
},
"agencyId": 5,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1690417025,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 2924919
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0041,
45.77485
]
},
"properties": {
"trip": {
"id": "13148520-LA-A25-LA_GTFS-Semaine-06",
"shortName": "41",
"headsign": "Mirabel-en-Haut - Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2390010"
},
"route": {
"id": "239",
"shortName": "239",
"longName": "Saint-Jérôme - Mirabel (Mirabel-en-Haut)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA3RA098709",
"label": "836",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55.53,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 56,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1707251890,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925616
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.01802,
45.79049
]
},
"properties": {
"trip": {
"id": "13148705-LA-A25-LA_GTFS-Semaine-06",
"shortName": "39",
"headsign": "Roland-Godard - Melançon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2310015"
},
"route": {
"id": "231",
"shortName": "231",
"longName": "Saint-Jérôme (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA4RA098718",
"label": "835",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205.86,
"odometer": 0,
"speed": 38
},
"agencyId": 5,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1708943613,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925649
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8203,
45.61905
]
},
"properties": {
"trip": {
"id": "13019125-LA-A25-LA_GTFS-Semaine-06",
"shortName": "46",
"headsign": "Curé-Boivin - Grande-Allée",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2410012"
},
"route": {
"id": "241",
"shortName": "241",
"longName": "Boisbriand Sud - Boisbriand Nord",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA4RA098766",
"label": "664",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.58,
"odometer": 0,
"speed": 23
},
"agencyId": 5,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1710842290,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925696
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93056,
45.55825
]
},
"properties": {
"trip": {
"id": "13146973-LA-A25-LA_GTFS-Semaine-06",
"shortName": "37",
"headsign": "Grand-Moulin -Industriel -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2250017"
},
"route": {
"id": "225",
"shortName": "225",
"longName": "Deux-Montagnes - Saint-Eustache (A-Sauvé)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5PA098689",
"label": "674",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 169.97,
"odometer": 0,
"speed": 39
},
"agencyId": 5,
"currentStopSequence": 57,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1690417085,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2924951
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87026,
45.66707
]
},
"properties": {
"trip": {
"id": "13018758-LA-A25-LA_GTFS-Semaine-06",
"shortName": "25",
"headsign": "Gare Blainville - Blainville (Ouest)",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2550003"
},
"route": {
"id": "255",
"shortName": "255",
"longName": "Gare Blainville - Blainville (Ouest)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5PA098692",
"label": "555",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 222.54,
"odometer": 0,
"speed": 32
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1690539966,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 2924995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.00802,
45.77436
]
},
"properties": {
"trip": {
"id": "13926382-LA-A25-LA_GTFS-Semaine-06",
"shortName": "21",
"headsign": "Maisonneuve - Mtée Ste-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2330021"
},
"route": {
"id": "233",
"shortName": "233",
"longName": "Saint-Jérôme (Bellefeuille)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5RA098713",
"label": "840",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 164.41,
"odometer": 0,
"speed": 5
},
"agencyId": 5,
"currentStopSequence": 70,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1705574464,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925566
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91311,
45.56746
]
},
"properties": {
"trip": {
"id": "13146899-LA-A25-LA_GTFS-Semaine-06",
"shortName": "42",
"headsign": "Binette - 25e Ave - Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2280026"
},
"route": {
"id": "228",
"shortName": "228",
"longName": "Deux-Montagnes - Saint-Eustache (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5RA098775",
"label": "659",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 353.57,
"odometer": 0,
"speed": 21
},
"agencyId": 5,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1717494246,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2926587
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02418,
45.76053
]
},
"properties": {
"trip": {
"id": "12397698-LA-A25-LA_GTFS-Semaine-06",
"shortName": "39",
"headsign": "SmartCentre Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2300020"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Jérôme (Centre-ville)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA6RA098719",
"label": "837",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 90.79,
"odometer": 0,
"speed": 33
},
"agencyId": 5,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1712259369,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925750
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85378,
45.63968
]
},
"properties": {
"trip": {
"id": "13019153-LA-A25-LA_GTFS-Semaine-06",
"shortName": "45",
"headsign": "Grande-Allée - Curé-Boivin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2400016"
},
"route": {
"id": "240",
"shortName": "240",
"longName": "Boisbriand Nord - Boisbriand Sud",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA6RA098770",
"label": "660",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 276.32,
"odometer": 0,
"speed": 13
},
"agencyId": 5,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1712743147,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925763
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93707,
45.52883
]
},
"properties": {
"trip": {
"id": "13147056-LA-A25-LA_GTFS-Semaine-06",
"shortName": "43",
"headsign": "Pointe-Calumet - Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2200024"
},
"route": {
"id": "220",
"shortName": "220",
"longName": "Deux-Montagnes - Pointe-Calumet (59 Avenue)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA7RA098762",
"label": "669",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 261.93,
"odometer": 0,
"speed": 47
},
"agencyId": 5,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1709117914,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925653
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83459,
45.65971
]
},
"properties": {
"trip": {
"id": "13019045-LA-A25-LA_GTFS-Semaine-06",
"shortName": "19",
"headsign": "de la Renaissance",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2460010"
},
"route": {
"id": "246",
"shortName": "246",
"longName": "Sainte-Thérèse - Blainville (Renaissance)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA7RA098776",
"label": "658",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.78,
"odometer": 0,
"speed": 41
},
"agencyId": 5,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1716283745,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2926558
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89247,
45.5503
]
},
"properties": {
"trip": {
"id": "13146947-LA-A25-LA_GTFS-Semaine-06",
"shortName": "40",
"headsign": "Industriel -Grand-Moulin -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2260021"
},
"route": {
"id": "226",
"shortName": "226",
"longName": "Deux-Montagnes - Saint-Eustache (A-Sauvé)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA8RA098768",
"label": "662",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 157.58,
"odometer": 0,
"speed": 45
},
"agencyId": 5,
"currentStopSequence": 54,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1710841630,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925695
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93069,
45.53358
]
},
"properties": {
"trip": {
"id": "13147030-LA-A25-LA_GTFS-Semaine-06",
"shortName": "40",
"headsign": "Pointe-Calumet - Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2210013"
},
"route": {
"id": "221",
"shortName": "221",
"longName": "Deux-Montagnes - Pointe Calumet (Avenue Joseph)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA9RA098777",
"label": "657",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 39.97,
"odometer": 0,
"speed": 48
},
"agencyId": 5,
"currentStopSequence": 71,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1721037787,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2926693
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90552,
45.56513
]
},
"properties": {
"trip": {
"id": "13146974-LA-A25-LA_GTFS-Semaine-06",
"shortName": "39",
"headsign": "Grand-Moulin -Industriel -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2250017"
},
"route": {
"id": "225",
"shortName": "225",
"longName": "Deux-Montagnes - Saint-Eustache (A-Sauvé)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AAXRA098710",
"label": "670",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325.31,
"odometer": 0,
"speed": 31
},
"agencyId": 5,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1706610425,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925591
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90379,
45.56317
]
},
"properties": {
"trip": {
"id": "13146898-LA-A25-LA_GTFS-Semaine-06",
"shortName": "40",
"headsign": "Binette - 25e Ave - Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2280026"
},
"route": {
"id": "228",
"shortName": "228",
"longName": "Deux-Montagnes - Saint-Eustache (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AAXRA098769",
"label": "661",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 145.68,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 49,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1712164569,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925748
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84785,
45.61917
]
},
"properties": {
"trip": {
"id": "6302331-LA-A25-LA_GTFS-Semaine-06",
"shortName": "83",
"headsign": "Montréal Centre-Ville",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040140"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33497AC729977",
"label": "862110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44.06,
"odometer": 0,
"speed": 40
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1750965612,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929337
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86171,
45.5333
]
},
"properties": {
"trip": {
"id": "6288035-LA-A25-LA_GTFS-Semaine-06",
"shortName": "30",
"headsign": "Terminus Saint-Eustache Via Ste-Dorothée",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4980045"
},
"route": {
"id": "498",
"shortName": "498",
"longName": "St-Eustache - Ste-Dorothée - Centre-ville",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2M93JMEA78W064684",
"label": "812058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26.41,
"odometer": 0,
"speed": 77
},
"agencyId": 5,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619549826,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10176
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90618,
45.56481
]
},
"properties": {
"trip": {
"id": "6325174-LA-A25-LA_GTFS-Semaine-06",
"shortName": "62",
"headsign": "Deux-Montagnes Via Grand-Moulin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040137"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MGTRMEA69W065103",
"label": "813509",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 54.93,
"odometer": 0,
"speed": 13
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1632857466,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10906
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80589,
45.76656
]
},
"properties": {
"trip": {
"id": "13018921-LA-A25-LA_GTFS-Semaine-06",
"shortName": "43",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2500019"
},
"route": {
"id": "250",
"shortName": "250",
"longName": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J0N3753608",
"label": "914",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34.55,
"odometer": 0,
"speed": 25
},
"agencyId": 5,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1671188345,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12831
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90432,
45.56371
]
},
"properties": {
"trip": {
"id": "13146752-LA-A25-LA_GTFS-Semaine-06",
"shortName": "79",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7080031"
},
"route": {
"id": "708",
"shortName": "708",
"longName": "Deux-Montagnes - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J0N3753611",
"label": "696",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 145.19,
"odometer": 0,
"speed": 32
},
"agencyId": 5,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666258684,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12678
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.96411,
45.52295
]
},
"properties": {
"trip": {
"id": "13147055-LA-A25-LA_GTFS-Semaine-06",
"shortName": "41",
"headsign": "Pointe-Calumet - Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2200024"
},
"route": {
"id": "220",
"shortName": "220",
"longName": "Deux-Montagnes - Pointe-Calumet (59 Avenue)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1N3753620",
"label": "690",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65.24,
"odometer": 0,
"speed": 53
},
"agencyId": 5,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666344005,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12684
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8207,
45.68936
]
},
"properties": {
"trip": {
"id": "13018947-LA-A25-LA_GTFS-Semaine-06",
"shortName": "44",
"headsign": "Sainte-Anne-des-Plaines",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2500018"
},
"route": {
"id": "250",
"shortName": "250",
"longName": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1N3753665",
"label": "514",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 59.01,
"odometer": 0,
"speed": 48
},
"agencyId": 5,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672605965,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12855
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7276,
45.55152
]
},
"properties": {
"trip": {
"id": "13146751-LA-A25-LA_GTFS-Semaine-06",
"shortName": "77",
"headsign": "Terminus Montmorency via Le Carrefour",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7080030"
},
"route": {
"id": "708",
"shortName": "708",
"longName": "Deux-Montagnes - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1N3753696",
"label": "679",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 126.03,
"odometer": 0,
"speed": 1
},
"agencyId": 5,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1673344325,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12876
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.96679,
45.73466
]
},
"properties": {
"trip": {
"id": "1605346-LA-A25-LA_GTFS-Semaine-06",
"shortName": "95",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090119"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2L3752702",
"label": "905",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 335.03,
"odometer": 0,
"speed": 59
},
"agencyId": 5,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536686,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 10002
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84427,
45.63961
]
},
"properties": {
"trip": {
"id": "13019074-LA-A25-LA_GTFS-Semaine-06",
"shortName": "37",
"headsign": "Saint-Augustin - Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2430064"
},
"route": {
"id": "243",
"shortName": "243",
"longName": "Saint-Augustin - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2N3753609",
"label": "698",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 76.36,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 61,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1669231566,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12753
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8791,
45.57988
]
},
"properties": {
"trip": {
"id": "13146925-LA-A25-LA_GTFS-Semaine-06",
"shortName": "41",
"headsign": "Hector-Lanthier -25e Ave -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2270025"
},
"route": {
"id": "227",
"shortName": "227",
"longName": "Deux-Montagnes - Saint-Eustache (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2N3753612",
"label": "695",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325.34,
"odometer": 0,
"speed": 9
},
"agencyId": 5,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1669201627,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12751
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84172,
45.64008
]
},
"properties": {
"trip": {
"id": "1605350-LA-A25-LA_GTFS-Semaine-06",
"shortName": "99",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090119"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2N3753643",
"label": "916",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 335.09,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 8,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1671702784,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12841
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79201,
45.68167
]
},
"properties": {
"trip": {
"id": "13019020-LA-A25-LA_GTFS-Semaine-06",
"shortName": "28",
"headsign": "Fontainebleau - Chambéry",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2470016"
},
"route": {
"id": "247",
"shortName": "247",
"longName": "Sainte-Thérèse - Blainville",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2N3753660",
"label": "511",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 42,
"odometer": 0,
"speed": 37
},
"agencyId": 5,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1672605965,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12856
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85092,
45.6311
]
},
"properties": {
"trip": {
"id": "13019124-LA-A25-LA_GTFS-Semaine-06",
"shortName": "44",
"headsign": "Curé-Boivin - Grande-Allée",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2410012"
},
"route": {
"id": "241",
"shortName": "241",
"longName": "Boisbriand Sud - Boisbriand Nord",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3F3001452",
"label": "627",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314.69,
"odometer": 0,
"speed": 10
},
"agencyId": 5,
"currentStopSequence": 50,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619550367,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10181
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84048,
45.64769
]
},
"properties": {
"trip": {
"id": "1605435-LA-A25-LA_GTFS-Semaine-06",
"shortName": "116",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090115"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3N3753599",
"label": "909",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135.38,
"odometer": 0,
"speed": 14
},
"agencyId": 5,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666601644,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12689
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90664,
45.5647
]
},
"properties": {
"trip": {
"id": "13146793-LA-A25-LA_GTFS-Semaine-06",
"shortName": "70",
"headsign": "Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7080034"
},
"route": {
"id": "708",
"shortName": "708",
"longName": "Deux-Montagnes - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4N3753613",
"label": "694",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 233.62,
"odometer": 0,
"speed": 15
},
"agencyId": 5,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1670241727,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12768
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91206,
45.6942
]
},
"properties": {
"trip": {
"id": "1605348-LA-A25-LA_GTFS-Semaine-06",
"shortName": "97",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090119"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4N3753675",
"label": "928",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.02,
"odometer": 0,
"speed": 27
},
"agencyId": 5,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1674119285,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 13107
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86066,
45.63056
]
},
"properties": {
"trip": {
"id": "13018817-LA-A25-LA_GTFS-Semaine-06",
"shortName": "12",
"headsign": "Fin du Plein-Air / Place du Canoë",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7070068"
},
"route": {
"id": "707",
"shortName": "707",
"longName": "Boisbriand - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6L3752699",
"label": "631",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.95,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619553669,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10282
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81488,
45.75977
]
},
"properties": {
"trip": {
"id": "13018870-LA-A25-LA_GTFS-Semaine-06",
"shortName": "7",
"headsign": "Sainte-Anne-des-Plaines",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5140012"
},
"route": {
"id": "514",
"shortName": "514",
"longName": "Sainte-Anne-des-Plaines - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6N3753628",
"label": "505",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35.34,
"odometer": 0,
"speed": 28
},
"agencyId": 5,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672690447,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12859
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.08669,
45.70343
]
},
"properties": {
"trip": {
"id": "13924948-LA-A25-LA_GTFS-Semaine-06",
"shortName": "41",
"headsign": "Fin Henri-Piché / du Chianti",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2380017"
},
"route": {
"id": "238",
"shortName": "238",
"longName": "Saint-Jérôme - Mirabel (Saint-Canut)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6N3753676",
"label": "929",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 103.46,
"odometer": 0,
"speed": 28
},
"agencyId": 5,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1673899990,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12882
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84396,
45.64007
]
},
"properties": {
"trip": {
"id": "13018988-LA-A25-LA_GTFS-Semaine-06",
"shortName": "34",
"headsign": "Lorraine - Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2490028"
},
"route": {
"id": "249",
"shortName": "249",
"longName": "Sainte-Thérèse - Lorraine - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7N3753668",
"label": "516",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 158.96,
"odometer": 0,
"speed": 28
},
"agencyId": 5,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672715824,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12861
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7655,
45.58076
]
},
"properties": {
"trip": {
"id": "1605371-LA-A25-LA_GTFS-Semaine-06",
"shortName": "101",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090119"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7N3753671",
"label": "926",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 248.14,
"odometer": 0,
"speed": 98
},
"agencyId": 5,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1674467645,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 13178
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98908,
45.63618
]
},
"properties": {
"trip": {
"id": "13019075-LA-A25-LA_GTFS-Semaine-06",
"shortName": "39",
"headsign": "Saint-Augustin - Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2430064"
},
"route": {
"id": "243",
"shortName": "243",
"longName": "Saint-Augustin - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7N3753685",
"label": "684",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 105.05,
"odometer": 0,
"speed": 10
},
"agencyId": 5,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672772585,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12868
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95329,
45.53589
]
},
"properties": {
"trip": {
"id": "13147007-LA-A25-LA_GTFS-Semaine-06",
"shortName": "35",
"headsign": "Deux-Montagnes-Ste-Marthe-Grand-Moulin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2220029"
},
"route": {
"id": "222",
"shortName": "222",
"longName": "Deux-Montagnes - Sainte-Marthe-sur-le-Lac",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8F3001673",
"label": "628",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 272.45,
"odometer": 0,
"speed": 2
},
"agencyId": 5,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619552467,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10234
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81987,
45.6245
]
},
"properties": {
"trip": {
"id": "13146865-LA-A25-LA_GTFS-Semaine-06",
"shortName": "59",
"headsign": "Saint-Eustache (Sud) - Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6000082"
},
"route": {
"id": "600",
"shortName": "600",
"longName": "Deux-Montagnes - St-Eustache (Sud) - Ste-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8N3753615",
"label": "692",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.9,
"odometer": 0,
"speed": 11
},
"agencyId": 5,
"currentStopSequence": 65,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672919047,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12871
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95911,
45.50375
]
},
"properties": {
"trip": {
"id": "13147031-LA-A25-LA_GTFS-Semaine-06",
"shortName": "42",
"headsign": "Pointe-Calumet - Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2210013"
},
"route": {
"id": "221",
"shortName": "221",
"longName": "Deux-Montagnes - Pointe Calumet (Avenue Joseph)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9L3752700",
"label": "632",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 208.2,
"odometer": 0,
"speed": 22
},
"agencyId": 5,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619551509,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10208
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.00024,
45.77381
]
},
"properties": {
"trip": {
"id": "1605438-LA-A25-LA_GTFS-Semaine-06",
"shortName": "120",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090116"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9N3753655",
"label": "923",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 349.71,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1675421944,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 13274
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.88681,
45.56846
]
},
"properties": {
"trip": {
"id": "13146845-LA-A25-LA_GTFS-Semaine-06",
"shortName": "62",
"headsign": "Saint-Eustache (Sud) - Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6000080"
},
"route": {
"id": "600",
"shortName": "600",
"longName": "Deux-Montagnes - St-Eustache (Sud) - Ste-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82jXG3750184",
"label": "629",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 270.7,
"odometer": 0,
"speed": 31
},
"agencyId": 5,
"currentStopSequence": 57,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536686,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10007
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81604,
45.63264
]
},
"properties": {
"trip": {
"id": "13018859-LA-A25-LA_GTFS-Semaine-06",
"shortName": "41",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6100015"
},
"route": {
"id": "610",
"shortName": "610",
"longName": "Sainte-Thérèse - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXN3753616",
"label": "691",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 301.31,
"odometer": 0,
"speed": 18
},
"agencyId": 5,
"currentStopSequence": 64,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1666776424,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12701
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8222,
45.73191
]
},
"properties": {
"trip": {
"id": "13018946-LA-A25-LA_GTFS-Semaine-06",
"shortName": "42",
"headsign": "Sainte-Anne-des-Plaines",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2500018"
},
"route": {
"id": "250",
"shortName": "250",
"longName": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXN3753650",
"label": "920",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346.36,
"odometer": 0,
"speed": 37
},
"agencyId": 5,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1672430705,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12849
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.88869,
45.67899
]
},
"properties": {
"trip": {
"id": "1605434-LA-A25-LA_GTFS-Semaine-06",
"shortName": "114",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090115"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXN3753678",
"label": "930",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132.6,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 31,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1673994247,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 13073
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.755,
45.66979
]
},
"properties": {
"trip": {
"id": "13018858-LA-A25-LA_GTFS-Semaine-06",
"shortName": "40",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6100013"
},
"route": {
"id": "610",
"shortName": "610",
"longName": "Sainte-Thérèse - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXN3753681",
"label": "686",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 28.47,
"odometer": 0,
"speed": 3
},
"agencyId": 5,
"currentStopSequence": 36,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1669979705,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12765
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85237,
45.61746
]
},
"properties": {
"trip": {
"id": "13019152-LA-A25-LA_GTFS-Semaine-06",
"shortName": "43",
"headsign": "Grande-Allée - Curé-Boivin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2400016"
},
"route": {
"id": "240",
"shortName": "240",
"longName": "Boisbriand Nord - Boisbriand Sud",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXN3753700",
"label": "677",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 8,
"odometer": 0,
"speed": 42
},
"agencyId": 5,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1673562007,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12881
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80304,
45.62372
]
},
"properties": {
"trip": {
"id": "13019099-LA-A25-LA_GTFS-Semaine-06",
"shortName": "35",
"headsign": "Terminus Ste-Thérèse - Laval (Ste-Rose)",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2420015"
},
"route": {
"id": "242",
"shortName": "242",
"longName": "Sainte-Thérèse - Rosemère - Laval (Ste-Rose)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U6E3000966",
"label": "622",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33.8,
"odometer": 0,
"speed": 27
},
"agencyId": 5,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619558167,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 10398
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99771,
45.77604
]
},
"properties": {
"trip": {
"id": "13148610-LA-A25-LA_GTFS-Semaine-06",
"shortName": "38",
"headsign": "Lafontaine - Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2350023"
},
"route": {
"id": "235",
"shortName": "235",
"longName": "Saint-Jérôme (Lafontaine)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U9B3000018",
"label": "619",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 191.24,
"odometer": 0,
"speed": 49
},
"agencyId": 5,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619550307,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 10180
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9137,
45.55077
]
},
"properties": {
"trip": {
"id": "6325176-LA-A25-LA_GTFS-Semaine-06",
"shortName": "66",
"headsign": "Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040136"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33491BC735033",
"label": "862311",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 162.74,
"odometer": 0,
"speed": 41
},
"agencyId": 5,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1750106891,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929320
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57243,
45.49255
]
},
"properties": {
"trip": {
"id": "6302331-LA-A25-LA_GTFS-Semaine-06",
"shortName": "83",
"headsign": "Montréal Centre-Ville",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040140"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33493DC735313",
"label": " 8015(25)3",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44.71,
"odometer": 0,
"speed": 57
},
"agencyId": 5,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1757963713,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929551
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91192,
45.54498
]
},
"properties": {
"trip": {
"id": "11160541-LA-A25-LA_GTFS-Semaine-06",
"shortName": "68",
"headsign": "Deux-Montagnes Via Grand-Moulin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040137"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33494EC735497",
"label": "803014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 177.28,
"odometer": 0,
"speed": 20
},
"agencyId": 5,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1734120967,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2928799
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86089,
45.5984
]
},
"properties": {
"trip": {
"id": "8682265-LA-A25-LA_GTFS-Semaine-06",
"shortName": "70",
"headsign": "Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4040136"
},
"route": {
"id": "404",
"shortName": "404",
"longName": "Service Express Centre-Ville/Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33498CC735290",
"label": "800812",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303.47,
"odometer": 0,
"speed": 78
},
"agencyId": 5,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1761597622,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929613
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68742,
45.5096
]
},
"properties": {
"trip": {
"id": "7602933-LA-A25-LA_GTFS-Semaine-06",
"shortName": "55",
"headsign": "Terminus Côte-Vertu",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "L4990039"
},
"route": {
"id": "499",
"shortName": "499",
"longName": "Service Express Côte-Vertu / Deux-Montagnes",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH334918C711201",
"label": "1201",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 159.56,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1620035766,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
11
],
"isActive": null
},
"id": 10495
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0023,
45.77217
]
},
"properties": {
"trip": {
"id": "1605436-LA-A25-LA_GTFS-Semaine-06",
"shortName": "118",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090115"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "4RKYL82J5E4500713",
"label": "903",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 175.94,
"odometer": 0,
"speed": 35
},
"agencyId": 5,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619538785,
"lastSeenAt": 1762993683,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 10074
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37524,
45.50387
]
},
"properties": {
"trip": {
"id": "3280558-VR-A25-VR_GTFS-Semaine-02",
"shortName": "94",
"headsign": "Longueuil via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000270"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J0R3754389",
"label": "313524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35.85,
"odometer": 0,
"speed": 37
},
"agencyId": 6,
"currentStopSequence": 58,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1723144510,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927686
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41822,
45.50883
]
},
"properties": {
"trip": {
"id": "3280596-VR-A25-VR_GTFS-Semaine-02",
"shortName": "92",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000233"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J2J3751563",
"label": "309718",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 264.82,
"odometer": 0,
"speed": 82
},
"agencyId": 6,
"currentStopSequence": 57,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1750360091,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929326
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.9456,
45.62559
]
},
"properties": {
"trip": {
"id": "3280537-VR-A25-VR_GTFS-Semaine-02",
"shortName": "95",
"headsign": "St-Hyacinthe",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000298"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3R3754368",
"label": "311424",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 102.88,
"odometer": 0,
"speed": 10
},
"agencyId": 6,
"currentStopSequence": 63,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1723152073,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927689
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.16191,
45.58039
]
},
"properties": {
"trip": {
"id": "3280493-VR-A25-VR_GTFS-Semaine-02",
"shortName": "97",
"headsign": "St-Hyacinthe via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000299"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7J3751560",
"label": "309518",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 72.08,
"odometer": 0,
"speed": 47
},
"agencyId": 6,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1751567411,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929380
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.1906,
45.56204
]
},
"properties": {
"trip": {
"id": "3280513-VR-A25-VR_GTFS-Semaine-02",
"shortName": "99",
"headsign": "St-Hyacinthe",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000285"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9J3751558",
"label": "309318",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 84.58,
"odometer": 0,
"speed": 37
},
"agencyId": 6,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1752006016,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929415
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.17303,
45.57549
]
},
"properties": {
"trip": {
"id": "3280559-VR-A25-VR_GTFS-Semaine-02",
"shortName": "96",
"headsign": "Longueuil via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000270"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXM3753050",
"label": "310721",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 217.71,
"odometer": 0,
"speed": 0
},
"agencyId": 6,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1628686867,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10767
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32345,
45.58252
]
},
"properties": {
"trip": {
"id": "8709795-VR-A25-VR_GTFS-Semaine-02",
"shortName": "50",
"headsign": "Sainte-Julie / Beloeil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5200031"
},
"route": {
"id": "520",
"shortName": "520",
"longName": "Express Beloeil / Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH3349151010021",
"label": "5014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 242.14,
"odometer": 0,
"speed": 14
},
"agencyId": 6,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1674642064,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
17
],
"isActive": null
},
"id": 13232
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51411,
45.5867
]
},
"properties": {
"trip": {
"id": "8709791-VR-A25-VR_GTFS-Semaine-02",
"shortName": "55",
"headsign": "Terminus Radisson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5200032"
},
"route": {
"id": "520",
"shortName": "520",
"longName": "Express Beloeil / Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH3349471010632",
"label": "7014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 293.49,
"odometer": 0,
"speed": 46
},
"agencyId": 6,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1639401970,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
17
],
"isActive": null
},
"id": 11003
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37448,
45.50682
]
},
"properties": {
"trip": {
"id": "3280494-VR-A25-VR_GTFS-Semaine-02",
"shortName": "101",
"headsign": "St-Hyacinthe via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000299"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "4RKYL82J6E4500557",
"label": "303114",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346.56,
"odometer": 0,
"speed": 31
},
"agencyId": 6,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1620074766,
"lastSeenAt": 1762993685,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10498
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50258,
45.71256
]
},
"properties": {
"trip": {
"id": "3409683-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "32",
"headsign": "Terminus Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A90119"
},
"route": {
"id": "9",
"shortName": "9",
"longName": "Charlemagne - CHPLG - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B30AA0MA098194",
"label": "608021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 83.6,
"odometer": 0,
"speed": 51
},
"agencyId": 8,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1631120947,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10860
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4957,
45.7248
]
},
"properties": {
"trip": {
"id": "3409702-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "31",
"headsign": "Place Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A90120"
},
"route": {
"id": "9",
"shortName": "9",
"longName": "Charlemagne - CHPLG - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B30AA3MA098237",
"label": "608321",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 316.66,
"odometer": 0,
"speed": 62
},
"agencyId": 8,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1631142308,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10865
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45374,
45.74703
]
},
"properties": {
"trip": {
"id": "3409328-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "27",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A140157"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "L'Assomption - Repentigny-Le Gardeur - Charlemagne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B30AA4MA098232",
"label": "608421",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 121.35,
"odometer": 0,
"speed": 0
},
"agencyId": 8,
"currentStopSequence": 28,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1631129227,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10862
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42875,
45.8234
]
},
"properties": {
"trip": {
"id": "3409492-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "17",
"headsign": "Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A20130"
},
"route": {
"id": "2",
"shortName": "2",
"longName": "Repentigny - Saint-Sulpice - Lavaltrie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B30AA9MA098193",
"label": "608821",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 242.61,
"odometer": 0,
"speed": 39
},
"agencyId": 8,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1628868726,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10770
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44403,
45.75443
]
},
"properties": {
"trip": {
"id": "3409643-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "28",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A80103"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "Repentigny secteur Centre - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1M3753129",
"label": "317421",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 32.53,
"odometer": 0,
"speed": 3
},
"agencyId": 8,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1630087145,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10801
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43589,
45.80574
]
},
"properties": {
"trip": {
"id": "11594552-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "33",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A110146"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Repentigny secteur Le Gardeur - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1M3753132",
"label": "317821",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 8.59,
"odometer": 0,
"speed": 0
},
"agencyId": 8,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1634718423,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10941
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46726,
45.7667
]
},
"properties": {
"trip": {
"id": "3409433-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "36",
"headsign": "Le Gardeur",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A110148"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Repentigny secteur Le Gardeur - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4K3751811",
"label": "316819",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 126.05,
"odometer": 0,
"speed": 22
},
"agencyId": 8,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619567765,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10408
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45058,
45.74248
]
},
"properties": {
"trip": {
"id": "3409533-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "96",
"headsign": "Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A3000051"
},
"route": {
"id": "300",
"shortName": "300",
"longName": "Repentigny - Montréal via Notre-Dame",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6M3753126",
"label": "317121",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122.72,
"odometer": 0,
"speed": 0
},
"agencyId": 8,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1631207527,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10867
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.41248,
45.79264
]
},
"properties": {
"trip": {
"id": "3409634-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "5",
"headsign": "Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A60097"
},
"route": {
"id": "6",
"shortName": "6",
"longName": "L'Épiphanie - L'Assomption",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8M3753127",
"label": "317221",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.87,
"odometer": 0,
"speed": 4
},
"agencyId": 8,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1632770468,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10900
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45361,
45.74698
]
},
"properties": {
"trip": {
"id": "3409388-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "27",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A10138"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Repentigny secteur Nord - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U4B3000007",
"label": "314611",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132.61,
"odometer": 0,
"speed": 24
},
"agencyId": 8,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536625,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 9939
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51048,
45.65335
]
},
"properties": {
"trip": {
"id": "3409561-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "98",
"headsign": "Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A4000269"
},
"route": {
"id": "400",
"shortName": "400",
"longName": "Repentigny - Montréal via Sherbrooke",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U6D3000870",
"label": "315513",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13.49,
"odometer": 0,
"speed": 46
},
"agencyId": 8,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1619606348,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10436
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48319,
45.7099
]
},
"properties": {
"trip": {
"id": "11594533-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "111",
"headsign": "Montréal",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A4000265"
},
"route": {
"id": "400",
"shortName": "400",
"longName": "Repentigny - Montréal via Sherbrooke",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "4RKYL82U1D4500281",
"label": "315613",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213.82,
"odometer": 0,
"speed": 60
},
"agencyId": 8,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619556368,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10378
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45115,
45.74272
]
},
"properties": {
"trip": {
"id": "3409456-ASSO-A25-AS_GTFS-Semaine-02",
"shortName": "25",
"headsign": "Iberville / Jacques-Plante",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A150071"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Repentigny secteur sud (rue Notre-Dame)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "4RKYL82U6D4500289",
"label": "315913",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118.25,
"odometer": 0,
"speed": 36
},
"agencyId": 8,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1620809163,
"lastSeenAt": 1762993678,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10532
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34453,
45.57825
]
},
"properties": {
"trip": {
"id": "3340633-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "26",
"headsign": "Borduas/Principale",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "30127"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Sainte-Julie (Principale)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA1RA098739",
"label": "605324",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254.13,
"odometer": 0,
"speed": 25
},
"agencyId": 9,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1723938368,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927707
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32628,
45.57666
]
},
"properties": {
"trip": {
"id": "3340565-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "37",
"headsign": "Hauts-Bois",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10414"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Sainte-Julie (Des Hauts-Bois)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA4RA098735",
"label": "604924",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 220.86,
"odometer": 0,
"speed": 19
},
"agencyId": 9,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1721937069,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926738
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32207,
45.57064
]
},
"properties": {
"trip": {
"id": "3340567-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "38",
"headsign": "Hauts-Bois",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10414"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Sainte-Julie (Des Hauts-Bois)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA7RA098728",
"label": "604724",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114.84,
"odometer": 0,
"speed": 42
},
"agencyId": 9,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1723892467,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927705
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3363,
45.58656
]
},
"properties": {
"trip": {
"id": "3340632-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "25",
"headsign": "Borduas/Principale",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "30127"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Sainte-Julie (Principale)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA7RA098731",
"label": "604524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 226.4,
"odometer": 0,
"speed": 20
},
"agencyId": 9,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1722021367,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926742
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34451,
45.58299
]
},
"properties": {
"trip": {
"id": "3340769-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "27",
"headsign": "N-P Lapierre/Montée Ste-Julie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "50162"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Sainte-Julie (N.P.-Lapierre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA8RA098737",
"label": "605124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 2.42,
"odometer": 0,
"speed": 31
},
"agencyId": 9,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1724096288,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927712
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3404,
45.59781
]
},
"properties": {
"trip": {
"id": "3340741-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "25",
"headsign": "Calixa-Lavallée/Abbé-Théoret",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "40105"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Sainte-Julie (Abbé-Théoret)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4E3001281",
"label": "304514",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 103.81,
"odometer": 0,
"speed": 15
},
"agencyId": 9,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1751913614,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929404
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32228,
45.58332
]
},
"properties": {
"trip": {
"id": "3340742-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "26",
"headsign": "Calixa-Lavallée/Abbé-Théoret",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "40105"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Sainte-Julie (Abbé-Théoret)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6E3001136",
"label": "304114",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 336.19,
"odometer": 0,
"speed": 21
},
"agencyId": 9,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536625,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 9949
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.34226,
45.59552
]
},
"properties": {
"trip": {
"id": "3340768-SJU-A25-SJU_GTFS-Semaine-01",
"shortName": "26",
"headsign": "N-P Lapierre/Montée Ste-Julie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "50162"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Sainte-Julie (N.P.-Lapierre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6J3751548",
"label": "308318",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 138.48,
"odometer": 0,
"speed": 36
},
"agencyId": 9,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1751625011,
"lastSeenAt": 1762993680,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929389
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72831,
45.33838
]
},
"properties": {
"trip": {
"id": "14024373-SO-A25-SO_GTFS-Semaine-02",
"shortName": "23",
"headsign": "Mercier",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1400166"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Mercier - Châteauguay - Mercier",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA1RA098756",
"label": "607024",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24.6,
"odometer": 0,
"speed": 0
},
"agencyId": 10,
"currentStopSequence": 53,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1747826771,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73587,
45.35652
]
},
"properties": {
"trip": {
"id": "14024472-SO-A25-SO_GTFS-Semaine-02",
"shortName": "38",
"headsign": "Principale - Terminus Châteauguay",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "330187"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Châteauguay",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5RA098761",
"label": "607524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 99.06,
"odometer": 0,
"speed": 12
},
"agencyId": 10,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1748431216,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929278
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71534,
45.35937
]
},
"properties": {
"trip": {
"id": "14024568-SO-A25-SO_GTFS-Semaine-02",
"shortName": "31",
"headsign": "Terminus Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10485"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Valleyfield - Beauharnois - Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J0G3750355",
"label": "305416",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 22.64,
"odometer": 0,
"speed": 37
},
"agencyId": 10,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1676649605,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 13818
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73264,
45.36086
]
},
"properties": {
"trip": {
"id": "14024635-SO-A25-SO_GTFS-Semaine-02",
"shortName": "38",
"headsign": "Châteauguay - Métro Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "320143"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3F3001659",
"label": "304715",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 184.86,
"odometer": 0,
"speed": 0
},
"agencyId": 10,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1683231371,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2924812
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6419,
45.42805
]
},
"properties": {
"trip": {
"id": "14024634-SO-A25-SO_GTFS-Semaine-02",
"shortName": "36",
"headsign": "Châteauguay - Métro Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "320143"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3R3754533",
"label": "314224",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 62.89,
"odometer": 0,
"speed": 40
},
"agencyId": 10,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1729631294,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927889
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76433,
45.38085
]
},
"properties": {
"trip": {
"id": "14024501-SO-A25-SO_GTFS-Semaine-02",
"shortName": "11",
"headsign": "Saint-Francis - Salaberry N - N-Dame N",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "250112"
},
"route": {
"id": "25",
"shortName": "25",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4M3753044",
"label": "310921",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 99.99,
"odometer": 0,
"speed": 38
},
"agencyId": 10,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1628277367,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10758
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7049,
45.377
]
},
"properties": {
"trip": {
"id": "14024607-SO-A25-SO_GTFS-Semaine-02",
"shortName": "38",
"headsign": "Châteauguay - Métro Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "310216"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5R3754534",
"label": "314324",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 19.23,
"odometer": 0,
"speed": 34
},
"agencyId": 10,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1734044591,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2928795
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63186,
45.43173
]
},
"properties": {
"trip": {
"id": "14024699-SO-A25-SO_GTFS-Semaine-02",
"shortName": "35",
"headsign": "Mercier - Sainte-Martine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1110628"
},
"route": {
"id": "111",
"shortName": "111",
"longName": "Haut-Saint-Laurent",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6H3750684",
"label": "306517",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 242.75,
"odometer": 0,
"speed": 0
},
"agencyId": 10,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1753301898,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929459
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6895,
45.39929
]
},
"properties": {
"trip": {
"id": "14024446-SO-A25-SO_GTFS-Semaine-02",
"shortName": "18",
"headsign": "Métro Angrignon - Kahnawake",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "980030"
},
"route": {
"id": "98",
"shortName": "98",
"longName": "Kahnawake - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7R3754535",
"label": "314424",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 175.06,
"odometer": 0,
"speed": 0
},
"agencyId": 10,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1731445870,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2928567
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62196,
45.43976
]
},
"properties": {
"trip": {
"id": "14024681-SO-A25-SO_GTFS-Semaine-02",
"shortName": "37",
"headsign": "Mercier - Sainte-Martine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1110674"
},
"route": {
"id": "111",
"shortName": "111",
"longName": "Haut-Saint-Laurent",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8R3754530",
"label": "313924",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 227.12,
"odometer": 0,
"speed": 1
},
"agencyId": 10,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1729714874,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927904
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61191,
45.44608
]
},
"properties": {
"trip": {
"id": "14024609-SO-A25-SO_GTFS-Semaine-02",
"shortName": "40",
"headsign": "Châteauguay - Métro Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "310216"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXR3754528",
"label": "313724",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 221.55,
"odometer": 0,
"speed": 0
},
"agencyId": 10,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1729022533,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927870
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81197,
45.23692
]
},
"properties": {
"trip": {
"id": "14024698-SO-A25-SO_GTFS-Semaine-02",
"shortName": "29",
"headsign": "Mercier - Sainte-Martine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1110628"
},
"route": {
"id": "111",
"shortName": "111",
"longName": "Haut-Saint-Laurent",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U0E3000977",
"label": "301914",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 182.06,
"odometer": 0,
"speed": 43
},
"agencyId": 10,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1682328366,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 13961
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65871,
45.40989
]
},
"properties": {
"trip": {
"id": "14024582-SO-A25-SO_GTFS-Semaine-02",
"shortName": "30",
"headsign": "Terminus Salaberry-de-Valleyfield",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10502"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Valleyfield - Beauharnois - Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U2E3001015",
"label": "302414",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 197.59,
"odometer": 0,
"speed": 51
},
"agencyId": 10,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1683837075,
"lastSeenAt": 1762993683,
"links": [],
"tags": [
10
],
"isActive": null
},
"id": 2924843
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87557,
45.31553
]
},
"properties": {
"trip": {
"id": "14024581-SO-A25-SO_GTFS-Semaine-02",
"shortName": "28",
"headsign": "Terminus Salaberry-de-Valleyfield",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10502"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Valleyfield - Beauharnois - Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U9D3000992",
"label": "303013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 262.57,
"odometer": 0,
"speed": 24
},
"agencyId": 10,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619548267,
"lastSeenAt": 1762993683,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10158
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02353,
45.41237
]
},
"properties": {
"trip": {
"id": "3281949-PI-A25-PI_GTFS-Semaine-01",
"shortName": "15",
"headsign": "Bourget - des Sarcelles PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "20277"
},
"route": {
"id": "2",
"shortName": "2",
"longName": "Gare Vaudreuil/Bourget/des Sarcelles",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN0SDD10713",
"label": "394",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 121.89,
"odometer": 0,
"speed": 8
},
"agencyId": 12,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1738184951,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928937
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.11153,
45.43045
]
},
"properties": {
"trip": {
"id": "3281962-PI-A25-PI_GTFS-Semaine-01",
"shortName": "20",
"headsign": "Hudson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "210146"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Gare Vaudreuil/Hudson/St-Charles",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN1SDD13569",
"label": "398",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325.83,
"odometer": 0,
"speed": 15
},
"agencyId": 12,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1747744273,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929256
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.03445,
45.39501
]
},
"properties": {
"trip": {
"id": "3282066-PI-A25-PI_GTFS-Semaine-01",
"shortName": "36",
"headsign": "Ouimet - Floralies",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "40143"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Gare Vaudreuil/Ouimet/Floralies",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN2SDD10485",
"label": "390",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302.25,
"odometer": 0,
"speed": 36
},
"agencyId": 12,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1733950271,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928787
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.06236,
45.41402
]
},
"properties": {
"trip": {
"id": "3281918-PI-A25-PI_GTFS-Semaine-01",
"shortName": "13",
"headsign": "Seigneurie - Joseph-Carrier PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10435"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Gare Vaudreuil/Parc Industriel/Seigneurie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN3SDD10737",
"label": "393",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 235.78,
"odometer": 0,
"speed": 32
},
"agencyId": 12,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1738185252,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928939
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98423,
45.36321
]
},
"properties": {
"trip": {
"id": "3281989-PI-A25-PI_GTFS-Semaine-01",
"shortName": "27",
"headsign": "Cardinal-Léger PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "310223"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Gare Pincourt T-V/Cardinal-Léger",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN3SDD12844",
"label": "389",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 3.57,
"odometer": 0,
"speed": 33
},
"agencyId": 12,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733950209,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928786
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.97879,
45.38078
]
},
"properties": {
"trip": {
"id": "3282041-PI-A25-PI_GTFS-Semaine-01",
"shortName": "319",
"headsign": "Pincourt - Gare Dorion",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "350191"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Dorion / Ste-Anne-de-Bellevue via l'Ile Perrot",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN3SDD13251",
"label": "306",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 7.02,
"odometer": 0,
"speed": 10
},
"agencyId": 12,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1748379974,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929275
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94633,
45.39293
]
},
"properties": {
"trip": {
"id": "3282184-PI-A25-PI_GTFS-Semaine-01",
"shortName": "27",
"headsign": "Perrot - Rivelaine PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "430067"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Gare Île-Perrot/Perrot/Rivelaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN4SDD13744",
"label": "304",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 283.88,
"odometer": 0,
"speed": 40
},
"agencyId": 12,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1748464819,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929280
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0152,
45.38507
]
},
"properties": {
"trip": {
"id": "3282378-PI-A25-PI_GTFS-Semaine-01",
"shortName": "28",
"headsign": "Marier",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "90390"
},
"route": {
"id": "9",
"shortName": "9",
"longName": "Gare Vaudreuil/Gare Dorion/Marier",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN5SDD13686",
"label": "300",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55.89,
"odometer": 0,
"speed": 37
},
"agencyId": 12,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1748465174,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929281
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.16911,
45.44387
]
},
"properties": {
"trip": {
"id": "3282296-PI-A25-PI_GTFS-Semaine-01",
"shortName": "7",
"headsign": "Rigaud PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "610115"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Gare Vaudreuil/Rigaud",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN6SDD10750",
"label": "397",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 201.08,
"odometer": 0,
"speed": 68
},
"agencyId": 12,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1746040033,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929187
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.0168,
45.38863
]
},
"properties": {
"trip": {
"id": "3911929-PI-A25-PI_GTFS-Semaine-01",
"shortName": "14",
"headsign": "Terminus Vaudreuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "150176"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Gare Vaudreuil / Gare Dorion via Valois P-G-L",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN8SDD10460",
"label": "395",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229.05,
"odometer": 0,
"speed": 7
},
"agencyId": 12,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733347031,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928757
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94903,
45.38108
]
},
"properties": {
"trip": {
"id": "8267225-PI-A25-PI_GTFS-Semaine-01",
"shortName": "27",
"headsign": "Don Quichotte - Pointe-du-Domaine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "460108"
},
"route": {
"id": "46",
"shortName": "46",
"longName": "Gare Île-Perrot/Don Quichotte/Pointe-du-Domaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN8SDD13570",
"label": "303",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 307.91,
"odometer": 0,
"speed": 61
},
"agencyId": 12,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1748599629,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929290
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95088,
45.40611
]
},
"properties": {
"trip": {
"id": "3282019-PI-A25-PI_GTFS-Semaine-01",
"shortName": "120",
"headsign": "L'Île-Perrot - Sainte-Anne-de-Bellevue",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "350195"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Dorion / Ste-Anne-de-Bellevue via l'Ile Perrot",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FN9SDD10774",
"label": "392",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 173.41,
"odometer": 0,
"speed": 14
},
"agencyId": 12,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1734604027,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928816
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02376,
45.38923
]
},
"properties": {
"trip": {
"id": "3282231-PI-A25-PI_GTFS-Semaine-01",
"shortName": "228",
"headsign": "Gare Dorion",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "50172"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Gare Vaudreuil/Gare Dorion",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FNXMDC06300",
"label": "387",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 145.28,
"odometer": 0,
"speed": 11
},
"agencyId": 12,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1738962853,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2928958
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87809,
45.36877
]
},
"properties": {
"trip": {
"id": "3282225-PI-A25-PI_GTFS-Semaine-01",
"shortName": "27",
"headsign": "Perrot - Caza - Pointe-du-Domaine PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "470037"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Perrot/Caza/Pointe-du-Domaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FNXSDD13232",
"label": "301",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 287.45,
"odometer": 0,
"speed": 3
},
"agencyId": 12,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1747941430,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 2929269
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.03955,
45.38622
]
},
"properties": {
"trip": {
"id": "3282288-PI-A25-PI_GTFS-Semaine-01",
"shortName": "13",
"headsign": "du Ruisselet - Émile-Bouchard PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "60193"
},
"route": {
"id": "6",
"shortName": "6",
"longName": "Gare Vaudreuil/CSSS/du Ruisselet/Émile-Bouchard",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FS0KDC00105",
"label": "378",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323.88,
"odometer": 0,
"speed": 33
},
"agencyId": 12,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619554148,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 10298
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.10687,
45.38405
]
},
"properties": {
"trip": {
"id": "3282273-PI-A25-PI_GTFS-Semaine-01",
"shortName": "214",
"headsign": "Saint-Lazare PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "510108"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Gare Vaudreuil / Saint-Lazare",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FS4KDC00107",
"label": "376",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314.97,
"odometer": 0,
"speed": 9
},
"agencyId": 12,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619553009,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 10248
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.969,
45.38003
]
},
"properties": {
"trip": {
"id": "3281999-PI-A25-PI_GTFS-Semaine-01",
"shortName": "27",
"headsign": "Forest PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "330181"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Gare Pincourt T-V/Forest",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FS9KDC00099",
"label": "364",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 43.56,
"odometer": 0,
"speed": 33
},
"agencyId": 12,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619554148,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 10299
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.08216,
45.41916
]
},
"properties": {
"trip": {
"id": "3282272-PI-A25-PI_GTFS-Semaine-01",
"shortName": "113",
"headsign": "Saint-Lazare PM",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "510107"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Gare Vaudreuil / Saint-Lazare",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1FDFE4FS9KDC00104",
"label": "372",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 142.93,
"odometer": 0,
"speed": 72
},
"agencyId": 12,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619555172,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 10350
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.05115,
45.39993
]
},
"properties": {
"trip": {
"id": "4086797-PI-A25-PI_GTFS-Semaine-01",
"shortName": "221",
"headsign": "Terminus Vaudreuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "70120"
},
"route": {
"id": "7",
"shortName": "7",
"longName": "Gare Vaudreuil/John Abbott/Pointe-Claire",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B30AA5LA098366",
"label": "384",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125.72,
"odometer": 0,
"speed": 8
},
"agencyId": 12,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536625,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 9962
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.98406,
45.4203
]
},
"properties": {
"trip": {
"id": "3282334-PI-A25-PI_GTFS-Semaine-01",
"shortName": "123",
"headsign": "Terminus Vaudreuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "70120"
},
"route": {
"id": "7",
"shortName": "7",
"longName": "Gare Vaudreuil/John Abbott/Pointe-Claire",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1K3751877",
"label": "375",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263.2,
"odometer": 0,
"speed": 73
},
"agencyId": 12,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619645650,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 10457
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68518,
45.51244
]
},
"properties": {
"trip": {
"id": "3282146-PI-A25-PI_GTFS-Semaine-01",
"shortName": "520",
"headsign": "Terminus Vaudreuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "400061"
},
"route": {
"id": "40",
"shortName": "40",
"longName": "Express Vaudreuil - Terminus Côte-Vertu",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCG33491CC735292",
"label": "1232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 218.9,
"odometer": 0,
"speed": 7
},
"agencyId": 12,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1678448465,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 13887
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71844,
45.48895
]
},
"properties": {
"trip": {
"id": "3282105-PI-A25-PI_GTFS-Semaine-01",
"shortName": "119",
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "400064"
},
"route": {
"id": "40",
"shortName": "40",
"longName": "Express Vaudreuil - Terminus Côte-Vertu",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33496FC712860",
"label": "338",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 96.54,
"odometer": 0,
"speed": 61
},
"agencyId": 12,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536625,
"lastSeenAt": 1762993676,
"links": [
62,
81
],
"tags": [
16
],
"isActive": null
},
"id": 9964
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29855,
45.64933
]
},
"properties": {
"trip": {
"id": "12837863-SV-A25-SV_GTFS-Semaine-01",
"shortName": "26",
"headsign": "Sainte-Julie - Principale - Thomas",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "3700095"
},
"route": {
"id": "370",
"shortName": "370",
"longName": "Saint-Amable - Sainte-Julie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD8FV02CB040404",
"label": "1217",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 315.56,
"odometer": 0,
"speed": 2
},
"agencyId": 14,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619552168,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10228
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43297,
45.67639
]
},
"properties": {
"trip": {
"id": "4204628-SV-A25-SV_GTFS-Semaine-01",
"shortName": "56",
"headsign": "Varennes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7200144"
},
"route": {
"id": "720",
"shortName": "720",
"longName": "Varennes - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD8FV09CB040402",
"label": "1215",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 337.11,
"odometer": 0,
"speed": 33
},
"agencyId": 14,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619539447,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10084
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43726,
45.67398
]
},
"properties": {
"trip": {
"id": "8233616-SV-A25-SV_GTFS-Semaine-01",
"shortName": "64",
"headsign": "Contrecoeur",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7010022"
},
"route": {
"id": "701",
"shortName": "701",
"longName": "Contrecoeur - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JM8A7CW066206",
"label": "1206",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 336.84,
"odometer": 0,
"speed": 27
},
"agencyId": 14,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733083808,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2928747
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52199,
45.53064
]
},
"properties": {
"trip": {
"id": "11176594-SV-A25-SV_GTFS-Semaine-01",
"shortName": "65",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7000474"
},
"route": {
"id": "700",
"shortName": "700",
"longName": "Sorel-Tracy - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMBA8CW066031",
"label": "1231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212.61,
"odometer": 0,
"speed": 56
},
"agencyId": 14,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733064549,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2928746
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32297,
45.79847
]
},
"properties": {
"trip": {
"id": "8233599-SV-A25-SV_GTFS-Semaine-01",
"shortName": "67",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7010023"
},
"route": {
"id": "701",
"shortName": "701",
"longName": "Contrecoeur - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMBA8HW068045",
"label": "1745",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225,
"odometer": 0,
"speed": 81
},
"agencyId": 14,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733047926,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2928743
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.25238,
45.84645
]
},
"properties": {
"trip": {
"id": "8233657-SV-A25-SV_GTFS-Semaine-01",
"shortName": "62",
"headsign": "Sorel-Tracy",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7000472"
},
"route": {
"id": "700",
"shortName": "700",
"longName": "Sorel-Tracy - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMBA8HW068322",
"label": "1722",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53.45,
"odometer": 0,
"speed": 60
},
"agencyId": 14,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733049549,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2928744
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.15398,
46.01548
]
},
"properties": {
"trip": {
"id": "11307527-SV-A25-SV_GTFS-Semaine-01",
"shortName": "69",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7000474"
},
"route": {
"id": "700",
"shortName": "700",
"longName": "Sorel-Tracy - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMBA9CW066247",
"label": "1247",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 264.15,
"odometer": 0,
"speed": 9
},
"agencyId": 14,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1733172730,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2928751
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.2003,
45.95286
]
},
"properties": {
"trip": {
"id": "8233620-SV-A25-SV_GTFS-Semaine-01",
"shortName": "60",
"headsign": "Sorel-Tracy",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7000471"
},
"route": {
"id": "700",
"shortName": "700",
"longName": "Sorel-Tracy - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMEA49W065415",
"label": "1015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 18.16,
"odometer": 0,
"speed": 72
},
"agencyId": 14,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1758883817,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2929580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53577,
45.59265
]
},
"properties": {
"trip": {
"id": "9026737-SV-A25-SV_GTFS-Semaine-01",
"shortName": "38",
"headsign": "Varennes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5320022"
},
"route": {
"id": "532",
"shortName": "532",
"longName": "Express Varennes / Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMEA7AW065493",
"label": "1097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 89.26,
"odometer": 0,
"speed": 1
},
"agencyId": 14,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1745832668,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
17
],
"isActive": null
},
"id": 2929180
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43856,
45.68986
]
},
"properties": {
"trip": {
"id": "4204642-SV-A25-SV_GTFS-Semaine-01",
"shortName": "63",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7200149"
},
"route": {
"id": "720",
"shortName": "720",
"longName": "Varennes - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7M3753037",
"label": "1250",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 46.45,
"odometer": 0,
"speed": 26
},
"agencyId": 14,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1623523567,
"lastSeenAt": 1762993685,
"links": [
64,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10604
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67819,
45.73265
]
},
"properties": {
"trip": {
"id": "3258755-TM-A25-TM_GTFS-Semaine-03",
"shortName": "40",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M140020"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD8FV00DC043068",
"label": "29603",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 133,
"odometer": 0,
"speed": 20
},
"agencyId": 15,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619550848,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10195
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61522,
45.69942
]
},
"properties": {
"trip": {
"id": "3258803-TM-A25-TM_GTFS-Semaine-03",
"shortName": "42",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110072"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD8FV09DC043067",
"label": "29602",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 2.1,
"odometer": 0,
"speed": 32
},
"agencyId": 15,
"currentStopSequence": 50,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1619538905,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10080
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63599,
45.69487
]
},
"properties": {
"trip": {
"id": "3259010-TM-A25-TM_GTFS-Semaine-03",
"shortName": "20",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M80044"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "Terrebonne - secteur centre",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR00GB049223",
"label": "29722",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 81.94,
"odometer": 0,
"speed": 21
},
"agencyId": 15,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619554210,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10306
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7039,
45.72274
]
},
"properties": {
"trip": {
"id": "3258866-TM-A25-TM_GTFS-Semaine-03",
"shortName": "19",
"headsign": "Saint-Roch / Lamothe",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M90094"
},
"route": {
"id": "9",
"shortName": "9",
"longName": "Terrebonne - secteur ouest",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR06GB049212",
"label": "29713",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 62.5,
"odometer": 0,
"speed": 31
},
"agencyId": 15,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619689986,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10464
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61783,
45.70901
]
},
"properties": {
"trip": {
"id": "3259028-TM-A25-TM_GTFS-Semaine-03",
"shortName": "8",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M40029"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR07GB049218",
"label": "29717",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 2.37,
"odometer": 0,
"speed": 39
},
"agencyId": 15,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1680093378,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 13925
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64113,
45.70177
]
},
"properties": {
"trip": {
"id": "3258710-TM-A25-TM_GTFS-Semaine-03",
"shortName": "45",
"headsign": "Lachenaie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110071"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR07GB049221",
"label": "29720",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 64.41,
"odometer": 0,
"speed": 26
},
"agencyId": 15,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619689147,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10462
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68947,
45.71896
]
},
"properties": {
"trip": {
"id": "3258726-TM-A25-TM_GTFS-Semaine-03",
"shortName": "34",
"headsign": "Mascouche / Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M10048"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR08EB045000",
"label": "29705",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0.14,
"odometer": 0,
"speed": 33
},
"agencyId": 15,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619554989,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10345
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66433,
45.72337
]
},
"properties": {
"trip": {
"id": "3258921-TM-A25-TM_GTFS-Semaine-03",
"shortName": "25",
"headsign": "Terrebonne / Cégep de Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M180046"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Terrebonne - Cité du sport - Cégep de Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR09GB049222",
"label": "29721",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134.45,
"odometer": 0,
"speed": 47
},
"agencyId": 15,
"currentStopSequence": 48,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619553131,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10259
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60616,
45.74787
]
},
"properties": {
"trip": {
"id": "3258740-TM-A25-TM_GTFS-Semaine-03",
"shortName": "8",
"headsign": "La Plaine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M4170031"
},
"route": {
"id": "417",
"shortName": "417",
"longName": "La Plaine - Gare Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR0XEB045001",
"label": "29706",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 328.29,
"odometer": 0,
"speed": 11
},
"agencyId": 15,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1623235870,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10592
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60017,
45.74208
]
},
"properties": {
"trip": {
"id": "3258692-TM-A25-TM_GTFS-Semaine-03",
"shortName": "21",
"headsign": "Terrebonne / Mascouche",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M30094"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2FYD9VR0XGB049214",
"label": "29715",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 23.09,
"odometer": 0,
"speed": 6
},
"agencyId": 15,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619621470,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10443
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.724,
45.57458
]
},
"properties": {
"trip": {
"id": "3258202-TM-A25-TM_GTFS-Semaine-03",
"shortName": "120",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M190073"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Terrebonne - Terminus Montmorency",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2MG3JMEA6BW065695",
"label": "29510",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 335.01,
"odometer": 0,
"speed": 56
},
"agencyId": 15,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1619555890,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10370
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72994,
45.78631
]
},
"properties": {
"trip": {
"id": "3258654-TM-A25-TM_GTFS-Semaine-03",
"shortName": "25",
"headsign": "Laforce / Major",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M170019"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1E3001397",
"label": "29258",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 102.75,
"odometer": 0,
"speed": 56
},
"agencyId": 15,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1619549529,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5034,
45.71665
]
},
"properties": {
"trip": {
"id": "3258675-TM-A25-TM_GTFS-Semaine-03",
"shortName": "41",
"headsign": "Lachenaie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110071"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1H3750818",
"label": "217-202",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.85,
"odometer": 0,
"speed": 17
},
"agencyId": 15,
"currentStopSequence": 64,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619556369,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10383
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69726,
45.60384
]
},
"properties": {
"trip": {
"id": "13018878-TM-A25-TM_GTFS-Semaine-03",
"shortName": "19",
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5120010"
},
"route": {
"id": "512",
"shortName": "512",
"longName": "Terrebonne (Ouest) - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3E3001398",
"label": "29259",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 153.14,
"odometer": 0,
"speed": 78
},
"agencyId": 15,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619551030,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10201
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69579,
45.74459
]
},
"properties": {
"trip": {
"id": "3258412-TM-A25-TM_GTFS-Semaine-03",
"shortName": "27",
"headsign": "Laforce / Major",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M170019"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5E3001399",
"label": "29260",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314.03,
"odometer": 0,
"speed": 29
},
"agencyId": 15,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"firstSeenAt": 1619536626,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9971
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49966,
45.71561
]
},
"properties": {
"trip": {
"id": "3258272-TM-A25-TM_GTFS-Semaine-03",
"shortName": "22",
"headsign": "Lachenaie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M1400052"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Lachenaie - Gare de Terrebonne - Terminus Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5G3750335",
"label": "29275",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 157.92,
"odometer": 0,
"speed": 27
},
"agencyId": 15,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1620294186,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10520
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63358,
45.70379
]
},
"properties": {
"trip": {
"id": "3258969-TM-A25-TM_GTFS-Semaine-03",
"shortName": "13",
"headsign": "Cité du Sport / Cégep de Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M270035"
},
"route": {
"id": "27",
"shortName": "27",
"longName": "Terrebonne - Cité du Sport - Cégep de Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5L3752516",
"label": "220-205",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 71.46,
"odometer": 0,
"speed": 30
},
"agencyId": 15,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619720588,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10474
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66785,
45.72499
]
},
"properties": {
"trip": {
"id": "3258109-TM-A25-TM_GTFS-Semaine-03",
"shortName": "33",
"headsign": "Mascouche / Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M10048"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7G3750336",
"label": "29276",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 306.95,
"odometer": 0,
"speed": 5
},
"agencyId": 15,
"currentStopSequence": 70,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619553131,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65397,
45.69857
]
},
"properties": {
"trip": {
"id": "3258134-TM-A25-TM_GTFS-Semaine-03",
"shortName": "37",
"headsign": "Montréal Nord / Station SRB Amos",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M25B0029"
},
"route": {
"id": "25B",
"shortName": "25B",
"longName": "Terrebonne - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8E3001400",
"label": "29261",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 17.35,
"odometer": 0,
"speed": 0
},
"agencyId": 15,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536687,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10036
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69402,
45.74346
]
},
"properties": {
"trip": {
"id": "3258583-TM-A25-TM_GTFS-Semaine-03",
"shortName": "39",
"headsign": "Forum de la Plaine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M140018"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXE3001396",
"label": "29257",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.76,
"odometer": 0,
"speed": 44
},
"agencyId": 15,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"firstSeenAt": 1619536626,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9973
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69944,
45.71709
]
},
"properties": {
"trip": {
"id": "3258187-TM-A25-TM_GTFS-Semaine-03",
"shortName": "41",
"headsign": "Forum de la Plaine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M140018"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXH3750624",
"label": "29278",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 154.37,
"odometer": 0,
"speed": 31
},
"agencyId": 15,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619550490,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10184
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80617,
45.69554
]
},
"properties": {
"trip": {
"id": "13018894-TM-A25-TM_GTFS-Semaine-03",
"shortName": "18",
"headsign": "Terrebonne Ouest",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "5120011"
},
"route": {
"id": "512",
"shortName": "512",
"longName": "Terrebonne (Ouest) - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U0D3000864",
"label": "29242",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229.59,
"odometer": 0,
"speed": 9
},
"agencyId": 15,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619536626,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9976
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69382,
45.71717
]
},
"properties": {
"trip": {
"id": "3258639-TM-A25-TM_GTFS-Semaine-03",
"shortName": "20",
"headsign": "Terrebonne / Cégep de Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M180047"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Terrebonne - Cité du sport - Cégep de Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U2D3000865",
"label": "29243",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53.12,
"odometer": 0,
"speed": 30
},
"agencyId": 15,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1619536626,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9977
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53977,
45.58892
]
},
"properties": {
"trip": {
"id": "3258444-TM-A25-TM_GTFS-Semaine-03",
"shortName": "64",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M300094"
},
"route": {
"id": "30",
"shortName": "30",
"longName": "Gare Mascouche - Terrebonne - Terminus Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U483000422",
"label": "29223",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 284.37,
"odometer": 0,
"speed": 12
},
"agencyId": 15,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1619536626,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9978
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71041,
45.75678
]
},
"properties": {
"trip": {
"id": "3258186-TM-A25-TM_GTFS-Semaine-03",
"shortName": "44",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M140020"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U4B3000010",
"label": "29233",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 198.71,
"odometer": 0,
"speed": 2
},
"agencyId": 15,
"currentStopSequence": 22,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619538549,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10069
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57255,
45.69984
]
},
"properties": {
"trip": {
"id": "3258092-TM-A25-TM_GTFS-Semaine-03",
"shortName": "43",
"headsign": "Lachenaie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110071"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U6D3000710",
"label": "29240",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 69.57,
"odometer": 0,
"speed": 53
},
"agencyId": 15,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619540046,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10091
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60556,
45.74764
]
},
"properties": {
"trip": {
"id": "3258553-TM-A25-TM_GTFS-Semaine-03",
"shortName": "42",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M200023"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U6D3000867",
"label": "29245",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294.06,
"odometer": 0,
"speed": 28
},
"agencyId": 15,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619550490,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10185
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51345,
45.68626
]
},
"properties": {
"trip": {
"id": "3258443-TM-A25-TM_GTFS-Semaine-03",
"shortName": "25",
"headsign": "Terminus Radisson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M1400049"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Lachenaie - Gare de Terrebonne - Terminus Radisson",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U8D3000711",
"label": "29241",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 198.2,
"odometer": 0,
"speed": 99
},
"agencyId": 15,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1619545989,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10131
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65112,
45.69183
]
},
"properties": {
"trip": {
"id": "11020794-TM-A25-TM_GTFS-Semaine-03",
"shortName": "113",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M190074"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Terrebonne - Terminus Montmorency",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33490EC712559",
"label": "6460",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 151.82,
"odometer": 0,
"speed": 35
},
"agencyId": 15,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1634301904,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10940
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73183,
45.58118
]
},
"properties": {
"trip": {
"id": "3258373-TM-A25-TM_GTFS-Semaine-03",
"shortName": "111",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M190074"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Terrebonne - Terminus Montmorency",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33490HC713604",
"label": "6754",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 140.73,
"odometer": 0,
"speed": 49
},
"agencyId": 15,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"firstSeenAt": 1734727692,
"lastSeenAt": 1762993684,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 2928831
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.30565,
45.45917
]
},
"properties": {
"trip": {
"id": "9418230-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "34",
"headsign": "Longueuil via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6810144"
},
"route": {
"id": "681",
"shortName": "681",
"longName": "Chambly - Terminus Longueuil - Cégep É.-Montpetit",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA0RA098733",
"label": "604224",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 296.15,
"odometer": 0,
"speed": 30
},
"agencyId": 16,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1721680211,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926719
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.28975,
45.43896
]
},
"properties": {
"trip": {
"id": "9535537-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "21",
"headsign": "Chambly - Richelieu - Marieville",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1050085"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Chambly - Richelieu - Marieville",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA2RA098734",
"label": "603724",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 194.01,
"odometer": 0,
"speed": 31
},
"agencyId": 16,
"currentStopSequence": 80,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1719832747,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926653
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42561,
45.43999
]
},
"properties": {
"trip": {
"id": "10708764-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "108",
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "4810016"
},
"route": {
"id": "481",
"shortName": "481",
"longName": "Chambly - Terminus Brossard",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA5RA098727",
"label": "604124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234.29,
"odometer": 0,
"speed": 38
},
"agencyId": 16,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1719948609,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926661
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.26101,
45.44257
]
},
"properties": {
"trip": {
"id": "9535538-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "22",
"headsign": "Chambly - Richelieu - Marieville",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1050085"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Chambly - Richelieu - Marieville",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA8RA098723",
"label": "603924",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120.93,
"odometer": 0,
"speed": 32
},
"agencyId": 16,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1720815370,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926691
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37962,
45.50298
]
},
"properties": {
"trip": {
"id": "9418238-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "27",
"headsign": "Chambly",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6810164"
},
"route": {
"id": "681",
"shortName": "681",
"longName": "Chambly - Terminus Longueuil - Cégep É.-Montpetit",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1R3754384",
"label": "313024",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132.66,
"odometer": 0,
"speed": 21
},
"agencyId": 16,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1721249291,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926707
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.31409,
45.416
]
},
"properties": {
"trip": {
"id": "10708763-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "109",
"headsign": "Terminus Chambly",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "4810015"
},
"route": {
"id": "481",
"shortName": "481",
"longName": "Chambly - Terminus Brossard",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5R3754372",
"label": "311824",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13,
"odometer": 0,
"speed": 71
},
"agencyId": 16,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1721158210,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926700
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29713,
45.44783
]
},
"properties": {
"trip": {
"id": "10708387-CRC-A25-GTFS_CRC-Semaine-03",
"shortName": "23",
"headsign": "Chambly (Fréchette - Brassard)",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1060021"
},
"route": {
"id": "106",
"shortName": "106",
"longName": "Chambly (Brassard - Salaberry - Gentilly)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8R3754379",
"label": "312524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 257.76,
"odometer": 0,
"speed": 15
},
"agencyId": 16,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"firstSeenAt": 1721642948,
"lastSeenAt": 1762993677,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926717
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20422,
43.75184
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "905",
"shortName": "905",
"longName": "Eglinton East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1204",
"label": "1204",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 211,
"odometer": null,
"speed": 38
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682744736,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2717251
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23117,
43.7767
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1205",
"label": "1205",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 257,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2805782
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13027,
43.78076
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1207",
"label": "1207",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682769734,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2731376
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24196,
43.72068
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1209",
"label": "1209",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 75,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1597395725,
"lastSeenAt": 1762993651,
"links": [
67,
83
],
"tags": [
24
],
"isActive": null
},
"id": 7770
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28041,
43.76605
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1222",
"label": "1222",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682729405,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2686141
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27553,
43.76696
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1227",
"label": "1227",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 49
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682814731,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2782782
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24086,
43.79811
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1231",
"label": "1231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 1
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682842270,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2803480
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32371,
43.77521
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Sheppard East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1232",
"label": "1232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 267,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682822770,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2792397
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2458,
43.81973
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1233",
"label": "1233",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 341,
"odometer": null,
"speed": 4
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1584071189,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 6920
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26709,
43.75663
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "133",
"shortName": "133",
"longName": "Neilson",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1243",
"label": "1243",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 163,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682573357,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 519910
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23212,
43.81702
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "134",
"shortName": "134",
"longName": "Progress",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1247",
"label": "1247",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 343,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682598084,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 828284
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21643,
43.78002
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1248",
"label": "1248",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 252,
"odometer": null,
"speed": 40
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682724251,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2662673
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.1897,
43.76724
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1253",
"label": "1253",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 106,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682814731,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2782786
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18495,
43.78736
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "905",
"shortName": "905",
"longName": "Eglinton East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1257",
"label": "1257",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 67,
"odometer": null,
"speed": 44
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682722091,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2649708
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34188,
43.77618
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Sheppard East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1263",
"label": "1263",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 82,
"odometer": null,
"speed": 34
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2801444
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20827,
43.79648
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "132",
"shortName": "132",
"longName": "Milner",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1267",
"label": "1267",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 253,
"odometer": null,
"speed": 50
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682844245,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2803632
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17557,
43.7896
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "905",
"shortName": "905",
"longName": "Eglinton East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1272",
"label": "1272",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 247,
"odometer": null,
"speed": 41
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831135,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2801110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22597,
43.77761
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1276",
"label": "1276",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682724010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2661270
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17291,
43.78189
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1277",
"label": "1277",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 270,
"odometer": null,
"speed": 10
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369896,
"lastSeenAt": 1762993652,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 5228
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.17636,
43.80707
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Sheppard East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1284",
"label": "1284",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 5
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2790441
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26401,
43.73227
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "905",
"shortName": "905",
"longName": "Eglinton East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1294",
"label": "1294",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2765552
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58576,
43.66512
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "112",
"shortName": "112",
"longName": "West Mall",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1305",
"label": "1305",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 157,
"odometer": null,
"speed": 13
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2801479
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26678,
43.76887
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "131",
"shortName": "131",
"longName": "Nugget",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1318",
"label": "1318",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 9
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1605525493,
"lastSeenAt": 1762993651,
"links": [
67,
83
],
"tags": [
24
],
"isActive": null
},
"id": 9177
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50969,
43.72463
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Jane",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1319",
"label": "1319",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 174,
"odometer": null,
"speed": 13
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682727004,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2677720
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50979,
43.72507
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Jane",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1320",
"label": "1320",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 170,
"odometer": null,
"speed": 27
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765627
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48834,
43.65879
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "935",
"shortName": "935",
"longName": "Jane Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1321",
"label": "1321",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 163,
"odometer": null,
"speed": 6
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682731927,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2697059
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48349,
43.66866
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Runnymede",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1322",
"label": "1322",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 172,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369887,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
26
],
"isActive": null
},
"id": 3638
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3994,
43.70501
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1323",
"label": "1323",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682711889,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2602057
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56634,
43.71135
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "945",
"shortName": "945",
"longName": "Kipling Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1324",
"label": "1324",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 345,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765626
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55394,
43.68438
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Kipling",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1325",
"label": "1325",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 342,
"odometer": null,
"speed": 43
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765625
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44832,
43.69605
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1327",
"label": "1327",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 24
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682814731,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2782848
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49617,
43.68517
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1329",
"label": "1329",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": null,
"speed": 32
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2805808
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50751,
43.70024
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1331",
"label": "1331",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765630
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39855,
43.70451
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1334",
"label": "1334",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 352,
"odometer": null,
"speed": 8
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682724850,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2666649
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37738,
43.70232
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Bayview South",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1342",
"label": "1342",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 37
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765635
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56502,
43.67417
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1349",
"label": "1349",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 83,
"odometer": null,
"speed": 31
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682842270,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2803494
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54299,
43.65976
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "945",
"shortName": "945",
"longName": "Kipling Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1351",
"label": "1351",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 342,
"odometer": null,
"speed": 12
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765631
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55037,
43.67565
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Kipling",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1355",
"label": "1355",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 162,
"odometer": null,
"speed": 43
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682822770,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2792452
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59004,
43.7609
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Kipling",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1357",
"label": "1357",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": null,
"speed": 13
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369895,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
26
],
"isActive": null
},
"id": 5019
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59043,
43.76066
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "945",
"shortName": "945",
"longName": "Kipling Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1358",
"label": "1358",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 151,
"odometer": null,
"speed": 23
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583384112,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
26
],
"isActive": null
},
"id": 5472
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26047,
43.77396
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "131",
"shortName": "131",
"longName": "Nugget",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1360",
"label": "1360",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 245,
"odometer": null,
"speed": 20
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682731449,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2694088
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51497,
43.74674
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "935",
"shortName": "935",
"longName": "Jane Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1362",
"label": "1362",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 7,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682736371,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2705789
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43656,
43.69945
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Eglinton West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1370",
"label": "1370",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 347,
"odometer": null,
"speed": 18
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765642
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47933,
43.65864
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Runnymede",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1371",
"label": "1371",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 336,
"odometer": null,
"speed": 24
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682736371,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2705791
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45983,
43.7319
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Weston Rd North",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1379",
"label": "1379",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
21
],
"isActive": null
},
"id": 2765648
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49286,
43.69329
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Runnymede",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1381",
"label": "1381",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 130,
"odometer": null,
"speed": 15
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765646
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49501,
43.69179
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Jane",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1383",
"label": "1383",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 94,
"odometer": null,
"speed": 12
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2801482
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50111,
43.69206
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "935",
"shortName": "935",
"longName": "Jane Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1384",
"label": "1384",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1590572466,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
26
],
"isActive": null
},
"id": 7278
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.621,
43.68704
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "52",
"shortName": "52",
"longName": "Lawrence West",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1386",
"label": "1386",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 146,
"odometer": null,
"speed": 10
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831135,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
21
],
"isActive": null
},
"id": 2801145
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56389,
43.70546
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Kipling",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1387",
"label": "1387",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 169,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765655
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52188,
43.697
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Scarlett Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1394",
"label": "1394",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 319,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2801485
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48395,
43.64998
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Jane",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1396",
"label": "1396",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 70,
"odometer": null,
"speed": 12
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682769734,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2731461
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4907,
43.76173
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "41",
"shortName": "41",
"longName": "Keele",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1399",
"label": "1399",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 173,
"odometer": null,
"speed": 37
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765663
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53579,
43.63787
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "945",
"shortName": "945",
"longName": "Kipling Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1402",
"label": "1402",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 220,
"odometer": null,
"speed": 46
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2801524
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50919,
43.77695
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Jane",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1404",
"label": "1404",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 113,
"odometer": null,
"speed": 8
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
26
],
"isActive": null
},
"id": 2765811
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40604,
43.74547
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1406",
"label": "1406",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": null,
"speed": 4
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682842270,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2803511
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26333,
43.73251
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "905",
"shortName": "905",
"longName": "Eglinton East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1407",
"label": "1407",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 248,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682829670,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2799664
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25602,
43.78547
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "132",
"shortName": "132",
"longName": "Milner",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1409",
"label": "1409",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 253,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2800577
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49495,
43.76611
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "41",
"shortName": "41",
"longName": "Keele",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1415",
"label": "1415",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": null,
"speed": 24
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583386332,
"lastSeenAt": 1762993650,
"links": [
83
],
"tags": [
26
],
"isActive": null
},
"id": 5672
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26307,
43.73245
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1419",
"label": "1419",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 245,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682731144,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2693110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20467,
43.75109
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1420",
"label": "1420",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": null,
"speed": 25
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831135,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2801180
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37212,
43.75112
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1422",
"label": "1422",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2800580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23207,
43.77681
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1423",
"label": "1423",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 166,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2801527
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25157,
43.77277
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1503",
"label": "1503",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 171,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682688240,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2356640
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37633,
43.76919
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sheppard Central",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1521",
"label": "1521",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 74,
"odometer": null,
"speed": 3
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583525767,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 6680
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27981,
43.71026
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1536",
"label": "1536",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369895,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 5023
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23275,
43.77944
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1553",
"label": "1553",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369894,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 4800
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25256,
43.73585
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "116",
"shortName": "116",
"longName": "Morningside",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1555",
"label": "1555",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 253,
"odometer": null,
"speed": 28
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682602161,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 931524
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2799,
43.7661
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1560",
"label": "1560",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583375352,
"lastSeenAt": 1762993651,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 5401
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30386,
43.76037
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1575",
"label": "1575",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 72,
"odometer": null,
"speed": 38
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682720889,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2641257
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26026,
43.71665
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1576",
"label": "1576",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 80,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2805940
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25036,
43.77254
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "133",
"shortName": "133",
"longName": "Neilson",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1579",
"label": "1579",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 256,
"odometer": null,
"speed": 5
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682735172,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2704269
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24532,
43.71999
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1590",
"label": "1590",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 38
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682815572,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2784481
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24144,
43.77454
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1595",
"label": "1595",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 257,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682731144,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2693284
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33485,
43.75853
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1603",
"label": "1603",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 67,
"odometer": null,
"speed": 38
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682721733,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2648538
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2509,
43.83092
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1605",
"label": "1605",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 184,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682685603,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2303805
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25382,
43.73535
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "116",
"shortName": "116",
"longName": "Morningside",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1614",
"label": "1614",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 37
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2766067
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25567,
43.78291
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "131",
"shortName": "131",
"longName": "Nugget",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1625",
"label": "1625",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 165,
"odometer": null,
"speed": 28
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820139,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2789454
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.171,
43.80945
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "986",
"shortName": "986",
"longName": "Scarborough Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1653",
"label": "1653",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 299,
"odometer": null,
"speed": 19
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682732525,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2698861
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26435,
43.73233
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1654",
"label": "1654",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 348,
"odometer": null,
"speed": 10
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2790770
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19363,
43.78516
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1655",
"label": "1655",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 69,
"odometer": null,
"speed": 3
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2766070
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21437,
43.79595
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "132",
"shortName": "132",
"longName": "Milner",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1656",
"label": "1656",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 72,
"odometer": null,
"speed": 42
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682711889,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2602669
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26417,
43.73144
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "131",
"shortName": "131",
"longName": "Nugget",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1657",
"label": "1657",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2766069
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28083,
43.7653
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Highland Creek",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1660",
"label": "1660",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 348,
"odometer": null,
"speed": 3
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682720234,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2635764
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2537,
43.7356
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1661",
"label": "1661",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 250,
"odometer": null,
"speed": 33
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682815572,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2784520
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18976,
43.76718
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1663",
"label": "1663",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 29,
"odometer": null,
"speed": 2
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682723411,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2657510
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34978,
43.76142
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "122",
"shortName": "122",
"longName": "Graydon Hall",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1676",
"label": "1676",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 93,
"odometer": null,
"speed": 42
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2766074
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20774,
43.78754
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "133",
"shortName": "133",
"longName": "Neilson",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1679",
"label": "1679",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 317,
"odometer": null,
"speed": 36
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682815572,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2784521
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31773,
43.82108
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3100",
"label": "3100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 67,
"odometer": null,
"speed": 12
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2805819
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32999,
43.7934
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3102",
"label": "3102",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 71,
"odometer": null,
"speed": 41
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2765676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30568,
43.77363
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3103",
"label": "3103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 165,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682709968,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2591952
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26956,
43.83244
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3107",
"label": "3107",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 251,
"odometer": null,
"speed": 42
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682724550,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2664292
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29356,
43.79497
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3110",
"label": "3110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 160,
"odometer": null,
"speed": 31
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682735172,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2704022
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24046,
43.8135
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3113",
"label": "3113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": null,
"speed": 42
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2800532
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25883,
43.77416
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "939",
"shortName": "939",
"longName": "Finch Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3116",
"label": "3116",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 310,
"odometer": null,
"speed": 1
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2800530
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.265,
43.75077
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "129",
"shortName": "129",
"longName": "McCowan North",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3117",
"label": "3117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 155,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2790521
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35554,
43.79265
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3118",
"label": "3118",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 266,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682744736,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2717325
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28017,
43.70987
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Birchmount",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3119",
"label": "3119",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682744736,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2717324
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29072,
43.78901
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3125",
"label": "3125",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 339,
"odometer": null,
"speed": 28
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2801501
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30439,
43.81855
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3126",
"label": "3126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 249,
"odometer": null,
"speed": 3
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682686138,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2315806
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26821,
43.73259
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3127",
"label": "3127",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 164,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682842270,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2803501
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25174,
43.82431
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "42",
"shortName": "42",
"longName": "Cummer",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3129",
"label": "3129",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2765708
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26528,
43.75183
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Midland",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3130",
"label": "3130",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 202,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2805831
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28603,
43.72351
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3132",
"label": "3132",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 163,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2800538
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33696,
43.81816
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "167",
"shortName": "167",
"longName": "Pharmacy North",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3133",
"label": "3133",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 15,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820139,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2789206
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31858,
43.80106
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3134",
"label": "3134",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 161,
"odometer": null,
"speed": 40
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682831169,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2801499
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33263,
43.85063
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3135",
"label": "3135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 348,
"odometer": null,
"speed": 58
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2805839
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41486,
43.78133
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3136",
"label": "3136",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682815572,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2784272
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29243,
43.76781
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Birchmount",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3141",
"label": "3141",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 162,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682727004,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2677799
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36479,
43.71356
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Leslie",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3142",
"label": "3142",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 1,
"odometer": null,
"speed": 14
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2805838
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30687,
43.79877
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3144",
"label": "3144",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 250,
"odometer": null,
"speed": 37
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2765725
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25238,
43.83647
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3146",
"label": "3146",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 245,
"odometer": null,
"speed": 19
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682824035,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2794575
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26355,
43.73299
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3147",
"label": "3147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 76,
"odometer": null,
"speed": 10
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2765741
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28019,
43.82998
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3148",
"label": "3148",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 261,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682744736,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2717344
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30329,
43.7997
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3149",
"label": "3149",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 251,
"odometer": null,
"speed": 39
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682731927,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2697142
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30159,
43.81148
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Kennedy",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3151",
"label": "3151",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 342,
"odometer": null,
"speed": 10
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682748371,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2719846
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27832,
43.75872
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "939",
"shortName": "939",
"longName": "Finch Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3153",
"label": "3153",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 344,
"odometer": null,
"speed": 33
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682815572,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2784278
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29112,
43.81232
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Midland",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3154",
"label": "3154",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 342,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682748371,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2719844
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26895,
43.81128
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "129",
"shortName": "129",
"longName": "McCowan North",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3155",
"label": "3155",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 341,
"odometer": null,
"speed": 2
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682798532,
"lastSeenAt": 1762993650,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2765737
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36369,
43.80238
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "42",
"shortName": "42",
"longName": "Cummer",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3156",
"label": "3156",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 315,
"odometer": null,
"speed": 18
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369896,
"lastSeenAt": 1762993652,
"links": [
83
],
"tags": [
25
],
"isActive": null
},
"id": 5236
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32353,
43.81984
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3157",
"label": "3157",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 253,
"odometer": null,
"speed": 3
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2790559
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41963,
43.79589
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3158",
"label": "3158",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 180,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1583369888,
"lastSeenAt": 1762993652,
"links": [
83
],
"tags": [
25
],
"isActive": null
},
"id": 3709
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36607,
43.71339
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Leslie",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3159",
"label": "3159",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 253,
"odometer": null,
"speed": 6
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682724251,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2662902
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29734,
43.80107
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "39",
"shortName": "39",
"longName": "Finch East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3160",
"label": "3160",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 72,
"odometer": null,
"speed": 6
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682746571,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2718501
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28269,
43.71622
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3162",
"label": "3162",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 337,
"odometer": null,
"speed": 26
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682819592,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2788078
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4161,
43.78175
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3163",
"label": "3163",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 170,
"odometer": null,
"speed": 14
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2790558
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30342,
43.76849
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Warden",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3165",
"label": "3165",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682722799,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2653769
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36167,
43.76356
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Leslie",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3167",
"label": "3167",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 86,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682822770,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2792507
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30848,
43.82351
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3168",
"label": "3168",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 250,
"odometer": null,
"speed": 45
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682850010,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2805850
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22504,
43.83331
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "953",
"shortName": "953",
"longName": "Steeles East Express",
"color": "#00A651",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3169",
"label": "3169",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 168,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682750165,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2721124
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2487,
43.83706
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3170",
"label": "3170",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 43,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682830571,
"lastSeenAt": 1762993651,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2800554
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30481,
43.90066
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "129",
"shortName": "129",
"longName": "McCowan North",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3171",
"label": "3171",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 72,
"odometer": null,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682820973,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2790566
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41528,
43.78184
]
},
"properties": {
"trip": {
"id": null,
"shortName": null,
"headsign": null,
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "53",
"shortName": "53",
"longName": "Steeles East",
"color": "#ED1C24",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "3173",
"label": "3173",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125,
"odometer": null,
"speed": 17
},
"agencyId": 17,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1682688367,
"lastSeenAt": 1762993652,
"links": [],
"tags": [
25
],
"isActive": null
},
"id": 2359056
}
],
"links": {
"first": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
"last": "https://api.transittracker.ca/v2/vehicles.geojson?page=7",
"prev": null,
"next": "https://api.transittracker.ca/v2/vehicles.geojson?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 7,
"links": [
{
"url": null,
"label": "« Previous",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
"label": "1",
"active": true
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
"label": "2",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=3",
"label": "3",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=4",
"label": "4",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=5",
"label": "5",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=6",
"label": "6",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=7",
"label": "7",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
"label": "Next »",
"active": false
}
],
"path": "https://api.transittracker.ca/v2/vehicles.geojson",
"per_page": 500,
"to": 500,
"total": 3433
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/vehicles/{vehicle_id}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/vehicles/1"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/vehicles/1'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 30
x-ratelimit-remaining: 27
content-language: en
vary: Origin
{
"data": {
"id": 1,
"ref": "22215",
"isActive": false,
"label": "22215",
"timestamp": null,
"tripId": "217809243",
"routeId": "162",
"startTime": "07:43:00",
"position": {
"lat": 45.52127,
"lon": -73.66717
},
"bearing": null,
"speed": null,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"currentStatus": {
"data": 2,
"label": "In transit to"
},
"scheduleRelationship": {
"data": null,
"label": null
},
"congestionLevel": {
"data": null,
"label": null
},
"occupancyStatus": {
"data": null,
"label": null
},
"agency": "stm",
"links": [
3,
22
],
"tags": [],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.
GET v2/vehicles.geojson/{vehicle_id}
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/vehicles.geojson/1"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/vehicles.geojson/1';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/vehicles.geojson/1'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 30
x-ratelimit-remaining: 26
content-language: en
vary: Origin
{
"data": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66717,
45.52127
]
},
"properties": {
"trip": {
"id": "217809243",
"shortName": null,
"headsign": null,
"startTime": "07:43:00",
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": null
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22215",
"label": "22215",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": null,
"odometer": null,
"speed": null
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": null,
"occupancyStatus": null,
"firstSeenAt": 1574399675,
"lastSeenAt": 1612373405,
"links": [
3,
22
],
"tags": [],
"isActive": false
},
"id": 1
}
}
Received response:
Request failed with error:
Tip: Check that you're properly connected to the network.
If you're a maintainer of ths API, verify that your API is running and you've enabled CORS.
You can check the Dev Tools console for debugging information.