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: 141
x-ratelimit-remaining: 140
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": [
"Boisbriand",
"Deux-Montagnes",
"Sainte-Marthe-sur-le-Lac",
"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": {}
},
{
"id": 6,
"isArchived": false,
"name": "exo Vallée-du-Richelieu",
"shortName": "Vallée-du-Richelieu",
"slug": "vr",
"cities": [
"Otterburn Park",
"Saint-Basile-le-Grand",
"Saint-Hyacinthe",
"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": [
"L'Assomption",
"Lavaltrie",
"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": [
"Léry",
"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",
"Rigaud",
"St-Lazare"
],
"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": [
"Whitby",
"Oshawa",
"Brock",
"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": [
"East Gwillimbury",
"Markham",
"Newmarket",
"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": 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": [
"Milton",
"Kitchener",
"Barrie",
"Stouffville",
"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": [
"useRouteFromTrip"
],
"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",
"Huntingdon",
"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": "#0075D2",
"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": [
"Val-David",
"Sainte-Adèle",
"Piedmont",
"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:349210"
],
"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": {}
},
{
"id": 57,
"isArchived": false,
"name": "Grand River Transit LRT",
"shortName": "GRT LRT",
"slug": "grt-lrt",
"cities": [
"Cambridge",
"Kitchener",
"Waterloo",
"Elmira",
"New Hamburg"
],
"defaultVehicleType": "tram",
"color": "#006CB7",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.regionofwaterloo.ca/government-and-council/transparency-and-accountability/open-data/#OpenDataLicence",
"title": "Region of Waterloo Open Data Licence v.2.0",
"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: 141
x-ratelimit-remaining: 139
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: 3
x-ratelimit-remaining: 2
content-language: en
access-control-allow-origin: https://www.transittracker.ca
vary: Origin
access-control-allow-credentials: true
access-control-expose-headers: ETag
set-cookie: XSRF-TOKEN=eyJpdiI6IlgvbndFNDFCYWpETEdqdmZYUGJwYXc9PSIsInZhbHVlIjoieE54L2RkNzdtd3FpYlBMS3JiSmJGWi9EbjFoOWYvQWp6L21wdWxIU3l4cFBPWEVPZDNSOTJrU1I2ZXQ1RTA0VWRDZm5nZlZzemd1NENZL29vZlNMTXpvTjFJN2lLSlBTTEZyQzE4N29LSEJqaHVHampZbUhML1V0K3hmbTJLbmsiLCJtYWMiOiJmNjAxNjgwM2UzYWQ1YjkyNDcwNTA0ZDE1MzQ5MDFjNGNhMTk3YTEzN2RkZDIyNjg3NWYzN2U3NWQwMzhkZjQ2IiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:25 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; samesite=lax; transit_tracker_session=eyJpdiI6IjQ1T1JXOVFyTTRlNTdIUksxbWM3S2c9PSIsInZhbHVlIjoiK1pGdzF2bTk3RUE0clFuWlJzMVQrejIwYnJwei9zaG4ydXpjNS92NGlGcGw0Q0JFY3BORDBSK3FrVS9IRUVhSjNrQW5kbnNVQ3dkZWV6di81aXFjbnNrbnlZSE82Y3ZvWkFRcjdLWU43UFQ4THU1bWxRTEpTVmhQUEZnaEIzRWQiLCJtYWMiOiIwNzg4ZjA0Zjc5YjBjNjhmMjY0NDBiNDg1MTUwYzE3NmIwYzRhNWJlY2I5Mzk5OTM1YzU0YjYwMzkzNGI5NmMzIiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:25 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; httponly; samesite=lax
{
"data": [
{
"id": 66,
"title": "Return of GRT",
"subtitle": "GRT LRT is now a distinct agency",
"createdAt": 1778805331,
"body": "<p>Grand River Transit has updated its data feed. The new version is now available, but it is divided into two agencies.</p><ul><li>The old agency only contains bus data.</li><li>A new agency has been created for LRT vehicles: \"Grand River Transit LRT\".</li></ul>",
"color": "default",
"icon": "M14,4L16.29,6.29L13.41,9.17L14.83,10.59L17.71,7.71L20,10V4M10,4H4V10L6.29,7.71L11,12.41V20H13V11.59L7.71,6.29",
"action": null,
"actionParameters": [],
"image": "01KRMGYNZGRVW81J6GJT59XEGP.jpg",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"tor"
]
]
},
{
"id": 65,
"title": "Happy holidays and version 2.11",
"subtitle": "Some new things for this holiday season",
"createdAt": 1766592226,
"body": "<p>For the holidays, I'm pleased to present a new update to Transit Tracker, version 2.11. While more subtle, it still brings improvements for new users.</p><ul><li>The settings menu has been remade from scratch, with a better user experience.</li><li>Links to settings across the app now redirects to the</li><li>A new panel for alert is now available. You can see previous archived alerts that you might have missed. <em>Coming very soon to mobile.</em></li><li>Users with push notification and general news activated, will now receive notifications for new alerts.</li><li>The default behavior for agencies settings has changed. For new users, all agencies are now visible by default. For existing users, new agencies will be added automatically unless excluded from settings.</li><li>For new users, auto refresh is on by default.</li><li>If you had dark theme enabled, with map as default screen, the map was always light for the first load! This should now been fixed.</li></ul><p>What is coming next year:</p><ul><li>A new updated region switcher</li><li>Push notification for favorite vehicles</li><li>Performance improvements using updated libraries (Vue/Nuxt 3)</li><li>Satellite view (to be confirmed)</li></ul><p>Is there a feature or an agency you will like to see? Please <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSda-86sV12itRXPhLaw-WDDJI38GOSefq_7X006s1YP6pN4eg/viewform\"><span style=\"text-decoration: underline;\">let me know</span></a>!</p><p><br></p><p>Happy holidays to everyone!</p><p>Félix</p>",
"color": "default",
"icon": "M22.56 11.39C22.36 10.59 21.82 9.85 21.05 9.44L20.63 7.74C21.11 7.58 21.57 7.41 22 7.23V5C20 6.07 16.53 7.03 12 7.03S4 6.07 2 5V7.23C2.43 7.41 2.89 7.58 3.37 7.74L2.95 9.44C2.18 9.85 1.64 10.59 1.44 11.39C.905 13.57 .385 17.31 2.92 17.93C4 18.2 6 17.89 7.27 12.82C7.46 12 7.33 11.12 6.84 10.39L7.26 8.67C8.14 8.81 9.05 8.9 10 8.96V10.74C9.35 11.33 9 12.17 9 13C9 15.24 9.39 19 12 19C13.12 19 15 18.22 15 13C15 12.17 14.65 11.33 14 10.74V8.96C14.95 8.9 15.86 8.81 16.74 8.67L17.16 10.39C16.67 11.12 16.54 12 16.73 12.82C18 17.89 20 18.2 21.08 17.93C23.61 17.31 23.09 13.57 22.56 11.39M5.81 12.47C5.81 12.47 4.74 16.84 3.28 16.5C1.82 16.12 2.9 11.75 2.9 11.75S3.26 10.29 4.71 10.65 5.81 12.47 5.81 12.47M12 17.5C10.5 17.5 10.5 13 10.5 13S10.5 11.5 12 11.5 13.5 13 13.5 13 13.5 17.5 12 17.5M20.72 16.5C19.27 16.84 18.19 12.47 18.19 12.47S17.83 11 19.29 10.65 21.1 11.75 21.1 11.75 22.18 16.12 20.72 16.5Z",
"action": null,
"actionParameters": [],
"image": "01KD8K2KW193RBRHV4B2ATFZXZ.png",
"can_be_closed": false,
"category": 0,
"status": 3,
"regions": []
},
{
"id": 64,
"title": "Improved feed for TTC",
"subtitle": "Route info, occupancy, blocks and more!",
"createdAt": 1765483013,
"body": "<p><em>Photo by Clarence Wang </em></p><p>The TTC recently released an enhanced version of its real-time data feed. This new data will allow you to use Transit Tracker more effectively. Here is the new data available:</p><ul><li>Route information (name and direction)</li><li>Route path on the map</li><li>Associated trips made by the same vehicle (blocks)</li><li>Vehicle occupancy</li></ul>",
"color": "default",
"icon": "M3 3V22L6 20L9 22L12 20L13.3 20.86C13.1 20.28 13 19.65 13 19C13 15.69 15.69 13 19 13C19.7 13 20.37 13.12 21 13.34V3H3M17 7V9H7V7H17M15 11V13H7V11H15M18 15V18H15V20H18V23H20V20H23V18H20V15H18Z",
"action": null,
"actionParameters": [],
"image": "01KC7G3FETNVT6EZBP2ZXFCFAA.jpg",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"tor"
]
]
},
{
"id": 63,
"title": "Version 2.10",
"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": 0,
"status": 3,
"regions": []
},
{
"id": 62,
"title": "OC Transpo is now available",
"subtitle": "Ottawa buses are now visible in Transit Tracker!",
"createdAt": 1713992822,
"body": "<p>OC Transpo is now available in Transit Tracker!</p><p>Note that only the buses are visible, the O-Train is not included. The feed is still in beta, there may be interruptions at times.</p><p>Photo by: <a href=\"https://unsplash.com/@shubhamsharan\">Shubham Sharan</a></p>",
"color": "default",
"icon": "M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9Z",
"action": "newAgencies",
"actionParameters": {
"agencies": "octranspo"
},
"image": "01HW8YXVQW8Y4GHFZ51ST84ECB.jpg",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"outaouais"
]
]
},
{
"id": 61,
"title": "Saint-Hyacinthe is now available",
"subtitle": "MRC Haut-Saint-Laurent is now back",
"createdAt": 1711548641,
"body": "<p>Transit Tracker now has a new agency: City of Saint-Hyacinthe! Located southeast of Montreal, this city offers local bus service.<br><br><strong>Concerning the vehicle identifier: </strong>this is not the vehicle fleet number. They might not even be tied to a single vehicle (like Zenbus, behavior is unknown). You can always suggest a new vehicle ID using the report form.<br><br>This also applies to the MRC du Haut-Saint-Laurent, which uses the same data provider.</p><p>Photo by Sébastien Maltais - GNU Free Documentation.</p>",
"color": "default",
"icon": "M12 2C7.58 2 4 2.5 4 6V16A3 3 0 0 0 5 18.22V20A1 1 0 0 0 6 21H7A1 1 0 0 0 8 20V19H14A8 8 0 0 1 13 15.5A5.55 5.55 0 0 1 15.38 11H6V6H18V10A4.07 4.07 0 0 1 18.5 10A5.34 5.34 0 0 1 20 10.22V6C20 2.5 16.42 2 12 2M7.5 14A1.5 1.5 0 1 1 6 15.5A1.5 1.5 0 0 1 7.5 14M18.5 12A3.54 3.54 0 0 0 15 15.5C15 18.1 18.5 22 18.5 22S22 18.1 22 15.5A3.54 3.54 0 0 0 18.5 12M18.5 16.8A1.2 1.2 0 1 1 18.5 14.4A1.29 1.29 0 0 1 19.7 15.6A1.15 1.15 0 0 1 18.5 16.8Z",
"action": "newAgencies",
"actionParameters": {
"agencies": "vsh,mrchsl"
},
"image": "01HT0466BNYWHAC8SHJ32CWX99.png",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"mtl"
]
]
},
{
"id": 52,
"title": "MiWay is now available!",
"subtitle": "The Mississauga agency is the latest addition to Toronto.",
"createdAt": 1685060534,
"body": "<p>You can now add MiWay to Transit Tracker, bringing even more agencies to the greater Toronto region.</p><p>Photo by Secondarywaltz - Public Domain.</p>",
"color": "default",
"icon": "M19,15H17V13H19M19,19H17V17H19M13,7H11V5H13M13,11H11V9H13M13,15H11V13H13M13,19H11V17H13M7,11H5V9H7M7,15H5V13H7M7,19H5V17H7M15,11V5L12,2L9,5V7H3V21H21V11H15Z",
"action": "newAgencies",
"actionParameters": {
"agencies": "miway"
},
"image": "cpcATxBNnlIl9ph8GMT4EcJSDV4tD4-metaTWlXYXlfMTAzMi5qcGc=-.jpg",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"tor"
]
]
},
{
"id": 51,
"title": "Saint-Jean is now available",
"subtitle": "Explore the local and express network of Saint-Jean-sur-Richelieu",
"createdAt": 1685060436,
"body": "<p>Transit Tracker now has a 45th agency: Saint-Jean-sur-Richelieu! Explore the local network as well as the express routes to Montreal, from the city known for its hot air balloon festival.</p><p>This agency uses the Zenbus service, which means fleet numbers are not available. Generally, the vehicle identifier provided by Zenbus is not associated with a specific bus.</p><p>Photo by Claudette Gallant - CC0 Public Domain.</p>",
"color": "default",
"icon": "M11,23A2,2 0 0,1 9,21V19H15V21A2,2 0 0,1 13,23H11M12,1C12.71,1 13.39,1.09 14.05,1.26C15.22,2.83 16,5.71 16,9C16,11.28 15.62,13.37 15,16A2,2 0 0,1 13,18H11A2,2 0 0,1 9,16C8.38,13.37 8,11.28 8,9C8,5.71 8.78,2.83 9.95,1.26C10.61,1.09 11.29,1 12,1M20,8C20,11.18 18.15,15.92 15.46,17.21C16.41,15.39 17,11.83 17,9C17,6.17 16.41,3.61 15.46,1.79C18.15,3.08 20,4.82 20,8M4,8C4,4.82 5.85,3.08 8.54,1.79C7.59,3.61 7,6.17 7,9C7,11.83 7.59,15.39 8.54,17.21C5.85,15.92 4,11.18 4,8Z",
"action": "newAgencies",
"actionParameters": {
"agencies": "sjsr,mrchsl"
},
"image": "0Oxg8jjZJGxcPQ8BXdFV9Ja9lwdA8S-metabW9uZ29sZmllcmVzLXN0LWplYW4tMjAxMi0zLmpwZw==-.jpg",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"mtl"
]
]
},
{
"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": []
},
{
"id": 43,
"title": "8 new agencies!",
"subtitle": "New agencies are added in Montréal (2), Toronto (5) and Laurentides (1)",
"createdAt": 1674569316,
"body": "<p>Take advantage of new agencies in Quebec and Ontario to complete your Transit Tracker experience! Other agencies will also be added soon.</p>",
"color": "secondary-dark",
"icon": "M5 2H12C12.8 2 13.56 2.32 14.12 2.88C14.68 3.44 15 4.2 15 5V6H13V4H4V11H9V16H8L5 19H4V17L5 16C4.2 16 3.44 15.68 2.88 15.12C2.32 14.56 2 13.8 2 13V5C2 4.2 2.32 3.44 2.88 2.88C3.44 2.32 4.2 2 5 2M5.71 12.29C5.5 12.11 5.27 12 5 12C4.74 12 4.5 12.11 4.29 12.29C4.11 12.5 4 12.74 4 13C4 13.27 4.11 13.5 4.29 13.71C4.5 13.9 4.74 14 5 14C5.27 14 5.5 13.9 5.71 13.71C5.9 13.5 6 13.27 6 13C6 12.74 5.9 12.5 5.71 12.29M11 11C11 9.34 12 8 15 8H18C21 8 22 9.34 22 11V18C22 18.74 21.6 19.39 21 19.73V21C21 21.55 20.55 22 20 22C19.45 22 19 21.55 19 21V20H14V21C14 21.55 13.55 22 13 22C12.45 22 12 21.55 12 21V19.73C11.4 19.39 11 18.74 11 18V11M13 10V14H20V10H13M14 18C14.55 18 15 17.55 15 17C15 16.45 14.55 16 14 16C13.45 16 13 16.45 13 17C13 17.55 13.45 18 14 18M20 17C20 16.45 19.55 16 19 16C18.45 16 18 16.45 18 17C18 17.55 18.45 18 19 18C19.55 18 20 17.55 20 17Z",
"action": "newAgencies",
"actionParameters": {
"agencies": "stcpds,mrchsl,inter,up,ltc,milton,stratford,orangeville"
},
"image": "",
"can_be_closed": false,
"category": 1,
"status": 3,
"regions": [
[
"laurentides"
],
[
"mtl"
],
[
"tor"
]
]
}
],
"links": {
"first": "https://api.transittracker.ca/v2/alerts?page=1",
"last": "https://api.transittracker.ca/v2/alerts?page=2",
"prev": null,
"next": "https://api.transittracker.ca/v2/alerts?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 2,
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/alerts?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": "https://api.transittracker.ca/v2/alerts?page=2",
"label": "2",
"page": 2,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/alerts?page=2",
"label": "Next »",
"page": 2,
"active": false
}
],
"path": "https://api.transittracker.ca/v2/alerts",
"per_page": 10,
"to": 10,
"total": 17
}
}
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 (404):
Show headers
cache-control: no-cache, private
content-type: text/html; charset=utf-8
x-ratelimit-limit: 3
x-ratelimit-remaining: 1
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/regions/{region}/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
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.
Carriage Types
GET v2/carriageTypes
Example request:
curl --request GET \
--get "https://api.transittracker.ca/v2/carriageTypes"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/carriageTypes';
$response = $client->get($url);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/carriageTypes'
response = requests.request('GET', url, )
response.json()Example response (200):
Show headers
cache-control: no-cache, private
content-type: application/json
x-ratelimit-limit: 5
x-ratelimit-remaining: 4
content-language: en
vary: Origin
{
"data": [
{
"id": 1,
"category": 0,
"make": "GMD",
"model": "F59PHI"
},
{
"id": 2,
"category": 0,
"make": "GMD",
"model": "F59PH"
},
{
"id": 3,
"category": 0,
"make": "Bombardier",
"model": "ALP-45DP"
},
{
"id": 4,
"category": 0,
"make": "Siemens",
"model": "Charger"
},
{
"id": 5,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series VII"
},
{
"id": 6,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series VII"
},
{
"id": 7,
"category": 1,
"make": "Bombardier",
"model": "MultiLevel"
},
{
"id": 8,
"category": 2,
"make": "Bombardier",
"model": "MultiLevel"
},
{
"id": 9,
"category": 1,
"make": "CRRC Tangshan",
"model": "Bilevel"
},
{
"id": 10,
"category": 2,
"make": "CRRC Tangshan",
"model": "Bilevel"
},
{
"id": 11,
"category": 0,
"make": "MPI",
"model": "MP40PH-3C"
},
{
"id": 12,
"category": 0,
"make": "MPI",
"model": "MP54AC"
},
{
"id": 13,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series I"
},
{
"id": 14,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series II"
},
{
"id": 15,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series II"
},
{
"id": 16,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series III"
},
{
"id": 17,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series III"
},
{
"id": 18,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series IV"
},
{
"id": 19,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series IV"
},
{
"id": 20,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series V"
},
{
"id": 21,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series VI"
},
{
"id": 22,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series VIII"
},
{
"id": 23,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series VIII"
},
{
"id": 24,
"category": 1,
"make": "Bombardier",
"model": "BiLevel Series 10"
},
{
"id": 25,
"category": 2,
"make": "Bombardier",
"model": "BiLevel Series 10"
}
]
}
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
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": 500,
"cities": [
"Montréal",
"Saint-Jérôme",
"Laval",
"Longueuil",
"Sainte-Marthe-sur-le-Lac",
"Saint-Basile-le-Grand",
"Saint-Philippe",
"L'Assomption",
"Sainte-Julie",
"Sainte-Martine",
"Sainte-Martine",
"Île Perrot",
"Delson",
"Verchères",
"Terrebonne",
"Chambly",
"Sorel-Tracy",
"Huntingdon",
"Saint-Lin-Laurentides",
"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": 18,
"vehicles": 1503,
"cities": [
"Toronto",
"Brampton",
"Burlington",
"Scugog",
"Hamilton",
"Georgina",
"Waterloo",
"Guelph",
"Stouffville",
"Borden",
"Toronto",
"London",
"Stratford",
"Orangeville",
"St. Thomas",
"Milton",
"Mississauga",
"New Hamburg"
],
"range": 7
},
"geometry": {
"type": "Point",
"coordinates": [
"-79.4414",
"43.6936"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "sh",
"name": "Sherbrooke",
"agencies": 1,
"vehicles": 14,
"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": 112,
"cities": [
"Saint-Lambert-de-Lauzon",
"Québec"
],
"range": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"-71.3005",
"46.7456"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "outaouais",
"name": "Ottawa-Gatineau",
"agencies": 2,
"vehicles": 181,
"cities": [
"Gatineau",
"Ottawa"
],
"range": 5
},
"geometry": {
"type": "Point",
"coordinates": [
"-75.7386",
"45.5388"
]
}
},
{
"type": "Feature",
"properties": {
"slug": "laurentides",
"name": "Laurentides",
"agencies": 3,
"vehicles": 24,
"cities": [
"Mont-Tremblant",
"Piedmont",
"Rosemère"
],
"range": 3
},
"geometry": {
"type": "Point",
"coordinates": [
"-74.593",
"46.1185"
]
}
}
],
"stats": {
"totalVehiclesRecorded": 19384
}
}
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.74046,
45.4476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61442,
45.4654
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54443,
45.46946
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57275,
45.49995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5611,
45.4484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64374,
45.41785
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.44767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5809,
45.49742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65414,
45.4344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57209,
45.5043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72233,
45.44043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68092,
45.43586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65595,
45.44236
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58653,
45.52648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61884,
45.44136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58224,
45.45691
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54025,
45.58962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49219,
45.65727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56116,
45.65044
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51608,
45.65564
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82129,
45.49567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6106,
45.61327
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58377,
45.57618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53564,
45.54819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83208,
45.46112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53368,
45.54745
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65097,
45.5844
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58026,
45.49809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56643,
45.49928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66101,
45.47649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49271,
45.67606
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56985,
45.59738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83534,
45.46083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64662,
45.59041
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62151,
45.4768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59482,
45.55051
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57835,
45.51165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60555,
45.47716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52525,
45.50621
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61126,
45.53147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51292,
45.58124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54993,
45.53262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55987,
45.52517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56895,
45.50724
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58106,
45.49635
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59649,
45.49485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64503,
45.49138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67135,
45.54944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68349,
45.5076
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66386,
45.45869
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61704,
45.62928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8132,
45.51001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57317,
45.56047
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62462,
45.53013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6054,
45.52363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60468,
45.49503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51136,
45.65071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62936,
45.61564
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67606,
45.50884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70754,
45.52213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62927,
45.46355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62086,
45.493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56362,
45.50638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61615,
45.4848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61989,
45.60677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70162,
45.47602
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52988,
45.60447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5585,
45.51225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55174,
45.53334
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62864,
45.47849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75433,
45.49528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77048,
45.4532
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.51107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53029,
45.55657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60863,
45.46389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66882,
45.44656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57314,
45.48806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53448,
45.52139
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60055,
45.5861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67113,
45.46262
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5677,
45.53293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63863,
45.48765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60241,
45.53292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54694,
45.57695
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75156,
45.45662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58789,
45.59712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67297,
45.5225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71136,
45.52147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68402,
45.5141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59785,
45.54705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56755,
45.51672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5468,
45.5628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78211,
45.45419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44103,
45.44707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43623,
45.44619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45435,
45.47483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47427,
45.43793
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48071,
45.51793
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51315,
45.51737
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62989,
45.51822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56105,
45.49777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68354,
45.52485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56761,
45.59049
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52156,
45.52372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51299,
45.52917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65282,
45.55075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63255,
45.41703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.46278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67002,
45.50649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5248,
45.59336
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53238,
45.61303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6902,
45.48673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55707,
45.50015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61034,
45.42595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5528,
45.59763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68784,
45.51031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54776,
45.56993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57234,
45.58277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56104,
45.44841
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59917,
45.42731
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61012,
45.4959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65022,
45.44273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93552,
45.40505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62991,
45.43256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89178,
45.46498
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67755,
45.50412
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58045,
45.61755
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82964,
45.46785
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83389,
45.42824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56771,
45.59018
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73402,
45.50355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59602,
45.44573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70989,
45.5256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89294,
45.45942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.535,
45.59666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.5868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54829,
45.45255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54949,
45.544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57362,
45.5411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56953,
45.59071
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58582,
45.48259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70122,
45.44457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54537,
45.59812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58028,
45.61684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95672,
45.4053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6142,
45.42556
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46535,
45.45959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64,
45.50655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62134,
45.61376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60876,
45.47429
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53386,
45.52132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6127,
45.53949
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53461,
45.59734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82458,
45.52104
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57127,
45.6592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60944,
45.48242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59348,
45.43393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70086,
45.49973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57312,
45.57012
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62746,
45.4705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57804,
45.55585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57251,
45.45001
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53598,
45.52148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56184,
45.5018
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6039,
45.53552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55824,
45.48494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6358,
45.60128
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57397,
45.48367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49882,
45.64594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62067,
45.47797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79158,
45.47735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82806,
45.46672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66782,
45.5437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63816,
45.54576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51911,
45.5916
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68086,
45.51557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70343,
45.53019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62537,
45.51522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59325,
45.56518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65004,
45.58382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6628,
45.52105
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53258,
45.60074
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62495,
45.49752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58638,
45.5551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56,
45.53849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64543,
45.56861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53361,
45.54756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69212,
45.5393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57393,
45.54965
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5128,
45.64711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58869,
45.4762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57091,
45.45684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56756,
45.57615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50188,
45.66163
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59965,
45.55986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56286,
45.46769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66701,
45.49383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55357,
45.5542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58161,
45.51334
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53115,
45.5188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48012,
45.70137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58572,
45.48998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59213,
45.48773
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54482,
45.57976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85728,
45.48616
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57274,
45.47449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55255,
45.47839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84676,
45.43471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64691,
45.4419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54257,
45.58268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63969,
45.5707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58189,
45.48844
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66528,
45.53569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66742,
45.55688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53573,
45.59696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57232,
45.51827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53419,
45.5965
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86678,
45.43671
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51033,
45.65279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64117,
45.45536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61436,
45.53846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58875,
45.55222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62414,
45.50966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61971,
45.54564
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44346,
45.47506
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61167,
45.537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62822,
45.50558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58914,
45.54316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58035,
45.48335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63834,
45.54556
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83693,
45.45962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44077,
45.44095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.05109,
45.39923
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66815,
45.55548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58154,
45.45612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7346,
45.52278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37614,
45.50728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59658,
45.63792
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49086,
45.54118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45187,
45.59872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50861,
43.61364
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35782,
43.6772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80946,
43.33996
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.95015,
43.89783
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81038,
43.33425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.83759,
43.88799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26354,
43.80862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36369,
43.77185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8364,
43.35955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30878,
43.72532
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.00722,
43.8497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40308,
43.72453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54097,
43.77155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.83598,
43.95765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56032,
43.84495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64955,
43.82502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.85069,
43.9473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.85675,
43.9562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54086,
43.84738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.90462,
43.88823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47343,
43.86386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9711,
43.8735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.07452,
43.84747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87725,
43.88945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45748,
43.80205
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4595,
43.85168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84991,
43.89088
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88528,
43.94053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51254,
43.77908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41656,
43.78413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8511,
43.86967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9201,
43.9037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04546,
44.09505
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88045,
43.93637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88633,
43.8706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38087,
43.65129
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21154,
43.81636
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50913,
43.77668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45242,
43.7144
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43449,
43.86022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32452,
43.85781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26221,
43.97448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42018,
43.6384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4225,
43.80715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43385,
43.73692
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43703,
43.87008
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49847,
43.80058
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46011,
43.73189
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38853,
43.70006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24023,
43.71791
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36008,
43.75342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54087,
43.6352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39725,
43.72754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22288,
43.76019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2566,
43.77456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39169,
43.6879
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54855,
43.61073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20503,
43.76424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52213,
43.69847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30155,
43.6892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39729,
43.63652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38702,
43.66428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27357,
43.76712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29197,
43.6718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46634,
43.76913
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31194,
43.69701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37399,
43.75077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39806,
43.66866
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74673,
43.36204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53335,
43.83082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32816,
43.7864
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33851,
43.70874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38246,
43.73901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36079,
43.70378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42989,
44.06637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52962,
43.64331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5076,
43.74763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43098,
43.89198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33673,
43.71498
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87743,
43.88906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33795,
43.70884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.16319,
43.78812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25649,
43.73499
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02711,
43.8798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3693,
43.78995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26335,
43.73138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46408,
43.75013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56885,
43.72678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34766,
43.64732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40103,
43.81897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29945,
43.71732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60097,
43.73459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37178,
43.87612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45911,
43.84752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2313,
43.88037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43305,
43.73383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37605,
43.72261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76213,
43.37387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43227,
43.77614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.68825,
43.9131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87745,
43.88712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35347,
43.83152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34248,
43.73428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36435,
44.308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42917,
43.83937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.07858,
43.84493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46444,
43.665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4258,
43.70238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.8856,
43.87092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45984,
43.65537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47781,
43.75487
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.96345,
43.89448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40054,
43.81572
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4241,
43.83778
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86533,
43.89715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34682,
43.85245
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27959,
43.71046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32379,
43.68377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44013,
43.69786
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4476,
43.79967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47829,
44.0455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51722,
43.66057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35419,
43.6658
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55928,
43.60989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41655,
43.78443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72808,
43.36951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51189,
43.85318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2601,
43.87382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25793,
43.77461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7644,
43.35748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31221,
43.7417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87296,
43.94377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82699,
43.3265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02711,
43.84593
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38986,
43.77515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48676,
43.6886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3899,
43.689
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25671,
43.70476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78725,
43.36597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53377,
43.70845
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42593,
43.84017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46785,
45.51301
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46616,
45.55468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55338,
45.60525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44919,
45.57007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59256,
45.44536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64172,
45.45113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66311,
45.52114
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42456,
45.50536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37962,
43.66172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56125,
45.50867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23177,
43.8809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45521,
45.62433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53358,
43.8273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84587,
45.43116
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80173,
45.49484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56718,
45.4798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79874,
45.48782
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72966,
43.76888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72742,
43.74945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71519,
43.72041
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6265,
43.74768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64165,
43.72129
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65973,
43.66456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75075,
43.7754
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73544,
43.70841
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64996,
43.7406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60708,
43.68543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74446,
43.67423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.8842,
45.41155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74837,
43.69495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92925,
45.37791
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6097,
43.73417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88531,
45.41314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82191,
43.67459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52747,
43.79599
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81242,
43.72458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52516,
43.79396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60515,
43.72915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73779,
43.76649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80814,
43.68619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71265,
43.72859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73774,
43.70627
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80483,
43.71901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73413,
43.66637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69253,
43.63578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64054,
43.72127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72684,
43.66151
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65325,
43.69459
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77725,
43.66363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73003,
43.76887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76417,
43.72649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82196,
43.67557
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78857,
43.59218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75489,
43.64701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.8904,
45.40126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65491,
43.77799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75488,
43.75238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76183,
43.68737
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64146,
43.72145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6683,
43.72468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79472,
43.72707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.97342,
45.36891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5616,
45.50123
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71599,
43.71919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6626,
45.4389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78946,
43.65945
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76389,
43.73078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69753,
43.74228
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67188,
43.77855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77243,
43.6715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73358,
43.67017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70299,
43.64858
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7382,
43.66166
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80247,
43.68179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63765,
45.45327
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81479,
43.69107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53416,
43.82718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7205,
43.71861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56118,
43.43552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4666,
43.46352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56078,
43.43517
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53783,
43.47117
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39722,
43.40816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32822,
43.35172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.30331,
43.39125
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.36965,
43.40002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55247,
43.47247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4153,
43.38773
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52865,
43.49812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5544,
43.43108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52875,
43.49802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3135,
43.35767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57568,
45.46318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52789,
43.49943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51712,
43.4152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29383,
43.43247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3459,
43.39985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.37984,
43.42427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.29456,
43.34212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54015,
43.46378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.35032,
43.41335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.485,
43.42382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49403,
43.48933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.55009,
43.48837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53298,
43.48148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.28484,
43.38975
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48351,
43.44617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52558,
43.78315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44289,
43.45148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22532,
43.53016
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42277,
43.64072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63477,
43.60902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64841,
43.59518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74468,
43.24345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83981,
43.65678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7299,
43.59298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70375,
43.54915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24795,
43.1766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61128,
43.69212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33507,
43.76733
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.15488,
43.04133
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88676,
43.87042
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44902,
43.72513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26405,
43.77787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.06778,
43.10865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59627,
43.20478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68993,
43.70222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37814,
43.64447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34265,
43.66723
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.02711,
43.85151
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18892,
43.7568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57464,
43.56758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.874,
43.30238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52245,
43.78442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67958,
44.40915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61466,
44.36195
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73163,
44.37526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66855,
44.41042
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6791,
44.33846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59382,
43.67285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89922,
43.53052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86252,
43.89007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.10302,
43.0959
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89898,
43.53102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66793,
43.47217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70901,
44.40688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8888,
43.25972
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.02298,
43.47707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82822,
43.38892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32298,
43.39282
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30882,
43.85353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83709,
45.45954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54027,
43.47418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.11546,
43.80069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68902,
43.70191
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37778,
43.6439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69032,
44.38756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.28705,
44.35702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43222,
43.7372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7151,
43.43303
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64875,
43.59537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37756,
43.6439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88672,
43.27374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37838,
43.64502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.24552,
43.54561
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65757,
43.22218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59405,
43.66032
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52507,
43.47657
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31982,
43.38113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.22385,
43.52911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56361,
45.4628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85603,
43.31567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54042,
43.47443
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41465,
43.78223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75554,
43.7578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51843,
43.47648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5445,
43.44355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87,
43.25463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70512,
43.71538
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8638,
43.52592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82912,
43.38952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66243,
44.34121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26266,
43.89441
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62791,
45.44311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43585,
43.63405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70293,
43.5625
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79185,
43.76216
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88456,
45.41175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68562,
45.44471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66824,
45.47084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73402,
43.66582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51212,
43.46963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71038,
44.40897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5679,
43.59777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75767,
43.67528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89275,
43.26562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63626,
43.76966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53493,
43.59716
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63138,
45.48121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23493,
43.73769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37846,
43.64503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5252,
43.7979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68111,
43.45619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79243,
43.70988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88538,
43.87068
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83472,
45.46479
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5709,
45.49801
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.96502,
43.87468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63182,
43.75035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72359,
44.39619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.3128,
43.3574
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49786,
43.83596
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72103,
43.71909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7101,
43.68683
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59293,
45.46948
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67796,
43.78323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54327,
45.55363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9342,
43.86425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7207,
43.71267
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.95956,
43.94413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59129,
45.51764
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60423,
45.44664
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68033,
45.44333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.87718,
43.87915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33022,
43.15905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.19447,
43.50597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76671,
45.44026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3774,
43.64363
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27675,
43.76873
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8353,
45.46078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69555,
45.48298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48373,
43.78022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.98202,
43.49433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74567,
43.76656
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72185,
43.67622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86283,
43.88997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29753,
43.68706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8529,
43.31425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57439,
45.53944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81469,
45.51093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66862,
45.50336
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71778,
45.5307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90433,
45.43781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73341,
45.50313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5814,
45.53329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86508,
45.49502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60445,
45.44646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68392,
45.51394
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61513,
45.50738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78216,
45.46027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87335,
45.47107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79097,
45.47158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80888,
45.51087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78845,
45.44804
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77921,
43.62084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59031,
45.44669
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83697,
45.45936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55779,
45.48485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9287,
45.40536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74365,
45.44748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60355,
45.47413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78419,
43.72156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65189,
43.73297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78986,
45.48447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79237,
45.46179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74277,
43.6912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59386,
45.45275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63862,
45.42928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67941,
45.53817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66849,
45.50965
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74256,
45.4475
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83678,
45.45998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69209,
43.70178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64775,
45.43338
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65533,
45.46125
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83717,
45.45979
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61848,
45.46311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45062,
43.65763
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61823,
45.42314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56212,
45.50145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86134,
45.48069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3799,
45.50315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.36385,
43.39877
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61242,
45.42442
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4433,
45.58425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71382,
45.42759
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72118,
45.43247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77087,
45.46544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6959,
45.42168
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71975,
45.42503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7411,
45.42263
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71646,
45.46848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75774,
45.41896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7115,
45.42735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71463,
45.42711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84486,
45.41296
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79598,
45.404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64238,
45.50079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77271,
45.43664
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80782,
45.41896
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73142,
45.4404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73583,
45.45215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.42094,
45.55791
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79543,
45.43383
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73335,
45.42952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72311,
45.46455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81319,
45.39775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74118,
45.47351
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72741,
45.42968
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68359,
45.4812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.56142,
45.50447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3389,
45.52452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57449,
43.19931
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51746,
45.50572
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60863,
45.49455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.4875,
45.52359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74158,
45.49543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84782,
45.4128
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48311,
45.49772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6406,
43.64738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50385,
45.54774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72183,
43.5326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52215,
45.52256
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.31799,
43.37148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78335,
45.43655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44225,
43.42238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54591,
43.8474
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.33925,
43.38593
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32598,
43.40199
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58739,
43.55579
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86737,
43.52402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52419,
43.43232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08722,
43.83046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68582,
43.45169
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44547,
45.75274
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47713,
45.75577
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.751,
45.78139
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63737,
45.59098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50803,
45.72323
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63219,
45.70405
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69588,
45.74457
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59081,
45.69324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6701,
45.72726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64889,
45.74002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61749,
45.72779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45287,
45.7466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.85896,
43.93677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70708,
45.76304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.41953,
43.42175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53655,
43.78348
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4818,
45.52942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59821,
45.55898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58271,
45.53852
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61136,
45.4933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81303,
45.51022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64758,
45.45937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78304,
45.45715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67162,
45.40273
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.80782,
45.40944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39805,
43.38515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.529,
43.49802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79527,
45.48259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.98457,
45.38293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.94296,
45.38084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88613,
45.39777
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57995,
45.56258
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.50411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66864,
45.55428
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63296,
45.53608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53683,
43.63562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.12521,
44.10943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.11525,
43.45678
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.09946,
43.09607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6524,
43.74107
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.32787,
43.41285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5302,
45.60468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75706,
45.44201
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61913,
45.5531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52512,
43.78343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61294,
45.60897
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64742,
43.59448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74925,
43.59402
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55539,
45.55495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56519,
45.51052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50718,
45.71093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65783,
45.53368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4537,
45.74697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43761,
45.75058
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57389,
45.5266
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72592,
43.73805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46558,
45.48431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9738,
43.91143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.03537,
43.84047
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.89857,
43.92863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.9651,
43.96288
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46946,
45.46712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.86623,
45.40696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49987,
45.4949
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44131,
43.42255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61346,
45.53247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64931,
45.59159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65083,
45.5823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60036,
45.6246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64821,
45.54306
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57762,
45.53434
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.2817,
43.56411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.59372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66719,
45.55605
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70436,
44.34708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52325,
43.78352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53845,
45.66131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7001,
44.40069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7188,
45.53158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43552,
45.44661
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44334,
45.49302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69036,
44.37423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52143,
43.46177
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68021,
44.3401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46214,
45.43703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43216,
45.50751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44052,
45.48954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59722,
45.53127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43153,
45.46696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64697,
45.59031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61523,
45.62756
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5871,
45.51874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71391,
45.42287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68991,
45.42408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46857,
45.45573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.88921,
43.94308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80903,
43.34049
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73445,
43.66547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93982,
43.86113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71817,
43.67279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42918,
45.47706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64721,
45.61449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74143,
45.52011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76183,
43.6857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72053,
43.71264
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54535,
43.8665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77967,
43.62397
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5359,
43.8462
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63251,
45.59339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47612,
43.8129
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69779,
43.7227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47888,
44.24465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66729,
45.55586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52298,
43.7825
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54382,
45.67036
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53845,
43.82337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65726,
45.57293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66321,
45.53985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64194,
45.5476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53397,
43.83762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65623,
45.55057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41463,
43.7826
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62628,
45.554
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53353,
45.54768
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02931,
45.77655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81327,
45.51027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49899,
43.85842
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53846,
45.66131
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82471,
45.6278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61568,
45.57735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67092,
45.55034
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60546,
45.63398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84108,
45.62735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57044,
45.65937
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78902,
45.59943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5642,
45.6587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72078,
45.55837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71037,
45.53856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57761,
45.59928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5093,
43.95248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63913,
45.57607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57024,
45.49894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5342,
43.82717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82753,
45.63497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75961,
45.66525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82779,
45.68509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81777,
45.64124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83599,
45.63529
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86544,
45.58026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86952,
45.57062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.92649,
45.70332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38332,
43.64426
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24518,
42.98496
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27303,
43.01611
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22875,
42.98252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23228,
43.01853
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29067,
42.94694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21182,
42.94494
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19557,
42.97944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29907,
42.99637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2449,
42.98361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.19923,
43.01366
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27634,
43.01883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2324,
43.00831
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21982,
42.9942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.30539,
43.00908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25038,
42.98552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24061,
43.0061
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24266,
42.98002
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21866,
42.99247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26201,
42.97417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26093,
43.03311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20998,
43.00817
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2611,
42.9591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.3422,
42.96022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.16263,
43.00848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.23118,
42.96146
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22785,
42.95944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22571,
42.94325
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21002,
43.02138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27842,
42.92648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.29206,
42.94748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27713,
43.00698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87344,
45.66932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28139,
43.02543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21199,
43.00492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24293,
42.98055
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48417,
43.4639
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89967,
43.51971
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22545,
42.92514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27346,
42.95814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48838,
43.44822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3671,
43.89568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27664,
42.98951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.41952,
43.42708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22145,
42.99773
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25526,
46.84902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2567,
46.85038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21494,
46.81286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22574,
46.81318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.18686,
46.86294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29534,
46.8895
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29838,
46.7739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26118,
46.83406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2271,
46.81398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22406,
46.8135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3159,
46.76366
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35966,
46.80022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33206,
46.75518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26566,
46.86902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29446,
46.8115
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31094,
46.83886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26797,
46.86214
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21734,
46.80902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.15758,
46.88886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30718,
46.88854
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2015,
46.8135
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22878,
46.8219
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31509,
46.8119
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2887,
46.76894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21662,
46.84702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2803,
46.78206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28054,
46.78598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32358,
46.81278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26854,
46.84702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23142,
46.8171
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2499,
46.81198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33118,
46.7547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21726,
46.84702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.1967,
46.89798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32846,
46.81638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22406,
46.83726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29142,
46.8079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2379,
46.83006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.37622,
46.84598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19038,
46.89926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24382,
46.8439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.33749,
46.8707
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21494,
46.81246
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27598,
46.77438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.4235,
46.75454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32798,
46.76094
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28326,
46.77342
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26022,
46.8679
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24134,
46.82046
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.32878,
46.82022
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27566,
46.82806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23174,
46.81406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3387,
46.75438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.29606,
46.83102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30414,
46.83078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31678,
46.80646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25318,
46.85166
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35494,
46.78854
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2139,
46.8419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24206,
46.80006
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23782,
46.80806
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24438,
46.8015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.37214,
46.84606
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2315,
46.81894
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23038,
46.8179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.20166,
46.81446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2035,
46.85398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34102,
46.86278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.41062,
46.8547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21342,
46.81846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.1963,
46.90742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21694,
46.84718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.24229,
42.98578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.34966,
46.84878
]
}
},
{
"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.27374,
46.76054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23142,
46.83294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22646,
46.81374
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.41438,
46.85526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.4752,
43.43582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3459,
46.8411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.33936,
43.34587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.46212,
43.39622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44155,
43.42252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.35062,
46.7487
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.50543,
43.46542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2155,
46.8119
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51228,
43.4369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6242,
43.62111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60092,
43.56876
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64626,
43.59401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53837,
43.63514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66238,
43.59854
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64048,
43.72158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61452,
43.63009
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7142,
43.65178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53812,
43.63545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62512,
43.58185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53839,
43.63533
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58339,
43.60995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7513,
43.64985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75446,
43.60833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66551,
43.68292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53882,
43.63504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70991,
43.62203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7588,
43.58332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69918,
43.6089
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75859,
43.58345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22018,
43.74622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26576,
43.72738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43938,
43.68922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37862,
43.64607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54014,
43.63623
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70309,
43.64909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60427,
43.65043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53404,
43.70086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60851,
43.68369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34251,
43.73404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28843,
43.69369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59478,
43.68243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44294,
43.66795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31217,
43.68423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2627,
43.73175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36376,
43.71368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22652,
43.75956
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19144,
43.76542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26597,
43.69079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35633,
43.67352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28162,
43.7847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47039,
43.78703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27947,
43.71037
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46201,
43.74929
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33185,
43.71373
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2234,
43.82984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65273,
43.58655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53872,
43.73909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21723,
43.73875
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30417,
43.82229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31223,
43.68646
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51698,
43.71901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28488,
43.68148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23527,
43.7569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53894,
43.73902
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28013,
43.70993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19383,
43.78819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73596,
45.6684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47929,
43.6312
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43401,
43.6376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31893,
43.70032
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2416,
43.72075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47649,
43.76677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33798,
43.65586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32598,
43.6984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39806,
43.70679
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2579,
43.83516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28856,
43.69414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24541,
43.73952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24001,
43.71739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48627,
43.64803
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28813,
43.69306
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42692,
43.66224
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35313,
43.66648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29716,
43.71136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26354,
43.73222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52837,
43.59572
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50529,
43.64865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30132,
43.90156
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29162,
43.76321
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48283,
43.74649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40547,
43.74508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6127,
43.7204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31229,
43.79747
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54754,
43.61827
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42268,
43.73953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22734,
43.79634
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26352,
43.73243
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5453,
43.76445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43348,
43.66952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26533,
43.75172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.176,
43.80735
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51729,
43.75542
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25667,
43.75778
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24917,
43.71918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58942,
43.73186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22768,
43.79631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41747,
43.78738
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29333,
43.7419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35156,
43.70354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50231,
43.62561
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58912,
43.73137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49274,
43.60393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29884,
43.82552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2634,
43.7314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53873,
43.71746
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22734,
43.76522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39948,
43.70547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52504,
43.59633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55192,
43.63158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53477,
43.63839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26352,
43.69219
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27669,
43.71292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26369,
43.73145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37284,
43.80824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40367,
43.7247
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23851,
43.71378
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13088,
43.78086
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26926,
43.90948
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31213,
43.70547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30193,
43.68903
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18649,
43.76822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29961,
43.74438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54366,
43.75714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26743,
43.75784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36835,
43.79188
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41475,
43.78119
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38937,
43.68818
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22089,
43.81868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22672,
43.81435
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46243,
43.74917
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35214,
43.76175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3157,
43.75872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30104,
43.68931
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48381,
43.72617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33569,
43.66965
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33682,
43.72159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39115,
43.63779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52555,
43.65232
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28506,
43.74812
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35029,
43.68522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38361,
43.6653
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37778,
43.64311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36617,
43.65165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54379,
43.59856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56877,
43.67588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26955,
43.81229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44138,
43.65031
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33779,
43.68085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23071,
43.78485
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39227,
43.63857
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3781,
43.64912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35561,
43.6918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3583,
43.79184
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25314,
43.71832
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32691,
43.69118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3587,
43.80924
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60248,
43.73429
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21878,
43.77928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24084,
43.79819
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54678,
43.63935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25806,
43.77421
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25757,
43.80988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45293,
43.772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50932,
43.64242
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42574,
43.70152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33652,
43.72333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24426,
43.73766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22366,
43.82541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50672,
43.74043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62266,
43.74726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35016,
43.79385
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46564,
43.65438
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37737,
43.66649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35262,
43.71623
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60807,
43.75654
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25466,
43.73539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40953,
43.74326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.217,
43.77962
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41705,
43.63588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48165,
43.62299
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40374,
43.66726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34514,
43.67989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30442,
43.71904
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44308,
43.77419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33753,
43.72132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31854,
43.80117
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36716,
43.77057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40012,
43.70584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25155,
43.73595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33743,
43.6617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.13305,
43.78039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6062,
43.73056
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.14011,
43.78778
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34307,
43.73725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29018,
43.8028
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28206,
43.80478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3018,
43.68886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34254,
43.66769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25261,
43.77552
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41342,
43.65079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25268,
43.82859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21008,
43.82013
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44151,
43.73581
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45065,
43.75296
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54771,
43.77019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42895,
43.64215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38132,
43.63978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55431,
43.72418
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39951,
43.64446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26387,
43.73142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47988,
43.63115
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20528,
43.81919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25343,
43.72367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36289,
43.80184
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46215,
43.67108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53551,
43.63772
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56796,
43.74928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49696,
43.66567
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.16333,
43.79261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45065,
43.71477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49332,
43.67062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50021,
43.62077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55822,
43.61426
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52425,
43.64452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51327,
43.65172
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22775,
43.76613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33208,
43.78484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22688,
43.77751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25072,
43.83685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4531,
43.65697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4595,
43.73186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28453,
43.82142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36937,
43.6677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45952,
43.73185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28608,
43.80393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21751,
43.73989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19137,
43.78039
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35771,
43.81196
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41251,
43.63703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2689,
43.76169
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27449,
43.72179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31673,
43.66664
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40013,
43.63647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28035,
43.71072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19298,
43.74893
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25826,
43.77425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26253,
43.7698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51654,
43.5943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42438,
43.74358
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24833,
43.73655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.384,
43.64783
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21908,
43.80711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33049,
43.68254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35861,
43.67669
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4034,
43.65725
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27688,
43.7551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3049,
43.77203
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45726,
43.79007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3631,
43.65222
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3452,
43.6901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33031,
43.71642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20477,
43.78281
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21528,
43.80798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37711,
43.64144
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31017,
43.7588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3462,
43.77197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.345,
43.74344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42812,
43.64237
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3942,
43.65366
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34274,
43.73732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41506,
43.78111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3675,
43.77157
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27784,
43.75673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24702,
43.83392
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46622,
43.65406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58672,
43.6987
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19565,
43.7483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53506,
43.71143
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48971,
43.68686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.214,
43.81025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25169,
43.77317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30813,
43.70649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44399,
43.79083
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36368,
43.75279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3168,
43.82113
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39011,
43.78547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52431,
43.64491
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47629,
43.66555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35805,
43.67701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39024,
43.65455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26546,
43.75219
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28004,
43.71021
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34033,
43.65099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55917,
43.62823
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25798,
43.73466
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43675,
43.79274
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36872,
43.65112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36638,
43.64682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34782,
43.68651
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39907,
43.65566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35298,
43.66941
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39024,
43.65206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49723,
43.62743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40604,
43.74547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3973,
43.70164
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28506,
43.68145
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34665,
43.7673
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2752,
43.74976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4214,
43.64368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29147,
43.79053
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26504,
43.80447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40252,
43.64367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35851,
43.7918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61519,
43.75063
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4909,
43.76513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34531,
43.66698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48127,
43.72688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54736,
43.69691
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55737,
43.69454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25694,
43.78619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18485,
43.78481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2607,
43.77387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42506,
43.69995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53198,
43.63411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47634,
43.66087
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5027,
43.66261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22274,
43.74223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52937,
43.73592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51625,
43.71928
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3348,
43.80073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33102,
43.79255
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27363,
43.74593
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47873,
43.631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35233,
43.665
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4537,
43.65668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44029,
43.65026
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41612,
43.63613
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39409,
43.64915
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27101,
43.68759
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61253,
43.68555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23209,
43.81483
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34047,
43.6609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29984,
43.82548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50161,
43.63951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26044,
43.73983
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45946,
43.68666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52429,
43.64478
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53605,
43.63736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53152,
43.70612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25169,
43.77317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32564,
43.66518
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50871,
43.72091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18881,
43.7685
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33057,
43.65539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34755,
43.70365
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36945,
43.67318
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27112,
43.79354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29609,
43.70493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23814,
43.76501
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24806,
43.73667
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36658,
43.64477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30904,
43.66336
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35903,
43.67633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31622,
43.75974
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25546,
43.78289
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26859,
43.73397
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35341,
43.70204
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37743,
43.71088
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29162,
43.76321
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33322,
43.73919
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32442,
43.77493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49438,
43.72393
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32972,
43.76019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34693,
43.77559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27258,
43.74997
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26913,
43.83254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33361,
43.85371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26327,
43.73138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35151,
43.6626
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39204,
43.63843
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36057,
43.65424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39995,
43.65776
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41334,
43.68409
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26349,
43.73142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38565,
43.80572
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27532,
43.83249
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31725,
43.6963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41104,
43.65586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41505,
43.68379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43715,
43.63694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41254,
43.76187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41133,
43.66672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35073,
43.70417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45088,
43.65122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40668,
43.78938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62491,
43.69054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34612,
43.65968
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29076,
43.67205
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3868,
43.63874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41761,
43.64445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51112,
43.73112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32592,
43.78148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54946,
43.70288
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49163,
43.60471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56785,
43.64437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53808,
43.73306
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55832,
43.69449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41877,
43.79344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61026,
43.7449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58009,
43.65117
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26727,
43.71503
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25848,
43.73509
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34516,
43.77563
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.14648,
43.79914
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.15702,
43.79411
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48296,
43.74642
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21868,
43.82322
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27971,
43.76612
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42582,
43.66238
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32256,
43.77527
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63219,
43.74699
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53544,
43.63799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48988,
43.61379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23921,
43.7944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38569,
43.66762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43658,
43.69956
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.22519,
43.74178
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32516,
43.78038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18956,
43.74957
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40546,
43.77761
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49201,
43.74432
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2522,
43.77423
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26884,
43.70885
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3073,
43.73598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33114,
43.65604
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30594,
43.66904
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2738,
43.69447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34258,
43.66722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2959,
43.6711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56069,
43.6848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41687,
43.7602
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36511,
43.70882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33814,
43.80386
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24407,
43.7739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38944,
43.75935
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24162,
43.8009
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23328,
43.77998
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51104,
43.64828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26327,
43.73253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40588,
43.65218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.427,
43.63908
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38822,
43.78591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42968,
43.67176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29771,
43.80259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51129,
43.6481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53156,
43.59492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.524,
43.64595
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27904,
43.78511
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25798,
43.73445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21462,
43.79218
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36887,
43.65288
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44221,
43.69748
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30362,
43.82433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41503,
43.78169
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43588,
43.6805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44765,
43.75369
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40602,
43.65682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47264,
43.72926
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6096,
43.68512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20415,
43.7813
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45762,
43.64849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44663,
43.78765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37761,
43.6752
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37193,
43.68559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29089,
43.69054
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53029,
43.71616
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38464,
43.65784
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26208,
43.77245
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33115,
43.79331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51606,
43.62664
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29196,
43.76313
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34521,
43.69018
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32951,
43.66177
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2975,
43.68913
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43382,
43.73717
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26247,
43.77346
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2709,
43.7134
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30877,
43.69562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3474,
43.77549
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24816,
43.75497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49092,
43.76451
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54998,
43.67495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27568,
43.75206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39648,
43.74537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37486,
43.70496
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2921,
43.82722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38206,
43.64711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29809,
43.814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.2724,
43.71696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35279,
43.66566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35856,
43.65397
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42831,
43.6811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41328,
43.64179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.30717,
43.80973
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43427,
43.67989
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47049,
43.67186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28816,
43.88181
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38069,
43.6486
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27197,
43.74216
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27544,
43.75109
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35191,
43.703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40088,
43.68666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27582,
43.83084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40538,
43.74506
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51987,
43.76668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42381,
43.73943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47305,
43.71003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43622,
43.63708
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40443,
43.6471
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4039,
43.64706
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3773,
43.64098
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45307,
43.65112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33,
43.66335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4052,
43.64696
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4838,
43.70711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41361,
43.65081
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45453,
43.63968
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36349,
43.7907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28138,
43.67371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37215,
43.66339
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55702,
43.63898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.55093,
43.66582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54512,
43.6319
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.28253,
43.67361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43459,
43.64094
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47887,
43.63112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56837,
43.74427
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52113,
43.60811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51438,
43.59874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46572,
43.75052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48579,
43.62577
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58864,
43.73077
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.23203,
43.77666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27843,
43.78545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36909,
43.77084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.20296,
43.81592
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43621,
43.69888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27894,
43.78516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52692,
43.62136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51502,
43.62381
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45477,
43.64105
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54216,
43.5925
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62029,
43.72867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24936,
43.7967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32371,
43.77521
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.533,
43.70668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42654,
43.66227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60195,
43.7304
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3985,
43.70476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.33651,
43.71476
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29739,
43.6942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34282,
43.70229
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36465,
43.65633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41666,
43.66011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52988,
43.74614
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78427,
45.51933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81677,
45.5828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68241,
45.56081
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73382,
45.53916
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78299,
45.54447
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78957,
45.6025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72645,
45.60118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81435,
45.58287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70935,
45.61248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66517,
45.60176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75099,
45.54333
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76289,
45.53682
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73701,
45.59279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86293,
45.53855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80639,
45.52584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7486,
45.65314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77564,
45.58904
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66668,
45.59314
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55489,
45.67703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72976,
45.53422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71976,
45.55862
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80409,
45.57911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7495,
45.56835
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87272,
45.55526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58853,
45.67213
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72059,
45.55841
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61634,
45.64513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7602,
45.54744
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74411,
45.61111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64874,
45.6316
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69708,
45.56779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61376,
45.64684
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77998,
45.61966
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77874,
45.62132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74139,
45.57261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68053,
45.57822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72044,
45.60011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67822,
45.62681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75795,
45.55266
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74793,
45.56936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69397,
45.57202
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60745,
43.62597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64075,
43.72154
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74341,
43.61522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74127,
43.65686
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66273,
43.54781
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63333,
43.51298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68418,
43.52066
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64349,
43.59694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6461,
43.5938
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75882,
43.58336
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66777,
43.53537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58549,
43.66922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61008,
43.69826
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8091,
43.34021
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44857,
43.4495
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45108,
43.65788
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68317,
43.54294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64578,
43.59372
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71407,
43.54672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61588,
43.64029
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66447,
43.53551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72292,
43.65848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.69988,
43.64158
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58044,
43.68456
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.04189,
43.85785
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65119,
43.50889
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.0889,
43.87958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68153,
43.55849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.93597,
43.86492
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61745,
43.63352
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40696,
43.74429
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64431,
43.59703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52903,
43.64887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.92487,
43.9619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59293,
43.66176
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58305,
43.74504
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49469,
43.67384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48332,
43.65009
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50907,
43.77628
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6454,
43.59587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51099,
43.77179
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64097,
43.7215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48623,
43.74345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63741,
43.71795
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48893,
43.68822
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44148,
43.83153
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54975,
43.63027
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58685,
43.75349
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61095,
43.6957
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6843,
43.54371
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45596,
43.6702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49148,
43.76541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65878,
43.58484
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53855,
43.8488
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59821,
43.77828
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61979,
43.58251
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52997,
43.8198
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73647,
43.58067
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52515,
43.79603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5058,
43.7108
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.62865,
43.58911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4157,
43.68417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74435,
43.59148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74265,
43.5401
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75882,
43.58335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63327,
43.51274
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2955,
46.77182
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47523,
43.69033
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54295,
43.65951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41499,
43.78164
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38367,
43.64814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46676,
43.67043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48846,
43.68878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59412,
43.68337
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4156,
43.6837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56387,
43.70537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59925,
43.65568
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54996,
43.72458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44447,
43.71603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46208,
43.74953
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39882,
43.8406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64441,
43.55618
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48734,
43.68847
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43895,
43.66808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36355,
43.65248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60938,
43.68555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66177,
43.53389
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43422,
43.67434
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50048,
43.77573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74116,
43.55837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5746,
43.76454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72834,
43.53947
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54108,
43.63512
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50603,
43.71128
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49937,
43.7538
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41547,
43.64277
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47499,
43.69076
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78549,
43.40528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39679,
43.69732
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48444,
43.68802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7224,
43.55281
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6465,
43.59406
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5129,
43.73888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37035,
43.65085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74118,
43.54092
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71637,
43.63638
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68824,
43.59261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58939,
43.66467
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58806,
43.75608
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40549,
43.74522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52885,
43.77239
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2187,
46.82334
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46735,
43.68159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48204,
43.72742
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51858,
43.70081
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48687,
43.68878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94271,
45.52361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85775,
45.65102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51205,
43.7011
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66308,
43.54449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58218,
43.55566
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6012,
43.59349
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64174,
43.72121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48404,
43.68637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42416,
43.6584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70676,
43.53798
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42841,
43.66856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76127,
43.58096
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50594,
43.67562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57567,
43.60344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51251,
43.73702
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6372,
43.59103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41457,
43.78061
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67229,
43.58939
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5665,
43.73969
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51225,
43.69878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.61126,
43.61467
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47615,
44.03677
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79524,
43.40944
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42377,
43.79287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65845,
43.57359
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53685,
43.7918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56389,
43.6743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47272,
43.63861
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44772,
43.79187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.29786,
43.67899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59996,
43.75846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36965,
43.8473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47049,
43.78718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4315,
43.84668
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47972,
43.65934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49297,
43.68615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45127,
43.73461
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38323,
43.72766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44059,
43.65257
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36387,
43.65234
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51079,
43.77791
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58769,
43.55516
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64634,
43.59394
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44646,
45.7463
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53819,
43.63544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91298,
45.57261
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4188,
43.79324
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48586,
45.47112
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50865,
43.77649
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99906,
45.77437
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41513,
43.64134
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.67783,
43.67155
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44746,
45.59934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48805,
43.68834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46812,
43.69703
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5081,
45.53207
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39061,
43.66065
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44902,
43.71991
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93446,
45.52909
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51125,
43.6841
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52531,
43.71728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39156,
43.65422
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48902,
43.68898
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48056,
43.77287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.43372,
43.45808
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29021,
45.33079
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.52313,
43.50907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43949,
43.65021
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65188,
43.52786
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44598,
43.68546
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27998,
46.7751
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43584,
43.67986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42625,
43.63433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4272,
43.63878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42907,
43.68101
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4894,
43.68701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44276,
43.7164
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42294,
43.68728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43524,
43.65958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4351,
43.65955
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45075,
43.69607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42853,
43.71396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99172,
45.77515
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.31012,
43.0186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22344,
43.01084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45464,
43.67535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43597,
43.69878
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6423,
45.40995
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69949,
45.40069
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68539,
45.37739
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77217,
45.3797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69655,
45.41558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67146,
45.38343
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.9073,
45.30907
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65513,
45.32967
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60802,
45.43163
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76748,
45.37872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90755,
45.30936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68811,
45.26964
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65765,
45.36132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75523,
45.3949
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74263,
45.26946
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71439,
45.40865
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75681,
45.34209
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69505,
45.4233
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67944,
45.41367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77943,
45.37388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81164,
45.34551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68693,
45.42424
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62612,
45.4473
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74278,
45.34085
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71249,
45.34396
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.89733,
45.32779
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72151,
45.28121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78229,
45.36477
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7296,
45.27597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76893,
45.38275
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72756,
45.39811
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73612,
45.35545
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66248,
45.34715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73552,
45.40379
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72798,
45.38585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.62778,
45.3653
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75741,
45.35028
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.82111,
45.34249
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69924,
45.42104
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68848,
45.38296
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90501,
45.3111
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67527,
45.41978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75478,
45.3951
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.8019,
45.34968
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74398,
45.38186
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68707,
45.34354
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66557,
45.41175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78288,
45.36576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.70975,
45.34264
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69002,
45.43124
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7523,
45.33417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66438,
45.4066
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.5109,
45.45311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63641,
45.42075
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64693,
45.44141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74377,
45.26633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73768,
45.34932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.87642,
45.30278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66482,
45.41217
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65356,
45.45292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73661,
45.40377
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.46098,
45.46881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.9312,
45.34254
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68719,
45.42816
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66664,
45.34469
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63335,
45.4103
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.72196,
45.3912
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76109,
45.34652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75339,
45.33615
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66492,
45.4118
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6641,
45.41095
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.44882,
45.4648
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.84063,
45.27694
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.77456,
45.3767
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78269,
45.36619
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71996,
45.41084
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51802,
45.47893
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7946,
45.33891
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75792,
45.39003
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76057,
45.34927
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69491,
45.42482
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65247,
45.35017
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78967,
45.36362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.89385,
45.29474
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60802,
45.43163
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.76139,
45.347
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.53632,
43.63713
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40356,
43.77344
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81104,
45.34569
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44891,
43.69225
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4066,
43.74525
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39912,
43.70547
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37761,
43.65057
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51352,
43.45727
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73441,
45.4038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45545,
43.71737
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38324,
43.66151
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52291,
43.69799
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45815,
43.72918
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57069,
43.67211
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68722,
45.40097
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45121,
43.73497
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39651,
43.69769
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45291,
43.73338
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46449,
43.70272
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24918,
46.78774
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48896,
43.68711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45074,
43.73458
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74145,
43.65609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7586,
43.68712
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74809,
43.67724
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44225,
43.67585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43591,
43.66144
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44882,
43.79163
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43159,
43.64981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31625,
43.66655
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.23357,
45.4381
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08505,
43.83302
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86265,
43.89073
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29652,
45.43329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45415,
43.7331
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44637,
43.68644
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42403,
45.44019
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45072,
43.73454
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44111,
43.67308
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43847,
43.66714
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43159,
43.64981
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.27573,
43.75221
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42625,
43.63433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43551,
43.6601
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44894,
43.65187
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27862,
46.7759
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47428,
43.7555
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41644,
43.64452
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37657,
43.66251
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56015,
43.69805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3777,
43.64775
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40286,
43.72786
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.34312,
43.66034
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48151,
43.68151
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.38021,
43.64867
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26821,
43.73283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42625,
43.63433
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36952,
43.64382
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.71635,
43.72526
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66344,
43.72849
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81201,
43.68874
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.6198,
43.7413
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7935,
43.72791
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75497,
45.82381
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32388,
45.58099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21542,
46.8099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35117,
43.66224
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44386,
43.66141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45752,
43.72641
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.65391,
43.60762
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66028,
43.77015
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35413,
43.79992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39255,
43.88617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44563,
43.82963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46363,
43.80787
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63047,
43.77672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.35878,
43.81268
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84862,
43.94197
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.86543,
45.40744
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.27583,
46.7743
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.81882,
43.90607
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88548,
43.26805
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21822,
46.81286
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80643,
43.40527
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.14918,
46.01573
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37177,
45.7007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24166,
46.8307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.15202,
46.02
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22342,
46.8127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79156,
43.72936
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42596,
43.63513
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74194,
45.36148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.86324,
43.89765
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.74039,
45.27868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.71078,
45.41888
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19093,
43.78745
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22486,
46.83094
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26894,
46.81206
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22182,
46.80934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72193,
45.57265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46118,
43.74835
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46375,
44.05845
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45502,
44.1565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.36565,
46.82766
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37881,
43.64584
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.25334,
46.86446
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59663,
45.47311
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23806,
46.84598
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2815,
46.78558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.19014,
46.86062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26875,
43.73416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66608,
43.53718
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.30494,
46.88942
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64159,
43.72137
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70169,
43.61666
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.646,
43.59387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68407,
43.54353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68081,
43.60988
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48041,
45.51416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-78.84927,
43.93884
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3227,
46.77126
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.08607,
43.83258
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.26517,
46.8599
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49432,
45.51045
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.15622,
46.81845
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68321,
43.59734
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.54279,
45.46631
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.58345,
43.55543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64641,
43.59355
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.2171,
46.81294
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.72768,
43.57362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.3207,
46.76062
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.55574,
46.11736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51705,
43.43688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5811,
45.48244
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63088,
43.59121
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21886,
46.84414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.16537,
43.7833
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.5124,
43.43528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56213,
43.63585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.24902,
46.78782
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6891,
45.42439
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59638,
45.49536
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78631,
45.43863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39446,
43.64559
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65224,
45.34985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.26051,
43.74
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44172,
43.42207
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.76071,
43.56855
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64766,
43.59368
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73366,
43.64901
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.57322,
43.59224
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.42897,
43.39578
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.44792,
43.64327
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51725,
43.41535
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.18959,
43.76736
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.21774,
46.8091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44176,
43.42183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64503,
43.57609
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19344,
43.78527
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.27357,
42.99307
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.22014,
46.8043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.23062,
46.81758
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3018,
43.68886
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75898,
43.58332
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.54996,
43.47353
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.5661,
43.56993
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.56618,
43.63468
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59032,
45.44099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48476,
43.4522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.49478,
43.45455
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.54414,
43.59175
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.492,
43.44565
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.63764,
43.60093
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39672,
43.64952
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22234,
42.96726
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40362,
43.3905
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41479,
43.65052
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.2878,
42.95469
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.40543,
43.44933
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49913,
43.68543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39571,
43.64701
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50143,
45.41099
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7224,
43.58846
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64323,
43.58416
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.60164,
43.71868
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.19342,
45.56226
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47852,
45.50453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.98753,
45.60183
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63105,
45.31481
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54774,
45.38514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44917,
43.41297
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20395,
42.96361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.22363,
42.93278
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.31558,
46.76398
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73779,
45.61326
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80422,
45.59698
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.56108,
43.43543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.3567,
43.65654
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20119,
42.97866
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47153,
43.4419
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65211,
45.43142
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.20794,
43.01539
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40019,
43.65835
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.26217,
42.97587
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.28891,
42.98721
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51125,
43.7783
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.31023,
43.892
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7063,
43.73388
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.25306,
42.99508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66125,
45.40553
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.45374,
43.65681
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.92936,
45.37887
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88242,
45.40985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40363,
43.64617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.39429,
43.64551
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.40762,
43.65622
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.74286,
43.23289
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87101,
43.25597
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84969,
43.2265
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75542,
43.24384
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82952,
43.2259
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92474,
43.23362
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87933,
43.23809
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86823,
43.23544
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87072,
43.25647
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90108,
43.18543
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86346,
43.21796
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85912,
43.25361
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79716,
43.19387
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84145,
43.22271
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.88148,
43.22871
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87212,
43.20688
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89752,
43.23059
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92696,
43.16305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86202,
43.24537
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7654,
43.19932
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.0213,
43.19523
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90186,
43.18514
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77605,
43.17445
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8104,
43.19253
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78844,
43.24465
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.02094,
43.18859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78851,
43.2449
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87073,
43.25645
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79684,
43.32594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80853,
43.24367
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86991,
43.23561
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8438,
43.19091
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78844,
43.2448
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.68985,
43.21212
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80349,
43.20859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94266,
43.27385
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.80283,
43.2579
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91234,
43.25789
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73061,
43.21906
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.73721,
43.23194
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.96156,
43.22417
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89515,
43.27251
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78532,
43.24252
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86517,
43.26585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91145,
43.25813
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86108,
43.24978
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79433,
43.24064
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8031,
43.20881
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87177,
43.25963
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85999,
43.2528
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.766,
43.22858
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77058,
43.2293
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.95029,
43.24453
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78674,
43.23298
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.83016,
43.24508
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.9025,
43.25911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.7737,
43.24138
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85652,
43.31305
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64597,
43.21662
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86961,
43.25287
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86689,
43.25279
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87476,
43.25659
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85351,
43.1934
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.91091,
43.20603
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86735,
43.25399
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87688,
43.19856
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86662,
43.21227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87075,
43.2562
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87102,
43.248
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86452,
43.26705
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.78165,
43.22266
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92892,
43.20859
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87698,
43.25711
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8308,
43.2493
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92007,
43.25797
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.02408,
43.1929
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.90902,
43.31464
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87196,
43.25035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.75641,
43.22636
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.97457,
43.26883
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.81725,
43.26376
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.8679,
43.25961
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.77953,
43.1782
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.84014,
43.1943
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.85973,
43.22836
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.94505,
43.22837
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.87099,
43.25591
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.89435,
43.20082
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41537,
43.63633
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82074,
43.23576
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.92885,
43.21025
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.58819,
45.44479
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4488,
43.72558
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4259,
44.06713
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78687,
45.35102
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82133,
43.32882
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7607,
45.38842
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.70963,
43.54335
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.92292,
45.29864
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52188,
43.78227
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4439,
43.90007
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.41486,
43.78223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.78305,
45.36531
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66288,
45.43826
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25958,
43.87408
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.42225,
43.80713
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4888,
43.68715
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.06295,
43.10863
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43587,
45.67127
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.54594,
45.45839
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.97887,
43.22345
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37325,
45.76425
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65057,
45.35043
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.64252,
45.39976
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.91529,
45.31274
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6664,
45.40147
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.47101,
45.44722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.45296,
45.4753
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.82967,
43.38848
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.67536,
45.38588
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46433,
43.70467
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75758,
45.37582
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66412,
45.41122
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.43473,
43.67672
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64951,
43.59502
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60981,
45.39394
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51297,
43.73921
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73782,
45.37986
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.66105,
43.58728
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65578,
45.41317
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51287,
43.73872
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.6585,
45.35984
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.59442,
45.44522
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.27023,
43.42637
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.9072,
45.30895
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25089,
43.7814
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68919,
45.42431
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48705,
43.45185
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.4509,
43.92722
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50998,
43.72586
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.68375,
45.48159
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88281,
45.40643
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73607,
45.404
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69563,
45.38757
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48648,
44.05292
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63267,
45.41594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88342,
45.40958
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.59889,
46.17315
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.58821,
46.14
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.63829,
45.42072
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.7442,
45.27136
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.90634,
45.26329
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.79092,
45.35078
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37783,
43.64472
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.53408,
43.5014
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.48065,
43.43585
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.537,
43.50038
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51845,
43.45985
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.44218,
43.4223
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.49358,
43.67152
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.51836,
43.45992
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.47245,
43.44132
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.46198,
43.6594
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.88759,
45.40012
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.93684,
45.35824
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.18211,
46.79165
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-71.28435,
46.69652
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81149,
45.34541
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.06375,
43.10845
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-80.39283,
43.4104
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.17031,
42.9931
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.75061,
45.33169
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.61715,
45.30954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.51977,
45.47834
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65846,
45.42141
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.50893,
43.77697
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.86868,
43.25285
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66505,
45.41215
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93081,
45.55911
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.51838,
43.75954
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.69239,
45.42042
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.60802,
45.43163
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-81.21333,
43.00709
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48618,
44.05283
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.92426,
45.26148
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.47433,
43.6922
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66366,
45.37035
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.81325,
45.34802
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.48814,
43.67414
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.65329,
45.39899
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.79602,
43.65322
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.64565,
44.35617
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.66598,
45.44
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-75.73418,
45.40346
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.93397,
43.65548
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.59474,
43.67474
]
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.52309,
43.7827
]
}
}
]
}
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
access-control-allow-origin: https://www.transittracker.ca
vary: Origin
access-control-allow-credentials: true
access-control-expose-headers: ETag
set-cookie: XSRF-TOKEN=eyJpdiI6IjZZOUN3ckxONTlQYUxtbk1UQ0o5Zmc9PSIsInZhbHVlIjoicHlTNEQrMnVmTjlLWDhvZ09qQXc3bGx5Nmp1VURIQnFROVFCSk1NTDNRM0tYSi9iODZ5MDhRTlFKOFY0L1ZFeFpaWnhEYjVWejB1NHJnNjZVTEdwdTN6TzdGS1lseUxvZ1VKVzBjVnVWekRTaWN3bkdzWVQySmFtZmN6RVNUR00iLCJtYWMiOiI3ZWYwOGI2Y2ZkMTk3YTQ5NDQ0N2RiZGExZDc4NWQyODgxMWZkNjA4MTYxYTIxMGMxNGY2ZDlhZTc3Mzg5NDQ2IiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:26 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; samesite=lax; transit_tracker_session=eyJpdiI6IjBsM3pvcHNscDR1Q21Kb2x6WXBIV3c9PSIsInZhbHVlIjoiS3owZG9sekp4SlNDd2Zka1RkcWpEckExUjJmclk3SHAwbWVsSVY2SzZTeGNsbXdFbVVSYlh3OXJ4QUJnVFJYOFo2SG94OEFxWm5Sa3lvU1U2cm1nRCtMRUpzVlBYVi9peURITVROZmNucndpelRpNURONi9PN3dQR1MxODZtN3kiLCJtYWMiOiIzMmY5OWU2YzAyODZiNzg2NWY4ZmEwMDZmZTVlZDhhODE5MTZlNWQwZTYzMDY2MDhmOWZiYjRiZmI3NWVmZDU5IiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:26 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; httponly; samesite=lax
{
"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=\"mailto:[email protected]\" target=\"_blank\">Su Yang</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",
"Saint-Jérôme",
"Laval",
"Longueuil",
"Sainte-Marthe-sur-le-Lac",
"Saint-Basile-le-Grand",
"Saint-Philippe",
"L'Assomption",
"Sainte-Julie",
"Sainte-Martine",
"Sainte-Martine",
"Île Perrot",
"Delson",
"Verchères",
"Terrebonne",
"Chambly",
"Sorel-Tracy",
"Huntingdon",
"Saint-Lin-Laurentides",
"Saint-Philippe",
"Saint-Jean-sur-Richelieu",
"Saint-Hyacinthe"
],
"image": "01KTAKTZTP1H5X6VF3RNX6NNXC.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": [
"Boisbriand",
"Deux-Montagnes",
"Rosemère",
"Sainte-Marthe-sur-le-Lac",
"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",
"McMasterville",
"Otterburn Park",
"Saint-Basile-le-Grand",
"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",
"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",
"Châteauguay",
"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": [
"Île Perrot",
"Notre-Dame-de-l’Île-Perrot",
"Pincourt",
"Rigaud",
"St-Lazare"
],
"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": [
"Verchères",
"Contrecoeur",
"Saint-Amable",
"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": [
"Howick",
"Huntingdon",
"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": {}
}
]
},
{
"name": "Toronto",
"slug": "tor",
"credits": "<p>Header photo by Clarence Wang</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",
"Scugog",
"Hamilton",
"Georgina",
"Waterloo",
"Guelph",
"Stouffville",
"Borden",
"Toronto",
"London",
"Stratford",
"Orangeville",
"St. Thomas",
"Milton",
"Mississauga",
"New Hamburg"
],
"image": "01KBKNJH32X242KNDEJVZENKJP.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",
"Oshawa",
"Clarington",
"Brock",
"Scugog"
],
"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",
"Markham",
"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": 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",
"Richmond Hill",
"Stouffville",
"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": 37,
"isArchived": false,
"name": "UP Express",
"shortName": "UP",
"slug": "up",
"cities": [
"Toronto"
],
"defaultVehicleType": "train",
"color": "#0075D2",
"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:349210"
],
"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": 57,
"isArchived": false,
"name": "Grand River Transit LRT",
"shortName": "GRT LRT",
"slug": "grt-lrt",
"cities": [
"Cambridge",
"Kitchener",
"Waterloo",
"Elmira",
"New Hamburg"
],
"defaultVehicleType": "tram",
"color": "#006CB7",
"textColor": "#FFFFFF",
"regions": [
"tor"
],
"license": {
"url": "https://www.regionofwaterloo.ca/government-and-council/transparency-and-accountability/open-data/#OpenDataLicence",
"title": "Region of Waterloo Open Data Licence v.2.0",
"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",
"Québec"
],
"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": [
"useRouteFromTrip"
],
"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",
"Piedmont",
"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": [
"Val-David",
"Sainte-Adèle",
"Sainte-Anne-des-Lacs",
"Saint-Sauveur",
"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": [
"Bois-des-Filion",
"Boisbriand",
"Pointe-Calumet",
"Saint-Eustache",
"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": {}
}
]
}
]
}
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=\"mailto:[email protected]\" target=\"_blank\">Su Yang</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",
"Saint-Jérôme",
"Laval",
"Longueuil",
"Sainte-Marthe-sur-le-Lac",
"Saint-Basile-le-Grand",
"Saint-Philippe",
"L'Assomption",
"Sainte-Julie",
"Sainte-Martine",
"Sainte-Martine",
"Île Perrot",
"Delson",
"Verchères",
"Terrebonne",
"Chambly",
"Sorel-Tracy",
"Huntingdon",
"Saint-Lin-Laurentides",
"Saint-Philippe",
"Saint-Jean-sur-Richelieu",
"Saint-Hyacinthe"
],
"image": "01KTAKTZTP1H5X6VF3RNX6NNXC.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": [
"Bois-des-Filion",
"Mirabel",
"Rosemère",
"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": {}
},
{
"id": 6,
"isArchived": false,
"name": "exo Vallée-du-Richelieu",
"shortName": "Vallée-du-Richelieu",
"slug": "vr",
"cities": [
"Beloeil",
"Mont-Saint-Hilaire",
"Otterburn Park",
"Saint-Basile-le-Grand",
"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",
"Charlemagne",
"Repentigny"
],
"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",
"Léry",
"Salaberry-de-Valleyfield",
"Mercier",
"Sainte-Martine"
],
"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",
"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-Amable",
"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",
"Huntingdon",
"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" \
--header "Content-Type: application/json" \
--data "{
\"gtfs_block_id\": \"sunt\",
\"gtfs_trip_id\": \"aut\"
}"
$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks';
$response = $client->get(
$url,
[
'headers' => [
'Content-Type' => 'application/json',
],
'json' => [
'gtfs_block_id' => 'sunt',
'gtfs_trip_id' => 'aut',
],
]
);
$body = $response->getBody();
print_r(json_decode((string) $body));import requests
import json
url = 'https://api.transittracker.ca/v2/agencies/stm/trips/951057/blocks'
payload = {
"gtfs_block_id": "sunt",
"gtfs_trip_id": "aut"
}
headers = {
'Content-Type': 'application/json'
}
response = requests.request('GET', url, headers=headers, json=payload)
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/velit"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/shapes/velit';
$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/velit'
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: 141
x-ratelimit-remaining: 138
content-language: en
vary: Origin
{
"data": [
{
"id": 114,
"ref": "27533",
"isActive": true,
"label": "27533",
"timestamp": 1784510776,
"tripId": "295770326",
"routeId": "211",
"startTime": "21:10:00",
"position": {
"lat": 45.4476,
"lon": -73.74046
},
"bearing": 275,
"speed": 40,
"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": [
[
4
]
],
"trip": {
"id": "295770326",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_17.json",
"shapeId": "211_17",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 172,
"ref": "29017",
"isActive": true,
"label": "29017",
"timestamp": 1784510783,
"tripId": "295769243",
"routeId": "104",
"startTime": "21:06:00",
"position": {
"lat": 45.4654,
"lon": -73.61442
},
"bearing": 220,
"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": [
[
4
]
],
"trip": {
"id": "295769243",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": "/storage/shapes/stm/104_12.json",
"shapeId": "104_12",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 174,
"ref": "29019",
"isActive": true,
"label": "29019",
"timestamp": 1784510765,
"tripId": "295768395",
"routeId": "12",
"startTime": "21:14:00",
"position": {
"lat": 45.46946,
"lon": -73.54443
},
"bearing": 260,
"speed": 33,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295768395",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "12",
"routeLongName": "Île-des-Soeurs",
"shapeLink": "/storage/shapes/stm/12_2.json",
"shapeId": "12_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 189,
"ref": "29064",
"isActive": true,
"label": "29064",
"timestamp": 1784510778,
"tripId": "295768917",
"routeId": "61",
"startTime": "21:38:00",
"position": {
"lat": 45.49995,
"lon": -73.57275
},
"bearing": 309,
"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": "295768917",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": "/storage/shapes/stm/61_6.json",
"shapeId": "61_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 194,
"ref": "29075",
"isActive": true,
"label": "29075",
"timestamp": 1784510783,
"tripId": "295768533",
"routeId": "12",
"startTime": "21:26:00",
"position": {
"lat": 45.4484,
"lon": -73.5611
},
"bearing": 0,
"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": [
[
4
]
],
"trip": {
"id": "295768533",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "12",
"routeLongName": "Île-des-Soeurs",
"shapeLink": "/storage/shapes/stm/12_1.json",
"shapeId": "12_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 197,
"ref": "29080",
"isActive": true,
"label": "29080",
"timestamp": 1784510783,
"tripId": "295769338",
"routeId": "110",
"startTime": "20:59:00",
"position": {
"lat": 45.41785,
"lon": -73.64374
},
"bearing": 20,
"speed": 23,
"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": [
[
4
]
],
"trip": {
"id": "295769338",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "110",
"routeLongName": "Centrale",
"shapeLink": "/storage/shapes/stm/110_19.json",
"shapeId": "110_19",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 203,
"ref": "29090",
"isActive": true,
"label": "29090",
"timestamp": 1784510776,
"tripId": "295770150",
"routeId": "411",
"startTime": "20:55:00",
"position": {
"lat": 45.44767,
"lon": -73.74216
},
"bearing": 242,
"speed": 26,
"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": [
[
4
]
],
"trip": {
"id": "295770150",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": "/storage/shapes/stm/411_5.json",
"shapeId": "411_5",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 207,
"ref": "29098",
"isActive": true,
"label": "29098",
"timestamp": 1784510765,
"tripId": "296847713",
"routeId": "144",
"startTime": "21:46:00",
"position": {
"lat": 45.49742,
"lon": -73.5809
},
"bearing": 34,
"speed": 30,
"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": "296847713",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "144",
"routeLongName": "Avenue des Pins",
"shapeLink": "/storage/shapes/stm/144_1.json",
"shapeId": "144_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 208,
"ref": "29103",
"isActive": true,
"label": "29103",
"timestamp": 1784510783,
"tripId": "295770347",
"routeId": "195",
"startTime": "20:50:00",
"position": {
"lat": 45.4344,
"lon": -73.65414
},
"bearing": 235,
"speed": 31,
"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": [
[
4
]
],
"trip": {
"id": "295770347",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": "/storage/shapes/stm/195_4.json",
"shapeId": "195_4",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 212,
"ref": "29120",
"isActive": true,
"label": "29120",
"timestamp": 1784510761,
"tripId": "295768552",
"routeId": "35",
"startTime": "20:32:00",
"position": {
"lat": 45.5043,
"lon": -73.57209
},
"bearing": 305,
"speed": 21,
"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": "295768552",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": "/storage/shapes/stm/35_23.json",
"shapeId": "35_23",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 217,
"ref": "29133",
"isActive": true,
"label": "29133",
"timestamp": 1784510771,
"tripId": "295768514",
"routeId": "198",
"startTime": "21:00:00",
"position": {
"lat": 45.44043,
"lon": -73.72233
},
"bearing": 117,
"speed": 13,
"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": [
[
4
]
],
"trip": {
"id": "295768514",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/198_35.json",
"shapeId": "198_35",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 226,
"ref": "29147",
"isActive": true,
"label": "29147",
"timestamp": 1784510783,
"tripId": "295769160",
"routeId": "496",
"startTime": "21:09:00",
"position": {
"lat": 45.43586,
"lon": -73.68092
},
"bearing": 79,
"speed": 29,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769160",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": "/storage/shapes/stm/496_1.json",
"shapeId": "496_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 227,
"ref": "29150",
"isActive": true,
"label": "29150",
"timestamp": 1784510765,
"tripId": "296710183",
"routeId": "747",
"startTime": "21:03:00",
"position": {
"lat": 45.44236,
"lon": -73.65595
},
"bearing": 287,
"speed": 75,
"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": [
[
9
]
],
"trip": {
"id": "296710183",
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_3.json",
"shapeId": "747_3",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 259,
"ref": "30006",
"isActive": true,
"label": "30006",
"timestamp": 1784510783,
"tripId": "296278538",
"routeId": "51",
"startTime": "21:24:00",
"position": {
"lat": 45.52648,
"lon": -73.58653
},
"bearing": 222,
"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": [
[
9
]
],
"trip": {
"id": "296278538",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/51_2.json",
"shapeId": "51_2",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 263,
"ref": "30043",
"isActive": true,
"label": "30043",
"timestamp": 1784510776,
"tripId": "295769737",
"routeId": "110",
"startTime": "20:29:00",
"position": {
"lat": 45.44136,
"lon": -73.61884
},
"bearing": 52,
"speed": 28,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
6
]
],
"trip": {
"id": "295769737",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "110",
"routeLongName": "Centrale",
"shapeLink": "/storage/shapes/stm/110_19.json",
"shapeId": "110_19",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 264,
"ref": "30044",
"isActive": true,
"label": "30044",
"timestamp": 1784510767,
"tripId": "295770370",
"routeId": "112",
"startTime": "21:32:00",
"position": {
"lat": 45.45691,
"lon": -73.58224
},
"bearing": 70,
"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": [
[
6
]
],
"trip": {
"id": "295770370",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_14.json",
"shapeId": "112_14",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 285,
"ref": "30111",
"isActive": true,
"label": "30111",
"timestamp": 1784510765,
"tripId": "296392737",
"routeId": "44",
"startTime": "21:23:00",
"position": {
"lat": 45.58962,
"lon": -73.54025
},
"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": [
[
2
]
],
"trip": {
"id": "296392737",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": "/storage/shapes/stm/44_1.json",
"shapeId": "44_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 290,
"ref": "30126",
"isActive": true,
"label": "30126",
"timestamp": 1784510782,
"tripId": "296392967",
"routeId": "189",
"startTime": "20:59:00",
"position": {
"lat": 45.65727,
"lon": -73.49219
},
"bearing": 346,
"speed": 46,
"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": [
[
2
]
],
"trip": {
"id": "296392967",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": "/storage/shapes/stm/189_1.json",
"shapeId": "189_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 299,
"ref": "30147",
"isActive": true,
"label": "30147",
"timestamp": 1784510767,
"tripId": "296392806",
"routeId": "86",
"startTime": "20:31:00",
"position": {
"lat": 45.65044,
"lon": -73.56116
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 95,
"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": [
[
2
]
],
"trip": {
"id": "296392806",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_3.json",
"shapeId": "86_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 303,
"ref": "30153",
"isActive": true,
"label": "30153",
"timestamp": 1784510771,
"tripId": "296392822",
"routeId": "86",
"startTime": "20:57:00",
"position": {
"lat": 45.65564,
"lon": -73.51608
},
"bearing": 12,
"speed": 45,
"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": [
[
2
]
],
"trip": {
"id": "296392822",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_2.json",
"shapeId": "86_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 307,
"ref": "30167",
"isActive": true,
"label": "30167",
"timestamp": 1784510783,
"tripId": "301362575",
"routeId": "206",
"startTime": "21:06:00",
"position": {
"lat": 45.49567,
"lon": -73.82129
},
"bearing": 154,
"speed": 27,
"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": "301362575",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "206",
"routeLongName": "Roger-Pilon",
"shapeLink": "/storage/shapes/stm/206_6.json",
"shapeId": "206_6",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 315,
"ref": "30193",
"isActive": true,
"label": "30193",
"timestamp": 1784510774,
"tripId": "296392319",
"routeId": "33",
"startTime": "20:48:00",
"position": {
"lat": 45.61327,
"lon": -73.6106
},
"bearing": 323,
"speed": 27,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
2
]
],
"trip": {
"id": "296392319",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": "/storage/shapes/stm/33_4.json",
"shapeId": "33_4",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 317,
"ref": "30195",
"isActive": true,
"label": "30195",
"timestamp": 1784510774,
"tripId": "296393255",
"routeId": "814",
"startTime": "21:30:00",
"position": {
"lat": 45.57618,
"lon": -73.58377
},
"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": [
[
2
]
],
"trip": {
"id": "296393255",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "814",
"routeLongName": "Jean-Talon Est / Bélanger",
"shapeLink": "/storage/shapes/stm/814_1.json",
"shapeId": "814_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 321,
"ref": "30217",
"isActive": true,
"label": "30217",
"timestamp": 1784510776,
"tripId": "295863250",
"routeId": "139",
"startTime": "21:25:00",
"position": {
"lat": 45.54819,
"lon": -73.53564
},
"bearing": 296,
"speed": 25,
"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": "295863250",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_1.json",
"shapeId": "139_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 328,
"ref": "30243",
"isActive": true,
"label": "30243",
"timestamp": 1784510774,
"tripId": "301362888",
"routeId": "230",
"startTime": "21:01:00",
"position": {
"lat": 45.46112,
"lon": -73.83208
},
"bearing": 234,
"speed": 72,
"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": [
[
8
]
],
"trip": {
"id": "301362888",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "230",
"routeLongName": "Saint-Louis",
"shapeLink": "/storage/shapes/stm/230_6.json",
"shapeId": "230_6",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 345,
"ref": "30828",
"isActive": true,
"label": "30828",
"timestamp": 1784510783,
"tripId": "295864421",
"routeId": "439",
"startTime": "20:35:00",
"position": {
"lat": 45.54745,
"lon": -73.53368
},
"bearing": 112,
"speed": 2,
"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": [
[
5
]
],
"trip": {
"id": "295864421",
"headsign": "Sud destination Pie-IX / Notre-Dame",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_4.json",
"shapeId": "439_4",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 368,
"ref": "30882",
"isActive": true,
"label": "30882",
"timestamp": 1784510767,
"tripId": "295863766",
"routeId": "67",
"startTime": "21:27:00",
"position": {
"lat": 45.5844,
"lon": -73.65097
},
"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": [
[
5
]
],
"trip": {
"id": "295863766",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/67_1.json",
"shapeId": "67_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 378,
"ref": "31038",
"isActive": true,
"label": "31038",
"timestamp": 1784510783,
"tripId": "296294178",
"routeId": "24",
"startTime": "20:57:00",
"position": {
"lat": 45.49809,
"lon": -73.58026
},
"bearing": 211,
"speed": 14,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294178",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/24_2.json",
"shapeId": "24_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 388,
"ref": "31058",
"isActive": true,
"label": "31058",
"timestamp": 1784510767,
"tripId": "296294495",
"routeId": "74",
"startTime": "21:30:00",
"position": {
"lat": 45.49928,
"lon": -73.56643
},
"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": [
[
3
]
],
"trip": {
"id": "296294495",
"headsign": "Sud via Wellington / Bridge",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "74",
"routeLongName": "Bridge",
"shapeLink": "/storage/shapes/stm/74_1.json",
"shapeId": "74_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 390,
"ref": "31062",
"isActive": true,
"label": "31062",
"timestamp": 1784510380,
"tripId": "296709462",
"routeId": "162",
"startTime": "20:47:00",
"position": {
"lat": 45.47649,
"lon": -73.66101
},
"bearing": 213,
"speed": 21,
"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": [
[
9
]
],
"trip": {
"id": "296709462",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": "/storage/shapes/stm/162_2.json",
"shapeId": "162_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 392,
"ref": "31072",
"isActive": true,
"label": "31072",
"timestamp": 1784510708,
"tripId": "296393115",
"routeId": "189",
"startTime": "21:17:00",
"position": {
"lat": 45.67606,
"lon": -73.49271
},
"bearing": 188,
"speed": 54,
"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": [
[
2
]
],
"trip": {
"id": "296393115",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": "/storage/shapes/stm/189_2.json",
"shapeId": "189_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 400,
"ref": "31101",
"isActive": true,
"label": "31101",
"timestamp": 1784510782,
"tripId": "296848428",
"routeId": "95",
"startTime": "20:57:00",
"position": {
"lat": 45.59738,
"lon": -73.56985
},
"bearing": 296,
"speed": 6,
"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": [
[
31
]
],
"trip": {
"id": "296848428",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "95",
"routeLongName": "Bélanger",
"shapeLink": "/storage/shapes/stm/95_2.json",
"shapeId": "95_2",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 403,
"ref": "31111",
"isActive": true,
"label": "31111",
"timestamp": 1784510774,
"tripId": "301362678",
"routeId": "230",
"startTime": "21:16:00",
"position": {
"lat": 45.46083,
"lon": -73.83534
},
"bearing": 323,
"speed": 5,
"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": "301362678",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "230",
"routeLongName": "Saint-Louis",
"shapeLink": "/storage/shapes/stm/230_5.json",
"shapeId": "230_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 405,
"ref": "31117",
"isActive": true,
"label": "31117",
"timestamp": 1784510783,
"tripId": "295863066",
"routeId": "43",
"startTime": "21:30:00",
"position": {
"lat": 45.59041,
"lon": -73.64662
},
"bearing": 323,
"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": [
[
5
]
],
"trip": {
"id": "295863066",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": "/storage/shapes/stm/43_2.json",
"shapeId": "43_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 409,
"ref": "31124",
"isActive": true,
"label": "31124",
"timestamp": 1784510777,
"tripId": "301362522",
"routeId": "17",
"startTime": "21:12:00",
"position": {
"lat": 45.4768,
"lon": -73.62151
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 13,
"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": "301362522",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "17",
"routeLongName": "Décarie",
"shapeLink": "/storage/shapes/stm/17_12.json",
"shapeId": "17_12",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 417,
"ref": "31146",
"isActive": true,
"label": "31146",
"timestamp": 1784510783,
"tripId": "296294615",
"routeId": "94",
"startTime": "21:10:00",
"position": {
"lat": 45.55051,
"lon": -73.59482
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"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": "296294615",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "94",
"routeLongName": "D'Iberville",
"shapeLink": "/storage/shapes/stm/94_1.json",
"shapeId": "94_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 418,
"ref": "31147",
"isActive": true,
"label": "31147",
"timestamp": 1784510783,
"tripId": "296848362",
"routeId": "129",
"startTime": "21:00:00",
"position": {
"lat": 45.51165,
"lon": -73.57835
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296848362",
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": "/storage/shapes/stm/129_29.json",
"shapeId": "129_29",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 420,
"ref": "31151",
"isActive": true,
"label": "31151",
"timestamp": 1784510783,
"tripId": "296294229",
"routeId": "24",
"startTime": "21:20:00",
"position": {
"lat": 45.47716,
"lon": -73.60555
},
"bearing": 0,
"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": [
[
3
]
],
"trip": {
"id": "296294229",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/24_1.json",
"shapeId": "24_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {}
},
{
"id": 430,
"ref": "31171",
"isActive": true,
"label": "31171",
"timestamp": 1784510769,
"tripId": "296295728",
"routeId": "777",
"startTime": "21:21:00",
"position": {
"lat": 45.50621,
"lon": -73.52525
},
"bearing": 211,
"speed": 5,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296295728",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "777",
"routeLongName": "Jean-Drapeau / Casino / Bonaventure",
"shapeLink": "/storage/shapes/stm/777_2.json",
"shapeId": "777_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 438,
"ref": "31190",
"isActive": true,
"label": "31190",
"timestamp": 1784510774,
"tripId": "296848302",
"routeId": "18",
"startTime": "21:28:00",
"position": {
"lat": 45.53147,
"lon": -73.61126
},
"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": [
[
31
]
],
"trip": {
"id": "296848302",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/18_18.json",
"shapeId": "18_18",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 452,
"ref": "31228",
"isActive": true,
"label": "31228",
"timestamp": 1784510778,
"tripId": "296294147",
"routeId": "22",
"startTime": "21:13:00",
"position": {
"lat": 45.58124,
"lon": -73.51292
},
"bearing": 304,
"speed": 18,
"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": [
[
3
]
],
"trip": {
"id": "296294147",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "22",
"routeLongName": "Notre-Dame",
"shapeLink": "/storage/shapes/stm/22_2.json",
"shapeId": "22_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 453,
"ref": "31231",
"isActive": true,
"label": "31231",
"timestamp": 1784510604,
"tripId": "296295208",
"routeId": "185",
"startTime": "20:46:00",
"position": {
"lat": 45.53262,
"lon": -73.54993
},
"bearing": 0,
"speed": 0,
"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": [
[
3
]
],
"trip": {
"id": "296295208",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "185",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/185_1.json",
"shapeId": "185_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 454,
"ref": "31232",
"isActive": true,
"label": "31232",
"timestamp": 1784510783,
"tripId": "296294692",
"routeId": "125",
"startTime": "21:01:00",
"position": {
"lat": 45.52517,
"lon": -73.55987
},
"bearing": 205,
"speed": 2,
"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": [
[
3
]
],
"trip": {
"id": "296294692",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": "/storage/shapes/stm/125_1.json",
"shapeId": "125_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 462,
"ref": "31815",
"isActive": true,
"label": "31815",
"timestamp": 1784510766,
"tripId": "296708614",
"routeId": "80",
"startTime": "20:49:00",
"position": {
"lat": 45.50724,
"lon": -73.56895
},
"bearing": 112,
"speed": 19,
"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": [
[
9
]
],
"trip": {
"id": "296708614",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/80_1.json",
"shapeId": "80_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 473,
"ref": "31839",
"isActive": true,
"label": "31839",
"timestamp": 1784510776,
"tripId": "296709659",
"routeId": "165",
"startTime": "21:25:00",
"position": {
"lat": 45.49635,
"lon": -73.58106
},
"bearing": 34,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "296709659",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "165",
"routeLongName": "Côte-des-Neiges",
"shapeLink": "/storage/shapes/stm/165_2.json",
"shapeId": "165_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 487,
"ref": "32004",
"isActive": true,
"label": "32004",
"timestamp": 1784510771,
"tripId": "296847895",
"routeId": "66",
"startTime": "21:06:00",
"position": {
"lat": 45.49485,
"lon": -73.59649
},
"bearing": 38,
"speed": 12,
"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": [
[
31
]
],
"trip": {
"id": "296847895",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "66",
"routeLongName": "The Boulevard",
"shapeLink": "/storage/shapes/stm/66_3.json",
"shapeId": "66_3",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 488,
"ref": "32006",
"isActive": true,
"label": "32006",
"timestamp": 1784510774,
"tripId": "296709100",
"routeId": "160",
"startTime": "20:57:00",
"position": {
"lat": 45.49138,
"lon": -73.64503
},
"bearing": 0,
"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": [
[
9
]
],
"trip": {
"id": "296709100",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "160",
"routeLongName": "Barclay",
"shapeLink": "/storage/shapes/stm/160_16.json",
"shapeId": "160_16",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 489,
"ref": "32008",
"isActive": true,
"label": "32008",
"timestamp": 1784510782,
"tripId": "296708579",
"routeId": "69",
"startTime": "21:09:00",
"position": {
"lat": 45.54944,
"lon": -73.67135
},
"bearing": 23,
"speed": 45,
"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": [
[
9
]
],
"trip": {
"id": "296708579",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/69_28.json",
"shapeId": "69_28",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 490,
"ref": "32010",
"isActive": true,
"label": "32010",
"timestamp": 1784510783,
"tripId": "296707694",
"routeId": "16",
"startTime": "21:02:00",
"position": {
"lat": 45.5076,
"lon": -73.68349
},
"bearing": 0,
"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": [
[
9
]
],
"trip": {
"id": "296707694",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "16",
"routeLongName": "Graham",
"shapeLink": "/storage/shapes/stm/16_1.json",
"shapeId": "16_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 491,
"ref": "32011",
"isActive": true,
"label": "32011",
"timestamp": 1784510783,
"tripId": "296708941",
"routeId": "103",
"startTime": "21:00:00",
"position": {
"lat": 45.45869,
"lon": -73.66386
},
"bearing": 94,
"speed": 0,
"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": [
[
9
]
],
"trip": {
"id": "296708941",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "103",
"routeLongName": "Monkland",
"shapeLink": "/storage/shapes/stm/103_2.json",
"shapeId": "103_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 496,
"ref": "32026",
"isActive": true,
"label": "32026",
"timestamp": 1784510783,
"tripId": "296392985",
"routeId": "33",
"startTime": "21:25:00",
"position": {
"lat": 45.62928,
"lon": -73.61704
},
"bearing": 325,
"speed": 29,
"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": "296392985",
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": "/storage/shapes/stm/33_3.json",
"shapeId": "33_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 498,
"ref": "32030",
"isActive": true,
"label": "32030",
"timestamp": 1784510768,
"tripId": "301363241",
"routeId": "208",
"startTime": "21:44:00",
"position": {
"lat": 45.51001,
"lon": -73.8132
},
"bearing": 264,
"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": "301363241",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": "/storage/shapes/stm/208_9.json",
"shapeId": "208_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 499,
"ref": "32801",
"isActive": true,
"label": "32801",
"timestamp": 1784510774,
"tripId": "295864556",
"routeId": "439",
"startTime": "20:50:00",
"position": {
"lat": 45.56047,
"lon": -73.57317
},
"bearing": 114,
"speed": 22,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295864556",
"headsign": "Sud destination Pie-IX / Notre-Dame",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_4.json",
"shapeId": "439_4",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 512,
"ref": "33825",
"isActive": true,
"label": "33825",
"timestamp": 1784510768,
"tripId": "296708679",
"routeId": "80",
"startTime": "21:18:00",
"position": {
"lat": 45.53013,
"lon": -73.62462
},
"bearing": 44,
"speed": 12,
"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": [
[
9
]
],
"trip": {
"id": "296708679",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/80_1.json",
"shapeId": "80_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 513,
"ref": "33827",
"isActive": true,
"label": "33827",
"timestamp": 1784510774,
"tripId": "296708685",
"routeId": "80",
"startTime": "20:58:00",
"position": {
"lat": 45.52363,
"lon": -73.6054
},
"bearing": 302,
"speed": 12,
"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": [
[
9
]
],
"trip": {
"id": "296708685",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/80_2.json",
"shapeId": "80_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 519,
"ref": "33837",
"isActive": true,
"label": "33837",
"timestamp": 1784510771,
"tripId": "296709706",
"routeId": "165",
"startTime": "20:28:00",
"position": {
"lat": 45.49503,
"lon": -73.60468
},
"bearing": 0,
"speed": 0,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296709706",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "165",
"routeLongName": "Côte-des-Neiges",
"shapeLink": "/storage/shapes/stm/165_1.json",
"shapeId": "165_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 524,
"ref": "36008",
"isActive": true,
"label": "36008",
"timestamp": 1784510775,
"tripId": "296392162",
"routeId": "186",
"startTime": "21:09:00",
"position": {
"lat": 45.65071,
"lon": -73.51136
},
"bearing": 13,
"speed": 50,
"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": [
[
2
]
],
"trip": {
"id": "296392162",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": "/storage/shapes/stm/186_1.json",
"shapeId": "186_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 525,
"ref": "36009",
"isActive": true,
"label": "36009",
"timestamp": 1784510775,
"tripId": "296392872",
"routeId": "32",
"startTime": "21:25:00",
"position": {
"lat": 45.61564,
"lon": -73.62936
},
"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": [
[
2
]
],
"trip": {
"id": "296392872",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": "/storage/shapes/stm/32_3.json",
"shapeId": "32_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 528,
"ref": "36015",
"isActive": true,
"label": "36015",
"timestamp": 1784510765,
"tripId": "296709291",
"routeId": "128",
"startTime": "20:48:00",
"position": {
"lat": 45.50884,
"lon": -73.67606
},
"bearing": 67,
"speed": 22,
"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": [
[
2
]
],
"trip": {
"id": "296709291",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/128_23.json",
"shapeId": "128_23",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 540,
"ref": "37010",
"isActive": true,
"label": "37010",
"timestamp": 1784510765,
"tripId": "296709427",
"routeId": "127",
"startTime": "21:02:00",
"position": {
"lat": 45.52213,
"lon": -73.70754
},
"bearing": 0,
"speed": 45,
"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": [
[
9
]
],
"trip": {
"id": "296709427",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "127",
"routeLongName": "Alexis-Nihon",
"shapeLink": "/storage/shapes/stm/127_1.json",
"shapeId": "127_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 541,
"ref": "37011",
"isActive": true,
"label": "37011",
"timestamp": 1784510765,
"tripId": "296708996",
"routeId": "105",
"startTime": "21:19:00",
"position": {
"lat": 45.46355,
"lon": -73.62927
},
"bearing": 0,
"speed": 0,
"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": [
[
9
]
],
"trip": {
"id": "296708996",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/105_2.json",
"shapeId": "105_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 554,
"ref": "37047",
"isActive": true,
"label": "37047",
"timestamp": 1784510774,
"tripId": "296709783",
"routeId": "166",
"startTime": "21:09:00",
"position": {
"lat": 45.493,
"lon": -73.62086
},
"bearing": 33,
"speed": 0,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296709783",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "166",
"routeLongName": "Queen-Mary",
"shapeLink": "/storage/shapes/stm/166_2.json",
"shapeId": "166_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 556,
"ref": "37055",
"isActive": true,
"label": "37055",
"timestamp": 1784510776,
"tripId": "296710145",
"routeId": "747",
"startTime": "20:56:00",
"position": {
"lat": 45.50638,
"lon": -73.56362
},
"bearing": 28,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 9,
"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": [
[
9
]
],
"trip": {
"id": "296710145",
"headsign": "Est - Vers le centre-ville de Montréal 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/747_12.json",
"shapeId": "747_12",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 566,
"ref": "37079",
"isActive": true,
"label": "37079",
"timestamp": 1784510777,
"tripId": "296709183",
"routeId": "124",
"startTime": "21:00:00",
"position": {
"lat": 45.4848,
"lon": -73.61615
},
"bearing": 125,
"speed": 18,
"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": [
[
9
]
],
"trip": {
"id": "296709183",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "124",
"routeLongName": "Victoria",
"shapeLink": "/storage/shapes/stm/124_11.json",
"shapeId": "124_11",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 567,
"ref": "37080",
"isActive": true,
"label": "37080",
"timestamp": 1784510778,
"tripId": "296709348",
"routeId": "69",
"startTime": "21:16:00",
"position": {
"lat": 45.60677,
"lon": -73.61989
},
"bearing": 238,
"speed": 27,
"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": [
[
9
]
],
"trip": {
"id": "296709348",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/69_27.json",
"shapeId": "69_27",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 569,
"ref": "37082",
"isActive": true,
"label": "37082",
"timestamp": 1784510777,
"tripId": "296708790",
"routeId": "100",
"startTime": "20:40:00",
"position": {
"lat": 45.47602,
"lon": -73.70162
},
"bearing": 134,
"speed": 0,
"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": [
[
9
]
],
"trip": {
"id": "296708790",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "100",
"routeLongName": "Crémazie",
"shapeLink": "/storage/shapes/stm/100_13.json",
"shapeId": "100_13",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 578,
"ref": "38011",
"isActive": true,
"label": "38011",
"timestamp": 1784510765,
"tripId": "296295232",
"routeId": "185",
"startTime": "21:15:00",
"position": {
"lat": 45.60447,
"lon": -73.52988
},
"bearing": 282,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 12,
"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": "296295232",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "185",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/185_1.json",
"shapeId": "185_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 580,
"ref": "38016",
"isActive": true,
"label": "38016",
"timestamp": 1784510774,
"tripId": "296295007",
"routeId": "150",
"startTime": "21:09:00",
"position": {
"lat": 45.51225,
"lon": -73.5585
},
"bearing": 0,
"speed": 0,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296295007",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "150",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/150_2.json",
"shapeId": "150_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 581,
"ref": "38019",
"isActive": true,
"label": "38019",
"timestamp": 1784510767,
"tripId": "296295051",
"routeId": "150",
"startTime": "21:20:00",
"position": {
"lat": 45.51376,
"lon": -73.55735
},
"bearing": 0,
"speed": 0,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296295051",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "150",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/150_1.json",
"shapeId": "150_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 586,
"ref": "38037",
"isActive": true,
"label": "38037",
"timestamp": 1784510783,
"tripId": "296295187",
"routeId": "85",
"startTime": "20:28:00",
"position": {
"lat": 45.53334,
"lon": -73.55174
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 59,
"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": "296295187",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": "/storage/shapes/stm/85_2.json",
"shapeId": "85_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 590,
"ref": "38046",
"isActive": true,
"label": "38046",
"timestamp": 1784510783,
"tripId": "296848049",
"routeId": "66",
"startTime": "21:07:00",
"position": {
"lat": 45.47849,
"lon": -73.62864
},
"bearing": 255,
"speed": 27,
"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": [
[
8
]
],
"trip": {
"id": "296848049",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "66",
"routeLongName": "The Boulevard",
"shapeLink": "/storage/shapes/stm/66_4.json",
"shapeId": "66_4",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 596,
"ref": "38058",
"isActive": true,
"label": "38058",
"timestamp": 1784510774,
"tripId": "301364184",
"routeId": "215",
"startTime": "20:56:00",
"position": {
"lat": 45.49528,
"lon": -73.75433
},
"bearing": 223,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301364184",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/215_15.json",
"shapeId": "215_15",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 603,
"ref": "38074",
"isActive": true,
"label": "38074",
"timestamp": 1784510783,
"tripId": "301363154",
"routeId": "204",
"startTime": "21:09:00",
"position": {
"lat": 45.4532,
"lon": -73.77048
},
"bearing": 78,
"speed": 9,
"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": [
[
8
]
],
"trip": {
"id": "301363154",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "204",
"routeLongName": "Cardinal",
"shapeLink": "/storage/shapes/stm/204_10.json",
"shapeId": "204_10",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 613,
"ref": "38094",
"isActive": true,
"label": "38094",
"timestamp": 1784510782,
"tripId": "296294707",
"routeId": "125",
"startTime": "21:18:00",
"position": {
"lat": 45.51107,
"lon": -73.56686
},
"bearing": 12,
"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": [
[
3
]
],
"trip": {
"id": "296294707",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": "/storage/shapes/stm/125_2.json",
"shapeId": "125_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 615,
"ref": "38097",
"isActive": true,
"label": "38097",
"timestamp": 1784510774,
"tripId": "296294796",
"routeId": "34",
"startTime": "21:18:00",
"position": {
"lat": 45.55657,
"lon": -73.53029
},
"bearing": 204,
"speed": 27,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294796",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "34",
"routeLongName": "Sainte-Catherine",
"shapeLink": "/storage/shapes/stm/34_1.json",
"shapeId": "34_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 618,
"ref": "39002",
"isActive": true,
"label": "39002",
"timestamp": 1784510766,
"tripId": "296710308",
"routeId": "747",
"startTime": "21:17:00",
"position": {
"lat": 45.46389,
"lon": -73.60863
},
"bearing": 65,
"speed": 81,
"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": [
[
9
]
],
"trip": {
"id": "296710308",
"headsign": "Est - Vers le centre-ville de Montréal trajet 2 station Lionel-Groulx",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_4.json",
"shapeId": "747_4",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 620,
"ref": "39008",
"isActive": true,
"label": "39008",
"timestamp": 1784510765,
"tripId": "296710283",
"routeId": "747",
"startTime": "20:54:00",
"position": {
"lat": 45.44656,
"lon": -73.66882
},
"bearing": 284,
"speed": 90,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296710283",
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_13.json",
"shapeId": "747_13",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 623,
"ref": "39014",
"isActive": true,
"label": "39014",
"timestamp": 1784510783,
"tripId": "296710130",
"routeId": "747",
"startTime": "21:08:00",
"position": {
"lat": 45.48806,
"lon": -73.57314
},
"bearing": 33,
"speed": 27,
"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": [
[
9
]
],
"trip": {
"id": "296710130",
"headsign": "Est - Vers le centre-ville de Montréal 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/747_12.json",
"shapeId": "747_12",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 625,
"ref": "39019",
"isActive": true,
"label": "39019",
"timestamp": 1784510767,
"tripId": "296295673",
"routeId": "769",
"startTime": "21:29:00",
"position": {
"lat": 45.52139,
"lon": -73.53448
},
"bearing": 284,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296295673",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "769",
"routeLongName": "La Ronde / Station Papineau",
"shapeLink": "/storage/shapes/stm/769_1.json",
"shapeId": "769_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 646,
"ref": "39064",
"isActive": true,
"label": "39064",
"timestamp": 1784510768,
"tripId": "296392122",
"routeId": "192",
"startTime": "21:02:00",
"position": {
"lat": 45.5861,
"lon": -73.60055
},
"bearing": 53,
"speed": 18,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
2
]
],
"trip": {
"id": "296392122",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "192",
"routeLongName": "Robert",
"shapeLink": "/storage/shapes/stm/192_2.json",
"shapeId": "192_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 655,
"ref": "39094",
"isActive": true,
"label": "39094",
"timestamp": 1784510777,
"tripId": "296847743",
"routeId": "161",
"startTime": "21:27:00",
"position": {
"lat": 45.46262,
"lon": -73.67113
},
"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": [
[
31
]
],
"trip": {
"id": "296847743",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/161_18.json",
"shapeId": "161_18",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 656,
"ref": "39096",
"isActive": true,
"label": "39096",
"timestamp": 1784510774,
"tripId": "296213227",
"routeId": "10",
"startTime": "21:01:00",
"position": {
"lat": 45.53293,
"lon": -73.5677
},
"bearing": 122,
"speed": 18,
"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": [
[
31
]
],
"trip": {
"id": "296213227",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "10",
"routeLongName": "De Lorimier",
"shapeLink": "/storage/shapes/stm/10_1.json",
"shapeId": "10_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 665,
"ref": "39108",
"isActive": true,
"label": "39108",
"timestamp": 1784510782,
"tripId": "296848318",
"routeId": "129",
"startTime": "21:40:00",
"position": {
"lat": 45.48765,
"lon": -73.63863
},
"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": [
[
31
]
],
"trip": {
"id": "296848318",
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": "/storage/shapes/stm/129_29.json",
"shapeId": "129_29",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 666,
"ref": "39112",
"isActive": true,
"label": "39112",
"timestamp": 1784510767,
"tripId": "296847846",
"routeId": "31",
"startTime": "21:11:00",
"position": {
"lat": 45.53292,
"lon": -73.60241
},
"bearing": 302,
"speed": 36,
"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": [
[
31
]
],
"trip": {
"id": "296847846",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "31",
"routeLongName": "Saint-Denis",
"shapeLink": "/storage/shapes/stm/31_10.json",
"shapeId": "31_10",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 672,
"ref": "39124",
"isActive": true,
"label": "39124",
"timestamp": 1784510774,
"tripId": "296393063",
"routeId": "32",
"startTime": "20:54:00",
"position": {
"lat": 45.57695,
"lon": -73.54694
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"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": [
[
2
]
],
"trip": {
"id": "296393063",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": "/storage/shapes/stm/32_3.json",
"shapeId": "32_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:36",
"meta": {}
},
{
"id": 827,
"ref": "29149",
"isActive": true,
"label": "29149",
"timestamp": 1784510783,
"tripId": "296710165",
"routeId": "747",
"startTime": "20:46:00",
"position": {
"lat": 45.45662,
"lon": -73.75156
},
"bearing": 263,
"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": [
[
9
]
],
"trip": {
"id": "296710165",
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_3.json",
"shapeId": "747_3",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:12",
"meta": {}
},
{
"id": 833,
"ref": "30196",
"isActive": true,
"label": "30196",
"timestamp": 1784510783,
"tripId": "296392603",
"routeId": "192",
"startTime": "21:15:00",
"position": {
"lat": 45.59712,
"lon": -73.58789
},
"bearing": 0,
"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": [
[
2
]
],
"trip": {
"id": "296392603",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "192",
"routeLongName": "Robert",
"shapeLink": "/storage/shapes/stm/192_1.json",
"shapeId": "192_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:15",
"meta": {}
},
{
"id": 835,
"ref": "30870",
"isActive": true,
"label": "30870",
"timestamp": 1784510774,
"tripId": "295863923",
"routeId": "121",
"startTime": "20:52:00",
"position": {
"lat": 45.5225,
"lon": -73.67297
},
"bearing": 204,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "295863923",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "121",
"routeLongName": "Sauvé / Côte-Vertu",
"shapeLink": "/storage/shapes/stm/121_22.json",
"shapeId": "121_22",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:17",
"meta": {}
},
{
"id": 851,
"ref": "37012",
"isActive": true,
"label": "37012",
"timestamp": 1784510783,
"tripId": "296708590",
"routeId": "69",
"startTime": "21:41:00",
"position": {
"lat": 45.52147,
"lon": -73.71136
},
"bearing": 46,
"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": [
[
9
]
],
"trip": {
"id": "296708590",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/69_28.json",
"shapeId": "69_28",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:25",
"meta": {}
},
{
"id": 854,
"ref": "37045",
"isActive": true,
"label": "37045",
"timestamp": 1784510778,
"tripId": "296709827",
"routeId": "171",
"startTime": "21:26:00",
"position": {
"lat": 45.5141,
"lon": -73.68402
},
"bearing": 328,
"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": [
[
9
]
],
"trip": {
"id": "296709827",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "171",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/171_19.json",
"shapeId": "171_19",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:25",
"meta": {}
},
{
"id": 857,
"ref": "38009",
"isActive": true,
"label": "38009",
"timestamp": 1784510783,
"tripId": "296213257",
"routeId": "10",
"startTime": "21:06:00",
"position": {
"lat": 45.54705,
"lon": -73.59785
},
"bearing": 0,
"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": [
[
3
]
],
"trip": {
"id": "296213257",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "10",
"routeLongName": "De Lorimier",
"shapeLink": "/storage/shapes/stm/10_2.json",
"shapeId": "10_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:25",
"meta": {}
},
{
"id": 858,
"ref": "38021",
"isActive": true,
"label": "38021",
"timestamp": 1784510783,
"tripId": "296294247",
"routeId": "24",
"startTime": "20:51:00",
"position": {
"lat": 45.51672,
"lon": -73.56755
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"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": [
[
3
]
],
"trip": {
"id": "296294247",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/24_1.json",
"shapeId": "24_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:26",
"meta": {}
},
{
"id": 859,
"ref": "38022",
"isActive": true,
"label": "38022",
"timestamp": 1784510768,
"tripId": "296294259",
"routeId": "136",
"startTime": "20:52:00",
"position": {
"lat": 45.5628,
"lon": -73.5468
},
"bearing": 116,
"speed": 27,
"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": [
[
3
]
],
"trip": {
"id": "296294259",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "136",
"routeLongName": "Viau",
"shapeLink": "/storage/shapes/stm/136_2.json",
"shapeId": "136_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:26",
"meta": {}
},
{
"id": 860,
"ref": "38039",
"isActive": true,
"label": "38039",
"timestamp": 1784510768,
"tripId": "301365143",
"routeId": "815",
"startTime": "21:19:00",
"position": {
"lat": 45.45419,
"lon": -73.78211
},
"bearing": 351,
"speed": 45,
"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": [
[
8
]
],
"trip": {
"id": "301365143",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "815",
"routeLongName": "REM des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/815_17.json",
"shapeId": "815_17",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 01:13:26",
"meta": {}
},
{
"id": 1106,
"ref": "37044",
"isActive": true,
"label": "37044",
"timestamp": 1784510782,
"tripId": "296707709",
"routeId": "16",
"startTime": "21:02:00",
"position": {
"lat": 45.51822,
"lon": -73.62989
},
"bearing": 113,
"speed": 13,
"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": [
[
9
]
],
"trip": {
"id": "296707709",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "16",
"routeLongName": "Graham",
"shapeLink": "/storage/shapes/stm/16_3.json",
"shapeId": "16_3",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 02:55:21",
"meta": {}
},
{
"id": 1113,
"ref": "31154",
"isActive": true,
"label": "31154",
"timestamp": 1784510765,
"tripId": "296295778",
"routeId": "777",
"startTime": "21:20:00",
"position": {
"lat": 45.49777,
"lon": -73.56105
},
"bearing": 125,
"speed": 45,
"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": [
[
3
]
],
"trip": {
"id": "296295778",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "777",
"routeLongName": "Jean-Drapeau / Casino / Bonaventure",
"shapeLink": "/storage/shapes/stm/777_1.json",
"shapeId": "777_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 03:00:18",
"meta": {}
},
{
"id": 1131,
"ref": "37070",
"isActive": true,
"label": "37070",
"timestamp": 1784510783,
"tripId": "296709307",
"routeId": "128",
"startTime": "21:21:00",
"position": {
"lat": 45.52485,
"lon": -73.68354
},
"bearing": 223,
"speed": 27,
"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": [
[
9
]
],
"trip": {
"id": "296709307",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/128_22.json",
"shapeId": "128_22",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 03:45:20",
"meta": {}
},
{
"id": 1158,
"ref": "39105",
"isActive": true,
"label": "39105",
"timestamp": 1784510783,
"tripId": "296392788",
"routeId": "141",
"startTime": "21:02:00",
"position": {
"lat": 45.59049,
"lon": -73.56761
},
"bearing": 0,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296392788",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": "/storage/shapes/stm/141_3.json",
"shapeId": "141_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 09:40:04",
"meta": {}
},
{
"id": 1186,
"ref": "31113",
"isActive": true,
"label": "31113",
"timestamp": 1784510774,
"tripId": "295864159",
"routeId": "140",
"startTime": "20:47:00",
"position": {
"lat": 45.55075,
"lon": -73.65282
},
"bearing": 292,
"speed": 32,
"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": [
[
5
]
],
"trip": {
"id": "295864159",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "140",
"routeLongName": "Fleury",
"shapeLink": "/storage/shapes/stm/140_12.json",
"shapeId": "140_12",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 09:55:06",
"meta": {}
},
{
"id": 1196,
"ref": "30097",
"isActive": true,
"label": "30097",
"timestamp": 1784510783,
"tripId": "295769566",
"routeId": "110",
"startTime": "21:01:00",
"position": {
"lat": 45.41703,
"lon": -73.63255
},
"bearing": 273,
"speed": 18,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"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": [
[
31
]
],
"trip": {
"id": "295769566",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "110",
"routeLongName": "Centrale",
"shapeLink": "/storage/shapes/stm/110_20.json",
"shapeId": "110_20",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:00:04",
"meta": {}
},
{
"id": 1211,
"ref": "28003",
"isActive": true,
"label": "28003",
"timestamp": 1784510777,
"tripId": "295768963",
"routeId": "71",
"startTime": "21:18:00",
"position": {
"lat": 45.46278,
"lon": -73.56686
},
"bearing": 272,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295768963",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "71",
"routeLongName": "Pointe-Saint-Charles",
"shapeLink": "/storage/shapes/stm/71_11.json",
"shapeId": "71_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {}
},
{
"id": 1223,
"ref": "37050",
"isActive": true,
"label": "37050",
"timestamp": 1784510776,
"tripId": "296708845",
"routeId": "100",
"startTime": "21:10:00",
"position": {
"lat": 45.50649,
"lon": -73.67002
},
"bearing": 132,
"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": [
[
9
]
],
"trip": {
"id": "296708845",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "100",
"routeLongName": "Crémazie",
"shapeLink": "/storage/shapes/stm/100_13.json",
"shapeId": "100_13",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 10:05:07",
"meta": {}
},
{
"id": 1234,
"ref": "30110",
"isActive": true,
"label": "30110",
"timestamp": 1784510783,
"tripId": "296393179",
"routeId": "28",
"startTime": "21:00:00",
"position": {
"lat": 45.59336,
"lon": -73.5248
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 37,
"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": [
[
2
]
],
"trip": {
"id": "296393179",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "28",
"routeLongName": "Honoré-Beaugrand",
"shapeLink": "/storage/shapes/stm/28_15.json",
"shapeId": "28_15",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:10:03",
"meta": {}
},
{
"id": 1262,
"ref": "36002",
"isActive": true,
"label": "36002",
"timestamp": 1784510774,
"tripId": "296392238",
"routeId": "26",
"startTime": "21:07:00",
"position": {
"lat": 45.61303,
"lon": -73.53238
},
"bearing": 285,
"speed": 35,
"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": [
[
2
]
],
"trip": {
"id": "296392238",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "26",
"routeLongName": "Mercier-Est",
"shapeLink": "/storage/shapes/stm/26_3.json",
"shapeId": "26_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:15:09",
"meta": {}
},
{
"id": 1265,
"ref": "37093",
"isActive": true,
"label": "37093",
"timestamp": 1784510774,
"tripId": "296709890",
"routeId": "470",
"startTime": "20:35:00",
"position": {
"lat": 45.48673,
"lon": -73.6902
},
"bearing": 42,
"speed": 54,
"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": [
[
9
]
],
"trip": {
"id": "296709890",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/470_18.json",
"shapeId": "470_18",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 10:15:10",
"meta": {}
},
{
"id": 1289,
"ref": "39023",
"isActive": true,
"label": "39023",
"timestamp": 1784510774,
"tripId": "296294464",
"routeId": "50",
"startTime": "21:12:00",
"position": {
"lat": 45.50015,
"lon": -73.55707
},
"bearing": 116,
"speed": 6,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294464",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "50",
"routeLongName": "Vieux-Montréal / Vieux-Port",
"shapeLink": "/storage/shapes/stm/50_15.json",
"shapeId": "50_15",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:20:08",
"meta": {}
},
{
"id": 1294,
"ref": "27536",
"isActive": true,
"label": "27536",
"timestamp": 1784510782,
"tripId": "295769823",
"routeId": "107",
"startTime": "21:40:00",
"position": {
"lat": 45.42595,
"lon": -73.61034
},
"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": "295769823",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_2.json",
"shapeId": "107_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:25:03",
"meta": {}
},
{
"id": 1302,
"ref": "31140",
"isActive": true,
"label": "31140",
"timestamp": 1784510783,
"tripId": "296848587",
"routeId": "18",
"startTime": "20:48:00",
"position": {
"lat": 45.59763,
"lon": -73.5528
},
"bearing": 118,
"speed": 45,
"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": [
[
31
]
],
"trip": {
"id": "296848587",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/18_18.json",
"shapeId": "18_18",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 10:25:05",
"meta": {}
},
{
"id": 1337,
"ref": "30176",
"isActive": true,
"label": "30176",
"timestamp": 1784510771,
"tripId": "301363677",
"routeId": "70",
"startTime": "21:21:00",
"position": {
"lat": 45.51031,
"lon": -73.68784
},
"bearing": 0,
"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": [
[
8
]
],
"trip": {
"id": "301363677",
"headsign": "Ouest destination Raymond-Lasnier / Beaulac",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "70",
"routeLongName": "Bois-Franc",
"shapeLink": "/storage/shapes/stm/70_12.json",
"shapeId": "70_12",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 10:30:04",
"meta": {}
},
{
"id": 1441,
"ref": "31150",
"isActive": true,
"label": "31150",
"timestamp": 1784510783,
"tripId": "296294747",
"routeId": "131",
"startTime": "21:15:00",
"position": {
"lat": 45.56993,
"lon": -73.54776
},
"bearing": 21,
"speed": 27,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294747",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "131",
"routeLongName": "De l'Assomption",
"shapeLink": "/storage/shapes/stm/131_2.json",
"shapeId": "131_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:45:11",
"meta": {}
},
{
"id": 1486,
"ref": "31198",
"isActive": true,
"label": "31198",
"timestamp": 1784510765,
"tripId": "296392576",
"routeId": "32",
"startTime": "21:12:00",
"position": {
"lat": 45.58277,
"lon": -73.57234
},
"bearing": 297,
"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": [
[
3
]
],
"trip": {
"id": "296392576",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "32",
"routeLongName": "Lacordaire",
"shapeLink": "/storage/shapes/stm/32_2.json",
"shapeId": "32_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:50:13",
"meta": {}
},
{
"id": 1491,
"ref": "38093",
"isActive": true,
"label": "38093",
"timestamp": 1784510768,
"tripId": "296295120",
"routeId": "168",
"startTime": "21:29:00",
"position": {
"lat": 45.44841,
"lon": -73.56104
},
"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": [
[
3
]
],
"trip": {
"id": "296295120",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": "/storage/shapes/stm/168_2.json",
"shapeId": "168_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:50:15",
"meta": {}
},
{
"id": 1496,
"ref": "27527",
"isActive": true,
"label": "27527",
"timestamp": 1784510783,
"tripId": "295768879",
"routeId": "61",
"startTime": "20:40:00",
"position": {
"lat": 45.42731,
"lon": -73.59917
},
"bearing": 213,
"speed": 28,
"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": "295768879",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": "/storage/shapes/stm/61_6.json",
"shapeId": "61_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {}
},
{
"id": 1519,
"ref": "37025",
"isActive": true,
"label": "37025",
"timestamp": 1784510768,
"tripId": "296709752",
"routeId": "166",
"startTime": "21:10:00",
"position": {
"lat": 45.4959,
"lon": -73.61012
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"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": [
[
9
]
],
"trip": {
"id": "296709752",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "166",
"routeLongName": "Queen-Mary",
"shapeLink": "/storage/shapes/stm/166_1.json",
"shapeId": "166_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 10:55:14",
"meta": {}
},
{
"id": 1531,
"ref": "28081",
"isActive": true,
"label": "28081",
"timestamp": 1784510767,
"tripId": "295769430",
"routeId": "114",
"startTime": "21:28:00",
"position": {
"lat": 45.44273,
"lon": -73.65022
},
"bearing": 116,
"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": "295769430",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/114_11.json",
"shapeId": "114_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:00:05",
"meta": {}
},
{
"id": 1538,
"ref": "30026",
"isActive": true,
"label": "30026",
"timestamp": 1784510774,
"tripId": "295770166",
"routeId": "411",
"startTime": "21:24:00",
"position": {
"lat": 45.40505,
"lon": -73.93552
},
"bearing": 88,
"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": [
[
4
]
],
"trip": {
"id": "295770166",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": "/storage/shapes/stm/411_5.json",
"shapeId": "411_5",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:00:07",
"meta": {}
},
{
"id": 1578,
"ref": "29095",
"isActive": true,
"label": "29095",
"timestamp": 1784510778,
"tripId": "295769295",
"routeId": "106",
"startTime": "21:16:00",
"position": {
"lat": 45.43256,
"lon": -73.62991
},
"bearing": 229,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 12,
"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": [
[
4
]
],
"trip": {
"id": "295769295",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "106",
"routeLongName": "Newman",
"shapeLink": "/storage/shapes/stm/106_1.json",
"shapeId": "106_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:05:09",
"meta": {}
},
{
"id": 1621,
"ref": "37097",
"isActive": true,
"label": "37097",
"timestamp": 1784510783,
"tripId": "296709924",
"routeId": "470",
"startTime": "21:40:00",
"position": {
"lat": 45.46498,
"lon": -73.89178
},
"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": [
[
9
]
],
"trip": {
"id": "296709924",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/470_18.json",
"shapeId": "470_18",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 11:10:19",
"meta": {}
},
{
"id": 1656,
"ref": "37032",
"isActive": true,
"label": "37032",
"timestamp": 1784510774,
"tripId": "296709246",
"routeId": "127",
"startTime": "21:01:00",
"position": {
"lat": 45.50412,
"lon": -73.67755
},
"bearing": 45,
"speed": 17,
"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": [
[
9
]
],
"trip": {
"id": "296709246",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "127",
"routeLongName": "Alexis-Nihon",
"shapeLink": "/storage/shapes/stm/127_6.json",
"shapeId": "127_6",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 11:15:22",
"meta": {}
},
{
"id": 1688,
"ref": "31193",
"isActive": true,
"label": "31193",
"timestamp": 1784510766,
"tripId": "296392391",
"routeId": "86",
"startTime": "20:00:00",
"position": {
"lat": 45.61755,
"lon": -73.58045
},
"bearing": 24,
"speed": 0,
"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": [
[
2
]
],
"trip": {
"id": "296392391",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_3.json",
"shapeId": "86_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:20:22",
"meta": {}
},
{
"id": 1695,
"ref": "37017",
"isActive": true,
"label": "37017",
"timestamp": 1784510765,
"tripId": "296709907",
"routeId": "470",
"startTime": "21:07:00",
"position": {
"lat": 45.46785,
"lon": -73.82964
},
"bearing": 144,
"speed": 21,
"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": [
[
9
]
],
"trip": {
"id": "296709907",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/470_18.json",
"shapeId": "470_18",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 11:20:24",
"meta": {}
},
{
"id": 1700,
"ref": "39091",
"isActive": true,
"label": "39091",
"timestamp": 1784510777,
"tripId": "295770395",
"routeId": "211",
"startTime": "21:09:00",
"position": {
"lat": 45.42824,
"lon": -73.83389
},
"bearing": 66,
"speed": 27,
"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": [
[
31
]
],
"trip": {
"id": "295770395",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_19.json",
"shapeId": "211_19",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:20:26",
"meta": {}
},
{
"id": 1721,
"ref": "31068",
"isActive": true,
"label": "31068",
"timestamp": 1784510782,
"tripId": "296392368",
"routeId": "141",
"startTime": "21:05:00",
"position": {
"lat": 45.59018,
"lon": -73.56771
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
2
]
],
"trip": {
"id": "296392368",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": "/storage/shapes/stm/141_1.json",
"shapeId": "141_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:25:18",
"meta": {}
},
{
"id": 1725,
"ref": "31221",
"isActive": true,
"label": "31221",
"timestamp": 1784510783,
"tripId": "301364020",
"routeId": "164",
"startTime": "21:30:00",
"position": {
"lat": 45.50355,
"lon": -73.73402
},
"bearing": 134,
"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": "301364020",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/164_3.json",
"shapeId": "164_3",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 11:25:22",
"meta": {}
},
{
"id": 1745,
"ref": "29021",
"isActive": true,
"label": "29021",
"timestamp": 1784510783,
"tripId": "295769720",
"routeId": "113",
"startTime": "21:18:00",
"position": {
"lat": 45.44573,
"lon": -73.59602
},
"bearing": 103,
"speed": 20,
"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": [
[
4
]
],
"trip": {
"id": "295769720",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": "/storage/shapes/stm/113_1.json",
"shapeId": "113_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:30:11",
"meta": {}
},
{
"id": 1750,
"ref": "30172",
"isActive": true,
"label": "30172",
"timestamp": 1784510767,
"tripId": "301362861",
"routeId": "164",
"startTime": "21:02:00",
"position": {
"lat": 45.5256,
"lon": -73.70989
},
"bearing": 101,
"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": [
[
8
]
],
"trip": {
"id": "301362861",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/164_3.json",
"shapeId": "164_3",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 11:30:16",
"meta": {}
},
{
"id": 1763,
"ref": "38079",
"isActive": true,
"label": "38079",
"timestamp": 1784510777,
"tripId": "301363264",
"routeId": "218",
"startTime": "21:30:00",
"position": {
"lat": 45.45942,
"lon": -73.89294
},
"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": [
[
8
]
],
"trip": {
"id": "301363264",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "218",
"routeLongName": "Antoine-Faucon",
"shapeLink": "/storage/shapes/stm/218_5.json",
"shapeId": "218_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 11:30:27",
"meta": {}
},
{
"id": 1790,
"ref": "30116",
"isActive": true,
"label": "30116",
"timestamp": 1784510783,
"tripId": "296393084",
"routeId": "26",
"startTime": "21:10:00",
"position": {
"lat": 45.59666,
"lon": -73.535
},
"bearing": 0,
"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": [
[
2
]
],
"trip": {
"id": "296393084",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "26",
"routeLongName": "Mercier-Est",
"shapeLink": "/storage/shapes/stm/26_2.json",
"shapeId": "26_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:35:15",
"meta": {}
},
{
"id": 1794,
"ref": "30819",
"isActive": true,
"label": "30819",
"timestamp": 1784510783,
"tripId": "295864543",
"routeId": "439",
"startTime": "20:49:00",
"position": {
"lat": 45.5868,
"lon": -73.63287
},
"bearing": 323,
"speed": 20,
"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": [
[
5
]
],
"trip": {
"id": "295864543",
"headsign": "Nord destination Cégep Marie-Victorin",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_3.json",
"shapeId": "439_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:35:18",
"meta": {}
},
{
"id": 1804,
"ref": "38014",
"isActive": true,
"label": "38014",
"timestamp": 1784510782,
"tripId": "296295156",
"routeId": "168",
"startTime": "21:01:00",
"position": {
"lat": 45.45255,
"lon": -73.54829
},
"bearing": 232,
"speed": 18,
"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": [
[
3
]
],
"trip": {
"id": "296295156",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "168",
"routeLongName": "Cité-du-Havre",
"shapeLink": "/storage/shapes/stm/168_1.json",
"shapeId": "168_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:35:27",
"meta": {}
},
{
"id": 1837,
"ref": "31177",
"isActive": true,
"label": "31177",
"timestamp": 1784510783,
"tripId": "296294317",
"routeId": "29",
"startTime": "21:00:00",
"position": {
"lat": 45.544,
"lon": -73.54949
},
"bearing": 204,
"speed": 5,
"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": [
[
3
]
],
"trip": {
"id": "296294317",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "29",
"routeLongName": "Rachel",
"shapeLink": "/storage/shapes/stm/29_3.json",
"shapeId": "29_3",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:40:44",
"meta": {}
},
{
"id": 1839,
"ref": "31181",
"isActive": true,
"label": "31181",
"timestamp": 1784510774,
"tripId": "296294635",
"routeId": "94",
"startTime": "21:10:00",
"position": {
"lat": 45.5411,
"lon": -73.57362
},
"bearing": 120,
"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": [
[
3
]
],
"trip": {
"id": "296294635",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "94",
"routeLongName": "D'Iberville",
"shapeLink": "/storage/shapes/stm/94_2.json",
"shapeId": "94_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:40:44",
"meta": {}
},
{
"id": 1840,
"ref": "31196",
"isActive": true,
"label": "31196",
"timestamp": 1784510783,
"tripId": "296392911",
"routeId": "33",
"startTime": "20:55:00",
"position": {
"lat": 45.59071,
"lon": -73.56953
},
"bearing": 109,
"speed": 50,
"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": [
[
2
]
],
"trip": {
"id": "296392911",
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "33",
"routeLongName": "Langelier",
"shapeLink": "/storage/shapes/stm/33_3.json",
"shapeId": "33_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:40:45",
"meta": {}
},
{
"id": 1889,
"ref": "29094",
"isActive": true,
"label": "29094",
"timestamp": 1784510776,
"tripId": "295769265",
"routeId": "211",
"startTime": "20:39:00",
"position": {
"lat": 45.48259,
"lon": -73.58582
},
"bearing": 123,
"speed": 36,
"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": "295769265",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_19.json",
"shapeId": "211_19",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:50:23",
"meta": {}
},
{
"id": 1892,
"ref": "29136",
"isActive": true,
"label": "29136",
"timestamp": 1784510782,
"tripId": "295769983",
"routeId": "195",
"startTime": "20:50:00",
"position": {
"lat": 45.44457,
"lon": -73.70122
},
"bearing": 290,
"speed": 24,
"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": [
[
4
]
],
"trip": {
"id": "295769983",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": "/storage/shapes/stm/195_21.json",
"shapeId": "195_21",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:50:25",
"meta": {}
},
{
"id": 1948,
"ref": "38028",
"isActive": true,
"label": "38028",
"timestamp": 1784510783,
"tripId": "296294835",
"routeId": "85",
"startTime": "21:08:00",
"position": {
"lat": 45.59812,
"lon": -73.54537
},
"bearing": 114,
"speed": 18,
"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": [
[
3
]
],
"trip": {
"id": "296294835",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": "/storage/shapes/stm/85_2.json",
"shapeId": "85_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:55:58",
"meta": {}
},
{
"id": 1951,
"ref": "39076",
"isActive": true,
"label": "39076",
"timestamp": 1784510776,
"tripId": "296392478",
"routeId": "28",
"startTime": "20:47:00",
"position": {
"lat": 45.61684,
"lon": -73.58028
},
"bearing": 0,
"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": [
[
2
]
],
"trip": {
"id": "296392478",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "28",
"routeLongName": "Honoré-Beaugrand",
"shapeLink": "/storage/shapes/stm/28_16.json",
"shapeId": "28_16",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:56:02",
"meta": {}
},
{
"id": 1983,
"ref": "38059",
"isActive": true,
"label": "38059",
"timestamp": 1784510765,
"tripId": "301363048",
"routeId": "212",
"startTime": "21:13:00",
"position": {
"lat": 45.4053,
"lon": -73.95672
},
"bearing": 154,
"speed": 9,
"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": "301363048",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "212",
"routeLongName": "Sainte-Anne",
"shapeLink": "/storage/shapes/stm/212_3.json",
"shapeId": "212_3",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 12:01:01",
"meta": {}
},
{
"id": 1998,
"ref": "29122",
"isActive": true,
"label": "29122",
"timestamp": 1784510769,
"tripId": "295770052",
"routeId": "198",
"startTime": "21:16:00",
"position": {
"lat": 45.42556,
"lon": -73.6142
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"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": [
[
4
]
],
"trip": {
"id": "295770052",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/198_34.json",
"shapeId": "198_34",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 12:05:30",
"meta": {}
},
{
"id": 2058,
"ref": "30214",
"isActive": true,
"label": "30214",
"timestamp": 1784510776,
"tripId": "296848339",
"routeId": "92",
"startTime": "21:10:00",
"position": {
"lat": 45.50655,
"lon": -73.64
},
"bearing": 0,
"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": [
[
31
]
],
"trip": {
"id": "296848339",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": "/storage/shapes/stm/92_11.json",
"shapeId": "92_11",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 12:15:41",
"meta": {}
},
{
"id": 2110,
"ref": "30876",
"isActive": true,
"label": "30876",
"timestamp": 1784510766,
"tripId": "295864483",
"routeId": "439",
"startTime": "20:36:00",
"position": {
"lat": 45.61376,
"lon": -73.62134
},
"bearing": 54,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "295864483",
"headsign": "Nord destination Cégep Marie-Victorin",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_3.json",
"shapeId": "439_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 12:30:52",
"meta": {}
},
{
"id": 2150,
"ref": "37029",
"isActive": true,
"label": "37029",
"timestamp": 1784510783,
"tripId": "296709058",
"routeId": "105",
"startTime": "21:23:00",
"position": {
"lat": 45.47429,
"lon": -73.60876
},
"bearing": 236,
"speed": 25,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296709058",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/105_1.json",
"shapeId": "105_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 12:50:40",
"meta": {}
},
{
"id": 2159,
"ref": "39038",
"isActive": true,
"label": "39038",
"timestamp": 1784510776,
"tripId": "296295364",
"routeId": "767",
"startTime": "21:25:00",
"position": {
"lat": 45.52132,
"lon": -73.53386
},
"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": [
[
3
]
],
"trip": {
"id": "296295364",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "767",
"routeLongName": "La Ronde / Station Jean-Drapeau",
"shapeLink": "/storage/shapes/stm/767_1.json",
"shapeId": "767_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 12:50:43",
"meta": {}
},
{
"id": 2176,
"ref": "39090",
"isActive": true,
"label": "39090",
"timestamp": 1784510774,
"tripId": "296847818",
"routeId": "95",
"startTime": "21:27:00",
"position": {
"lat": 45.53949,
"lon": -73.6127
},
"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": [
[
31
]
],
"trip": {
"id": "296847818",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "95",
"routeLongName": "Bélanger",
"shapeLink": "/storage/shapes/stm/95_2.json",
"shapeId": "95_2",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-22 13:00:59",
"meta": {}
},
{
"id": 2189,
"ref": "36030",
"isActive": true,
"label": "36030",
"timestamp": 1784510700,
"tripId": "296392342",
"routeId": "141",
"startTime": "20:44:00",
"position": {
"lat": 45.59734,
"lon": -73.53461
},
"bearing": 203,
"speed": 44,
"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": [
[
2
]
],
"trip": {
"id": "296392342",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": "/storage/shapes/stm/141_1.json",
"shapeId": "141_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 13:50:30",
"meta": {}
},
{
"id": 2359,
"ref": "36046",
"isActive": true,
"label": "36046",
"timestamp": 1784510766,
"tripId": "296393216",
"routeId": "86",
"startTime": "21:27:00",
"position": {
"lat": 45.6592,
"lon": -73.57127
},
"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": [
[
2
]
],
"trip": {
"id": "296393216",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_2.json",
"shapeId": "86_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 20:28:29",
"meta": {}
},
{
"id": 2446,
"ref": "37085",
"isActive": true,
"label": "37085",
"timestamp": 1784510776,
"tripId": "296709156",
"routeId": "124",
"startTime": "21:08:00",
"position": {
"lat": 45.48242,
"lon": -73.60944
},
"bearing": 0,
"speed": 0,
"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": [
[
9
]
],
"trip": {
"id": "296709156",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "124",
"routeLongName": "Victoria",
"shapeLink": "/storage/shapes/stm/124_10.json",
"shapeId": "124_10",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-22 21:44:41",
"meta": {}
},
{
"id": 2465,
"ref": "28084",
"isActive": true,
"label": "28084",
"timestamp": 1784510771,
"tripId": "295769798",
"routeId": "114",
"startTime": "20:58:00",
"position": {
"lat": 45.43393,
"lon": -73.59348
},
"bearing": 195,
"speed": 38,
"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": [
[
4
]
],
"trip": {
"id": "295769798",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/114_11.json",
"shapeId": "114_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 22:32:16",
"meta": {}
},
{
"id": 2488,
"ref": "37048",
"isActive": true,
"label": "37048",
"timestamp": 1784510776,
"tripId": "296709330",
"routeId": "128",
"startTime": "20:49:00",
"position": {
"lat": 45.49973,
"lon": -73.70086
},
"bearing": 38,
"speed": 40,
"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": [
[
9
]
],
"trip": {
"id": "296709330",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/128_22.json",
"shapeId": "128_22",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-23 17:04:14",
"meta": {}
},
{
"id": 2503,
"ref": "31100",
"isActive": true,
"label": "31100",
"timestamp": 1784510783,
"tripId": "296848375",
"routeId": "18",
"startTime": "21:06:00",
"position": {
"lat": 45.57012,
"lon": -73.57312
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"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": [
[
31
]
],
"trip": {
"id": "296848375",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/18_21.json",
"shapeId": "18_21",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-24 12:02:07",
"meta": {}
},
{
"id": 2532,
"ref": "37004",
"isActive": true,
"label": "37004",
"timestamp": 1784510774,
"tripId": "296709492",
"routeId": "162",
"startTime": "21:20:00",
"position": {
"lat": 45.4705,
"lon": -73.62746
},
"bearing": 205,
"speed": 24,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296709492",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "162",
"routeLongName": "Westminster",
"shapeLink": "/storage/shapes/stm/162_2.json",
"shapeId": "162_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-25 10:32:10",
"meta": {}
},
{
"id": 2535,
"ref": "31122",
"isActive": true,
"label": "31122",
"timestamp": 1784510783,
"tripId": "296847773",
"routeId": "197",
"startTime": "21:08:00",
"position": {
"lat": 45.55585,
"lon": -73.57804
},
"bearing": 0,
"speed": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296847773",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/197_20.json",
"shapeId": "197_20",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-11-25 10:38:09",
"meta": {}
},
{
"id": 2541,
"ref": "30076",
"isActive": true,
"label": "30076",
"timestamp": 1784510783,
"tripId": "295769468",
"routeId": "107",
"startTime": "21:10:00",
"position": {
"lat": 45.45001,
"lon": -73.57251
},
"bearing": 3,
"speed": 15,
"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": [
[
6
]
],
"trip": {
"id": "295769468",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_2.json",
"shapeId": "107_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-25 11:02:10",
"meta": {}
},
{
"id": 2587,
"ref": "38013",
"isActive": true,
"label": "38013",
"timestamp": 1784510774,
"tripId": "296295610",
"routeId": "769",
"startTime": "21:33:00",
"position": {
"lat": 45.52148,
"lon": -73.53598
},
"bearing": 280,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296295610",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "769",
"routeLongName": "La Ronde / Station Papineau",
"shapeLink": "/storage/shapes/stm/769_19.json",
"shapeId": "769_19",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-25 12:38:43",
"meta": {}
},
{
"id": 2613,
"ref": "38029",
"isActive": true,
"label": "38029",
"timestamp": 1784510765,
"tripId": "296294440",
"routeId": "50",
"startTime": "21:15:00",
"position": {
"lat": 45.5018,
"lon": -73.56184
},
"bearing": 298,
"speed": 18,
"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": [
[
3
]
],
"trip": {
"id": "296294440",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "50",
"routeLongName": "Vieux-Montréal / Vieux-Port",
"shapeLink": "/storage/shapes/stm/50_14.json",
"shapeId": "50_14",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-25 20:30:34",
"meta": {}
},
{
"id": 2640,
"ref": "37020",
"isActive": true,
"label": "37020",
"timestamp": 1784510783,
"tripId": "296709124",
"routeId": "160",
"startTime": "21:29:00",
"position": {
"lat": 45.53552,
"lon": -73.6039
},
"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": [
[
9
]
],
"trip": {
"id": "296709124",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "160",
"routeLongName": "Barclay",
"shapeLink": "/storage/shapes/stm/160_16.json",
"shapeId": "160_16",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-26 10:30:11",
"meta": {}
},
{
"id": 2651,
"ref": "29084",
"isActive": true,
"label": "29084",
"timestamp": 1784510765,
"tripId": "295768857",
"routeId": "57",
"startTime": "21:32:00",
"position": {
"lat": 45.48494,
"lon": -73.55824
},
"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": "295768857",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "57",
"routeLongName": "Charlevoix",
"shapeLink": "/storage/shapes/stm/57_1.json",
"shapeId": "57_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-26 11:18:11",
"meta": {}
},
{
"id": 2652,
"ref": "32013",
"isActive": true,
"label": "32013",
"timestamp": 1784510767,
"tripId": "296708535",
"routeId": "69",
"startTime": "20:39:00",
"position": {
"lat": 45.60128,
"lon": -73.6358
},
"bearing": 65,
"speed": 6,
"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": [
[
9
]
],
"trip": {
"id": "296708535",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/69_28.json",
"shapeId": "69_28",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-26 11:20:31",
"meta": {}
},
{
"id": 2690,
"ref": "29119",
"isActive": true,
"label": "29119",
"timestamp": 1784510783,
"tripId": "295769619",
"routeId": "35",
"startTime": "20:59:00",
"position": {
"lat": 45.48367,
"lon": -73.57397
},
"bearing": 0,
"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": [
[
4
]
],
"trip": {
"id": "295769619",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": "/storage/shapes/stm/35_22.json",
"shapeId": "35_22",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-27 09:38:04",
"meta": {}
},
{
"id": 2693,
"ref": "30142",
"isActive": true,
"label": "30142",
"timestamp": 1784510777,
"tripId": "296392852",
"routeId": "187",
"startTime": "21:06:00",
"position": {
"lat": 45.64594,
"lon": -73.49882
},
"bearing": 13,
"speed": 7,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
2
]
],
"trip": {
"id": "296392852",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/187_2.json",
"shapeId": "187_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-27 10:42:05",
"meta": {}
},
{
"id": 2703,
"ref": "37104",
"isActive": true,
"label": "37104",
"timestamp": 1784510783,
"tripId": "296708923",
"routeId": "103",
"startTime": "21:06:00",
"position": {
"lat": 45.47797,
"lon": -73.62067
},
"bearing": 35,
"speed": 27,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296708923",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "103",
"routeLongName": "Monkland",
"shapeLink": "/storage/shapes/stm/103_1.json",
"shapeId": "103_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-27 11:54:34",
"meta": {}
},
{
"id": 2711,
"ref": "30237",
"isActive": true,
"label": "30237",
"timestamp": 1784510768,
"tripId": "301363892",
"routeId": "204",
"startTime": "21:42:00",
"position": {
"lat": 45.47735,
"lon": -73.79158
},
"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": [
[
8
]
],
"trip": {
"id": "301363892",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "204",
"routeLongName": "Cardinal",
"shapeLink": "/storage/shapes/stm/204_10.json",
"shapeId": "204_10",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-27 13:06:33",
"meta": {}
},
{
"id": 2715,
"ref": "37016",
"isActive": true,
"label": "37016",
"timestamp": 1784510777,
"tripId": "296709940",
"routeId": "470",
"startTime": "21:01:00",
"position": {
"lat": 45.46672,
"lon": -73.82806
},
"bearing": 329,
"speed": 38,
"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": [
[
9
]
],
"trip": {
"id": "296709940",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "470",
"routeLongName": "Express Pierrefonds",
"shapeLink": "/storage/shapes/stm/470_19.json",
"shapeId": "470_19",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-27 20:28:33",
"meta": {}
},
{
"id": 2722,
"ref": "38041",
"isActive": true,
"label": "38041",
"timestamp": 1784510782,
"tripId": "295864214",
"routeId": "180",
"startTime": "20:30:00",
"position": {
"lat": 45.5437,
"lon": -73.66782
},
"bearing": 25,
"speed": 27,
"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": "295864214",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "180",
"routeLongName": "De Salaberry",
"shapeLink": "/storage/shapes/stm/180_14.json",
"shapeId": "180_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-27 21:16:42",
"meta": {}
},
{
"id": 2738,
"ref": "37052",
"isActive": true,
"label": "37052",
"timestamp": 1784510777,
"tripId": "296392765",
"routeId": "192",
"startTime": "21:32:00",
"position": {
"lat": 45.54576,
"lon": -73.63816
},
"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": [
[
9
]
],
"trip": {
"id": "296392765",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "192",
"routeLongName": "Robert",
"shapeLink": "/storage/shapes/stm/192_2.json",
"shapeId": "192_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-28 09:50:02",
"meta": {}
},
{
"id": 2745,
"ref": "39093",
"isActive": true,
"label": "39093",
"timestamp": 1784510783,
"tripId": "296393045",
"routeId": "28",
"startTime": "21:20:00",
"position": {
"lat": 45.5916,
"lon": -73.51911
},
"bearing": 294,
"speed": 45,
"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": [
[
31
]
],
"trip": {
"id": "296393045",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "28",
"routeLongName": "Honoré-Beaugrand",
"shapeLink": "/storage/shapes/stm/28_16.json",
"shapeId": "28_16",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-28 11:54:48",
"meta": {}
},
{
"id": 2762,
"ref": "30865",
"isActive": true,
"label": "30865",
"timestamp": 1784510782,
"tripId": "295864013",
"routeId": "121",
"startTime": "21:13:00",
"position": {
"lat": 45.51557,
"lon": -73.68086
},
"bearing": 0,
"speed": 0,
"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": [
[
5
]
],
"trip": {
"id": "295864013",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "121",
"routeLongName": "Sauvé / Côte-Vertu",
"shapeLink": "/storage/shapes/stm/121_1.json",
"shapeId": "121_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-28 21:12:34",
"meta": {}
},
{
"id": 2770,
"ref": "30180",
"isActive": true,
"label": "30180",
"timestamp": 1784510777,
"tripId": "301362833",
"routeId": "170",
"startTime": "21:15:00",
"position": {
"lat": 45.53019,
"lon": -73.70343
},
"bearing": 0,
"speed": 0,
"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": [
[
8
]
],
"trip": {
"id": "301362833",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_10.json",
"shapeId": "170_10",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-28 23:16:19",
"meta": {}
},
{
"id": 2774,
"ref": "37101",
"isActive": true,
"label": "37101",
"timestamp": 1784510768,
"tripId": "296709384",
"routeId": "160",
"startTime": "21:04:00",
"position": {
"lat": 45.51522,
"lon": -73.62537
},
"bearing": 37,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296709384",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "160",
"routeLongName": "Barclay",
"shapeLink": "/storage/shapes/stm/160_17.json",
"shapeId": "160_17",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-29 10:42:12",
"meta": {}
},
{
"id": 2776,
"ref": "32007",
"isActive": true,
"label": "32007",
"timestamp": 1784510765,
"tripId": "296708762",
"routeId": "93",
"startTime": "21:05:00",
"position": {
"lat": 45.56518,
"lon": -73.59325
},
"bearing": 298,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
9
]
],
"trip": {
"id": "296708762",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "93",
"routeLongName": "Jean-Talon",
"shapeLink": "/storage/shapes/stm/93_2.json",
"shapeId": "93_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-29 11:00:16",
"meta": {}
},
{
"id": 2784,
"ref": "30880",
"isActive": true,
"label": "30880",
"timestamp": 1784510543,
"tripId": "295864022",
"routeId": "67",
"startTime": "20:45:00",
"position": {
"lat": 45.58382,
"lon": -73.65004
},
"bearing": 314,
"speed": 9,
"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": [
[
5
]
],
"trip": {
"id": "295864022",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/67_2.json",
"shapeId": "67_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-29 12:20:35",
"meta": {}
},
{
"id": 2785,
"ref": "37051",
"isActive": true,
"label": "37051",
"timestamp": 1784510783,
"tripId": "296709214",
"routeId": "124",
"startTime": "21:30:00",
"position": {
"lat": 45.52105,
"lon": -73.6628
},
"bearing": 292,
"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": [
[
9
]
],
"trip": {
"id": "296709214",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "124",
"routeLongName": "Victoria",
"shapeLink": "/storage/shapes/stm/124_11.json",
"shapeId": "124_11",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-29 12:30:43",
"meta": {}
},
{
"id": 2796,
"ref": "30137",
"isActive": true,
"label": "30137",
"timestamp": 1784510765,
"tripId": "296392451",
"routeId": "187",
"startTime": "20:51:00",
"position": {
"lat": 45.60074,
"lon": -73.53258
},
"bearing": 203,
"speed": 18,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
2
]
],
"trip": {
"id": "296392451",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/187_1.json",
"shapeId": "187_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-29 20:52:28",
"meta": {}
},
{
"id": 2817,
"ref": "33823",
"isActive": true,
"label": "33823",
"timestamp": 1784510771,
"tripId": "296709637",
"routeId": "165",
"startTime": "21:12:00",
"position": {
"lat": 45.49752,
"lon": -73.62495
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 14,
"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": "296709637",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "165",
"routeLongName": "Côte-des-Neiges",
"shapeLink": "/storage/shapes/stm/165_1.json",
"shapeId": "165_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-11-30 21:40:14",
"meta": {}
},
{
"id": 2824,
"ref": "31832",
"isActive": true,
"label": "31832",
"timestamp": 1784510783,
"tripId": "295863996",
"routeId": "67",
"startTime": "20:58:00",
"position": {
"lat": 45.5551,
"lon": -73.58638
},
"bearing": 113,
"speed": 18,
"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": [
[
5
]
],
"trip": {
"id": "295863996",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "67",
"routeLongName": "Saint-Michel",
"shapeLink": "/storage/shapes/stm/67_1.json",
"shapeId": "67_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-02 02:06:10",
"meta": {}
},
{
"id": 2828,
"ref": "31200",
"isActive": true,
"label": "31200",
"timestamp": 1784510783,
"tripId": "296294204",
"routeId": "24",
"startTime": "21:26:00",
"position": {
"lat": 45.53849,
"lon": -73.56
},
"bearing": 209,
"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": [
[
3
]
],
"trip": {
"id": "296294204",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "24",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/24_2.json",
"shapeId": "24_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-02 10:54:14",
"meta": {}
},
{
"id": 2861,
"ref": "30872",
"isActive": true,
"label": "30872",
"timestamp": 1784510783,
"tripId": "295864027",
"routeId": "121",
"startTime": "20:42:00",
"position": {
"lat": 45.56861,
"lon": -73.64543
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295864027",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "121",
"routeLongName": "Sauvé / Côte-Vertu",
"shapeLink": "/storage/shapes/stm/121_1.json",
"shapeId": "121_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-03 12:26:34",
"meta": {}
},
{
"id": 2869,
"ref": "30834",
"isActive": true,
"label": "30834",
"timestamp": 1784510490,
"tripId": "295864528",
"routeId": "439",
"startTime": "20:33:00",
"position": {
"lat": 45.54756,
"lon": -73.53361
},
"bearing": 216,
"speed": 6,
"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": [
[
5
]
],
"trip": {
"id": "295864528",
"headsign": "Sud destination Pie-IX / Notre-Dame",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_1.json",
"shapeId": "439_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-03 20:10:22",
"meta": {}
},
{
"id": 2879,
"ref": "31022",
"isActive": true,
"label": "31022",
"timestamp": 1784510778,
"tripId": "296848544",
"routeId": "179",
"startTime": "21:06:00",
"position": {
"lat": 45.5393,
"lon": -73.69212
},
"bearing": 123,
"speed": 27,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296848544",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "179",
"routeLongName": "De l'Acadie",
"shapeLink": "/storage/shapes/stm/179_1.json",
"shapeId": "179_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-03 21:58:31",
"meta": {}
},
{
"id": 2932,
"ref": "30067",
"isActive": true,
"label": "30067",
"timestamp": 1784510783,
"tripId": "296278422",
"routeId": "47",
"startTime": "21:10:00",
"position": {
"lat": 45.54965,
"lon": -73.57393
},
"bearing": 23,
"speed": 17,
"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": [
[
6
]
],
"trip": {
"id": "296278422",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "47",
"routeLongName": "Masson",
"shapeLink": "/storage/shapes/stm/47_1.json",
"shapeId": "47_1",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-05 21:44:20",
"meta": {}
},
{
"id": 2934,
"ref": "31083",
"isActive": true,
"label": "31083",
"timestamp": 1784510776,
"tripId": "296393155",
"routeId": "186",
"startTime": "21:12:00",
"position": {
"lat": 45.64711,
"lon": -73.5128
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 23,
"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": [
[
2
]
],
"trip": {
"id": "296393155",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "186",
"routeLongName": "Sherbrooke-Est",
"shapeLink": "/storage/shapes/stm/186_2.json",
"shapeId": "186_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-05 22:44:29",
"meta": {}
},
{
"id": 2949,
"ref": "39001",
"isActive": true,
"label": "39001",
"timestamp": 1784510776,
"tripId": "296710201",
"routeId": "747",
"startTime": "21:12:00",
"position": {
"lat": 45.51376,
"lon": -73.55735
},
"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": [
[
9
]
],
"trip": {
"id": "296710201",
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_13.json",
"shapeId": "747_13",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-12-06 20:10:32",
"meta": {}
},
{
"id": 2957,
"ref": "29111",
"isActive": true,
"label": "29111",
"timestamp": 1784510765,
"tripId": "295769368",
"routeId": "35",
"startTime": "21:01:00",
"position": {
"lat": 45.4762,
"lon": -73.58869
},
"bearing": 318,
"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": [
[
4
]
],
"trip": {
"id": "295769368",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": "/storage/shapes/stm/35_23.json",
"shapeId": "35_23",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-06 21:20:22",
"meta": {}
},
{
"id": 2961,
"ref": "29148",
"isActive": true,
"label": "29148",
"timestamp": 1784510777,
"tripId": "295768934",
"routeId": "61",
"startTime": "21:09:00",
"position": {
"lat": 45.45684,
"lon": -73.57091
},
"bearing": 272,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 54,
"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": "295768934",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": "/storage/shapes/stm/61_5.json",
"shapeId": "61_5",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-07 14:38:06",
"meta": {}
},
{
"id": 2962,
"ref": "38035",
"isActive": true,
"label": "38035",
"timestamp": 1784510783,
"tripId": "296294863",
"routeId": "131",
"startTime": "21:18:00",
"position": {
"lat": 45.57615,
"lon": -73.56756
},
"bearing": 298,
"speed": 0,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294863",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "131",
"routeLongName": "De l'Assomption",
"shapeLink": "/storage/shapes/stm/131_1.json",
"shapeId": "131_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-07 17:40:14",
"meta": {}
},
{
"id": 2978,
"ref": "30159",
"isActive": true,
"label": "30159",
"timestamp": 1784510783,
"tripId": "296393197",
"routeId": "187",
"startTime": "21:18:00",
"position": {
"lat": 45.66163,
"lon": -73.50188
},
"bearing": 195,
"speed": 46,
"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": [
[
2
]
],
"trip": {
"id": "296393197",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "187",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/187_1.json",
"shapeId": "187_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-09 11:54:18",
"meta": {}
},
{
"id": 2992,
"ref": "32019",
"isActive": true,
"label": "32019",
"timestamp": 1784510768,
"tripId": "296393131",
"routeId": "141",
"startTime": "21:29:00",
"position": {
"lat": 45.55986,
"lon": -73.59965
},
"bearing": 168,
"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": [
[
2
]
],
"trip": {
"id": "296393131",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": "/storage/shapes/stm/141_1.json",
"shapeId": "141_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-09 20:26:31",
"meta": {}
},
{
"id": 2995,
"ref": "30028",
"isActive": true,
"label": "30028",
"timestamp": 1784510774,
"tripId": "295768431",
"routeId": "12",
"startTime": "21:06:00",
"position": {
"lat": 45.46769,
"lon": -73.56286
},
"bearing": 161,
"speed": 30,
"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": "295768431",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "12",
"routeLongName": "Île-des-Soeurs",
"shapeLink": "/storage/shapes/stm/12_1.json",
"shapeId": "12_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-10 10:24:07",
"meta": {}
},
{
"id": 2996,
"ref": "30181",
"isActive": true,
"label": "30181",
"timestamp": 1784510777,
"tripId": "296848077",
"routeId": "92",
"startTime": "21:22:00",
"position": {
"lat": 45.49383,
"lon": -73.66701
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"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": [
[
31
]
],
"trip": {
"id": "296848077",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": "/storage/shapes/stm/92_12.json",
"shapeId": "92_12",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-10 10:40:07",
"meta": {}
},
{
"id": 2998,
"ref": "30093",
"isActive": true,
"label": "30093",
"timestamp": 1784510783,
"tripId": "296278567",
"routeId": "97",
"startTime": "20:48:00",
"position": {
"lat": 45.5542,
"lon": -73.55357
},
"bearing": 24,
"speed": 12,
"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": [
[
6
]
],
"trip": {
"id": "296278567",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "97",
"routeLongName": "Avenue-du-Mont-Royal",
"shapeLink": "/storage/shapes/stm/97_16.json",
"shapeId": "97_16",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-10 10:58:09",
"meta": {}
},
{
"id": 3004,
"ref": "33824",
"isActive": true,
"label": "33824",
"timestamp": 1784510765,
"tripId": "296708640",
"routeId": "80",
"startTime": "21:18:00",
"position": {
"lat": 45.51334,
"lon": -73.58161
},
"bearing": 303,
"speed": 10,
"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": [
[
9
]
],
"trip": {
"id": "296708640",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "80",
"routeLongName": "Avenue du Parc",
"shapeLink": "/storage/shapes/stm/80_2.json",
"shapeId": "80_2",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-12-10 17:18:20",
"meta": {}
},
{
"id": 3010,
"ref": "31179",
"isActive": true,
"label": "31179",
"timestamp": 1784510783,
"tripId": "296295467",
"routeId": "767",
"startTime": "21:21:00",
"position": {
"lat": 45.5188,
"lon": -73.53115
},
"bearing": 339,
"speed": 14,
"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": [
[
3
]
],
"trip": {
"id": "296295467",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "767",
"routeLongName": "La Ronde / Station Jean-Drapeau",
"shapeLink": "/storage/shapes/stm/767_2.json",
"shapeId": "767_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-11 11:58:39",
"meta": {}
},
{
"id": 3027,
"ref": "39135",
"isActive": true,
"label": "39135",
"timestamp": 1784510783,
"tripId": "296392944",
"routeId": "86",
"startTime": "20:26:00",
"position": {
"lat": 45.70137,
"lon": -73.48012
},
"bearing": 252,
"speed": 0,
"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": [
[
2
]
],
"trip": {
"id": "296392944",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_2.json",
"shapeId": "86_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-12 12:26:57",
"meta": {}
},
{
"id": 3040,
"ref": "27529",
"isActive": true,
"label": "27529",
"timestamp": 1784510782,
"tripId": "295768819",
"routeId": "57",
"startTime": "21:01:00",
"position": {
"lat": 45.48998,
"lon": -73.58572
},
"bearing": 131,
"speed": 25,
"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": [
[
4
]
],
"trip": {
"id": "295768819",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "57",
"routeLongName": "Charlevoix",
"shapeLink": "/storage/shapes/stm/57_1.json",
"shapeId": "57_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-12 20:36:14",
"meta": {}
},
{
"id": 3043,
"ref": "28046",
"isActive": true,
"label": "28046",
"timestamp": 1784510783,
"tripId": "295769219",
"routeId": "104",
"startTime": "20:51:00",
"position": {
"lat": 45.48773,
"lon": -73.59213
},
"bearing": 49,
"speed": 0,
"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": [
[
4
]
],
"trip": {
"id": "295769219",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": "/storage/shapes/stm/104_20.json",
"shapeId": "104_20",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-12 21:30:13",
"meta": {}
},
{
"id": 3077,
"ref": "30238",
"isActive": true,
"label": "30238",
"timestamp": 1784510777,
"tripId": "296295261",
"routeId": "185",
"startTime": "21:01:00",
"position": {
"lat": 45.57976,
"lon": -73.54482
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "296295261",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "185",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/185_2.json",
"shapeId": "185_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-16 20:28:26",
"meta": {}
},
{
"id": 3090,
"ref": "30095",
"isActive": true,
"label": "30095",
"timestamp": 1784510774,
"tripId": "301363352",
"routeId": "468",
"startTime": "20:44:00",
"position": {
"lat": 45.48616,
"lon": -73.85728
},
"bearing": 204,
"speed": 43,
"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": "301363352",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": "/storage/shapes/stm/468_11.json",
"shapeId": "468_11",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-12-17 21:00:26",
"meta": {}
},
{
"id": 3104,
"ref": "29108",
"isActive": true,
"label": "29108",
"timestamp": 1784510769,
"tripId": "295769542",
"routeId": "108",
"startTime": "21:09:00",
"position": {
"lat": 45.47449,
"lon": -73.57274
},
"bearing": 340,
"speed": 10,
"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": "295769542",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "108",
"routeLongName": "Bannantyne",
"shapeLink": "/storage/shapes/stm/108_1.json",
"shapeId": "108_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-18 11:30:12",
"meta": {}
},
{
"id": 3105,
"ref": "29015",
"isActive": true,
"label": "29015",
"timestamp": 1784510765,
"tripId": "295769015",
"routeId": "71",
"startTime": "21:03:00",
"position": {
"lat": 45.47839,
"lon": -73.55255
},
"bearing": 277,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769015",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "71",
"routeLongName": "Pointe-Saint-Charles",
"shapeLink": "/storage/shapes/stm/71_1.json",
"shapeId": "71_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-18 11:34:10",
"meta": {}
},
{
"id": 3117,
"ref": "40008",
"isActive": true,
"label": "40008",
"timestamp": 1784510766,
"tripId": "295768758",
"routeId": "411",
"startTime": "20:54:00",
"position": {
"lat": 45.43471,
"lon": -73.84676
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 7,
"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": [
[
4
]
],
"trip": {
"id": "295768758",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": "/storage/shapes/stm/411_6.json",
"shapeId": "411_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-19 10:08:06",
"meta": {}
},
{
"id": 3119,
"ref": "40005",
"isActive": true,
"label": "40005",
"timestamp": 1784510783,
"tripId": "295770100",
"routeId": "198",
"startTime": "19:31:00",
"position": {
"lat": 45.4419,
"lon": -73.64691
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295770100",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/198_35.json",
"shapeId": "198_35",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-19 10:46:17",
"meta": {}
},
{
"id": 3129,
"ref": "40032",
"isActive": true,
"label": "40032",
"timestamp": 1784510777,
"tripId": "296847538",
"routeId": "197",
"startTime": "21:35:00",
"position": {
"lat": 45.58268,
"lon": -73.54257
},
"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": [
[
31
]
],
"trip": {
"id": "296847538",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/197_1.json",
"shapeId": "197_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-19 12:38:51",
"meta": {}
},
{
"id": 3143,
"ref": "29851",
"isActive": true,
"label": "29851",
"timestamp": 1784510782,
"tripId": "295863941",
"routeId": "121",
"startTime": "21:23:00",
"position": {
"lat": 45.5707,
"lon": -73.63969
},
"bearing": 236,
"speed": 8,
"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": [
[
5
]
],
"trip": {
"id": "295863941",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "121",
"routeLongName": "Sauvé / Côte-Vertu",
"shapeLink": "/storage/shapes/stm/121_22.json",
"shapeId": "121_22",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-20 12:14:17",
"meta": {}
},
{
"id": 3150,
"ref": "31001",
"isActive": true,
"label": "31001",
"timestamp": 1784510774,
"tripId": "296710297",
"routeId": "747",
"startTime": "21:21:00",
"position": {
"lat": 45.48844,
"lon": -73.58189
},
"bearing": 56,
"speed": 27,
"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": [
[
9
]
],
"trip": {
"id": "296710297",
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "747",
"routeLongName": "YUL Aéroport / Centre-Ville",
"shapeLink": "/storage/shapes/stm/747_3.json",
"shapeId": "747_3",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2019-12-22 19:12:10",
"meta": {}
},
{
"id": 3160,
"ref": "40034",
"isActive": true,
"label": "40034",
"timestamp": 1784510774,
"tripId": "296848139",
"routeId": "179",
"startTime": "21:02:00",
"position": {
"lat": 45.53569,
"lon": -73.66528
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 22,
"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": [
[
31
]
],
"trip": {
"id": "296848139",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "179",
"routeLongName": "De l'Acadie",
"shapeLink": "/storage/shapes/stm/179_2.json",
"shapeId": "179_2",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-23 21:02:37",
"meta": {}
},
{
"id": 3167,
"ref": "31110",
"isActive": true,
"label": "31110",
"timestamp": 1784510776,
"tripId": "296848175",
"routeId": "13",
"startTime": "20:55:00",
"position": {
"lat": 45.55688,
"lon": -73.66742
},
"bearing": 0,
"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": [
[
31
]
],
"trip": {
"id": "296848175",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "13",
"routeLongName": "Christophe-Colomb",
"shapeLink": "/storage/shapes/stm/13_12.json",
"shapeId": "13_12",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-24 22:24:31",
"meta": {}
},
{
"id": 3170,
"ref": "30200",
"isActive": true,
"label": "30200",
"timestamp": 1784510767,
"tripId": "296392506",
"routeId": "189",
"startTime": "21:29:00",
"position": {
"lat": 45.59696,
"lon": -73.53573
},
"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": [
[
2
]
],
"trip": {
"id": "296392506",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "189",
"routeLongName": "Notre-Dame",
"shapeLink": "/storage/shapes/stm/189_1.json",
"shapeId": "189_1",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-27 11:14:11",
"meta": {}
},
{
"id": 3172,
"ref": "40031",
"isActive": true,
"label": "40031",
"timestamp": 1784510771,
"tripId": "296847660",
"routeId": "144",
"startTime": "21:24:00",
"position": {
"lat": 45.51827,
"lon": -73.57232
},
"bearing": 215,
"speed": 18,
"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": [
[
31
]
],
"trip": {
"id": "296847660",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "144",
"routeLongName": "Avenue des Pins",
"shapeLink": "/storage/shapes/stm/144_1.json",
"shapeId": "144_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-27 21:28:41",
"meta": {}
},
{
"id": 3175,
"ref": "32001",
"isActive": true,
"label": "32001",
"timestamp": 1784510777,
"tripId": "296848502",
"routeId": "18",
"startTime": "21:34:00",
"position": {
"lat": 45.5965,
"lon": -73.53419
},
"bearing": 124,
"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": [
[
31
]
],
"trip": {
"id": "296848502",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/18_21.json",
"shapeId": "18_21",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2019-12-27 23:08:35",
"meta": {}
},
{
"id": 3194,
"ref": "40007",
"isActive": true,
"label": "40007",
"timestamp": 1784510783,
"tripId": "295769059",
"routeId": "211",
"startTime": "20:38:00",
"position": {
"lat": 45.43671,
"lon": -73.86678
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 31,
"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": "295769059",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_17.json",
"shapeId": "211_17",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-01-03 10:50:17",
"meta": {}
},
{
"id": 3199,
"ref": "30199",
"isActive": true,
"label": "30199",
"timestamp": 1784510768,
"tripId": "296392929",
"routeId": "86",
"startTime": "21:02:00",
"position": {
"lat": 45.65279,
"lon": -73.51033
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 46,
"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": [
[
2
]
],
"trip": {
"id": "296392929",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "86",
"routeLongName": "Pointe-aux-Trembles",
"shapeLink": "/storage/shapes/stm/86_3.json",
"shapeId": "86_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2020-01-06 10:22:11",
"meta": {}
},
{
"id": 3213,
"ref": "37092",
"isActive": true,
"label": "37092",
"timestamp": 1784510744,
"tripId": "296709017",
"routeId": "105",
"startTime": "21:05:00",
"position": {
"lat": 45.45536,
"lon": -73.64117
},
"bearing": 209,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 18,
"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": [
[
9
]
],
"trip": {
"id": "296709017",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "105",
"routeLongName": "Sherbrooke",
"shapeLink": "/storage/shapes/stm/105_1.json",
"shapeId": "105_1",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2020-01-08 10:40:21",
"meta": {}
},
{
"id": 3224,
"ref": "40048",
"isActive": true,
"label": "40048",
"timestamp": 1784510774,
"tripId": "296847953",
"routeId": "92",
"startTime": "21:42:00",
"position": {
"lat": 45.53846,
"lon": -73.61436
},
"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": [
[
31
]
],
"trip": {
"id": "296847953",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "92",
"routeLongName": "Jean-Talon Ouest",
"shapeLink": "/storage/shapes/stm/92_11.json",
"shapeId": "92_11",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-09 19:59:00",
"meta": {}
},
{
"id": 3242,
"ref": "40042",
"isActive": true,
"label": "40042",
"timestamp": 1784510774,
"tripId": "296848203",
"routeId": "18",
"startTime": "21:08:00",
"position": {
"lat": 45.55222,
"lon": -73.58875
},
"bearing": 30,
"speed": 27,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296848203",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "18",
"routeLongName": "Beaubien",
"shapeLink": "/storage/shapes/stm/18_18.json",
"shapeId": "18_18",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-14 14:13:01",
"meta": {}
},
{
"id": 3243,
"ref": "40049",
"isActive": true,
"label": "40049",
"timestamp": 1784510783,
"tripId": "296848464",
"routeId": "161",
"startTime": "20:58:00",
"position": {
"lat": 45.50966,
"lon": -73.62414
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296848464",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/161_18.json",
"shapeId": "161_18",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-14 14:38:55",
"meta": {}
},
{
"id": 3260,
"ref": "40035",
"isActive": true,
"label": "40035",
"timestamp": 1784510778,
"tripId": "296848405",
"routeId": "99",
"startTime": "21:20:00",
"position": {
"lat": 45.54564,
"lon": -73.61971
},
"bearing": 0,
"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": [
[
31
]
],
"trip": {
"id": "296848405",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "99",
"routeLongName": "Villeray",
"shapeLink": "/storage/shapes/stm/99_1.json",
"shapeId": "99_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-17 14:07:00",
"meta": {}
},
{
"id": 3267,
"ref": "40055",
"isActive": true,
"label": "40055",
"timestamp": 1784510783,
"tripId": "296847561",
"routeId": "31",
"startTime": "21:00:00",
"position": {
"lat": 45.537,
"lon": -73.61167
},
"bearing": 123,
"speed": 35,
"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": [
[
31
]
],
"trip": {
"id": "296847561",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "31",
"routeLongName": "Saint-Denis",
"shapeLink": "/storage/shapes/stm/31_8.json",
"shapeId": "31_8",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-20 16:48:48",
"meta": {}
},
{
"id": 3293,
"ref": "40047",
"isActive": true,
"label": "40047",
"timestamp": 1784510782,
"tripId": "296848276",
"routeId": "161",
"startTime": "21:10:00",
"position": {
"lat": 45.50558,
"lon": -73.62822
},
"bearing": 199,
"speed": 12,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
31
]
],
"trip": {
"id": "296848276",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "161",
"routeLongName": "Van Horne",
"shapeLink": "/storage/shapes/stm/161_19.json",
"shapeId": "161_19",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-25 22:44:04",
"meta": {}
},
{
"id": 3297,
"ref": "40059",
"isActive": true,
"label": "40059",
"timestamp": 1784510778,
"tripId": "296847977",
"routeId": "197",
"startTime": "21:03:00",
"position": {
"lat": 45.54316,
"lon": -73.58914
},
"bearing": 0,
"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": [
[
31
]
],
"trip": {
"id": "296847977",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "197",
"routeLongName": "Rosemont",
"shapeLink": "/storage/shapes/stm/197_1.json",
"shapeId": "197_1",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-01-27 12:34:08",
"meta": {}
},
{
"id": 3304,
"ref": "40010",
"isActive": true,
"label": "40010",
"timestamp": 1784510778,
"tripId": "295770209",
"routeId": "496",
"startTime": "21:32:00",
"position": {
"lat": 45.48335,
"lon": -73.58035
},
"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": "295770209",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": "/storage/shapes/stm/496_2.json",
"shapeId": "496_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-01-28 12:39:08",
"meta": {}
},
{
"id": 3321,
"ref": "37007",
"isActive": true,
"label": "37007",
"timestamp": 1784510700,
"tripId": "296708865",
"routeId": "100",
"startTime": "20:52:00",
"position": {
"lat": 45.54556,
"lon": -73.63834
},
"bearing": 32,
"speed": 28,
"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": [
[
9
]
],
"trip": {
"id": "296708865",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "100",
"routeLongName": "Crémazie",
"shapeLink": "/storage/shapes/stm/100_14.json",
"shapeId": "100_14",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2020-02-04 01:15:06",
"meta": {}
},
{
"id": 3327,
"ref": "40050",
"isActive": true,
"label": "40050",
"timestamp": 1784510776,
"tripId": "301363336",
"routeId": "202",
"startTime": "21:25:00",
"position": {
"lat": 45.45962,
"lon": -73.83693
},
"bearing": 55,
"speed": 18,
"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": [
[
31
]
],
"trip": {
"id": "301363336",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_22.json",
"shapeId": "202_22",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-02-05 15:56:05",
"meta": {}
},
{
"id": 3344,
"ref": "37027",
"isActive": true,
"label": "37027",
"timestamp": 1784510765,
"tripId": "296708550",
"routeId": "69",
"startTime": "20:48:00",
"position": {
"lat": 45.55548,
"lon": -73.66815
},
"bearing": 203,
"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": [
[
9
]
],
"trip": {
"id": "296708550",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "69",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/69_27.json",
"shapeId": "69_27",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2020-02-10 16:46:04",
"meta": {}
},
{
"id": 3348,
"ref": "29114",
"isActive": true,
"label": "29114",
"timestamp": 1784510783,
"tripId": "295769124",
"routeId": "37",
"startTime": "21:13:00",
"position": {
"lat": 45.45612,
"lon": -73.58154
},
"bearing": 201,
"speed": 40,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769124",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "37",
"routeLongName": "Jolicoeur",
"shapeLink": "/storage/shapes/stm/37_11.json",
"shapeId": "37_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-02-11 17:22:04",
"meta": {}
},
{
"id": 3360,
"ref": "30239",
"isActive": true,
"label": "30239",
"timestamp": 1784510776,
"tripId": "301363524",
"routeId": "170",
"startTime": "21:20:00",
"position": {
"lat": 45.52278,
"lon": -73.7346
},
"bearing": 134,
"speed": 5,
"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": [
[
8
]
],
"trip": {
"id": "301363524",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_11.json",
"shapeId": "170_11",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-02-15 01:06:04",
"meta": {}
},
{
"id": 3381,
"ref": "31073",
"isActive": true,
"label": "31073",
"timestamp": 1784510771,
"tripId": "296393003",
"routeId": "44",
"startTime": "21:23:00",
"position": {
"lat": 45.63792,
"lon": -73.59658
},
"bearing": 136,
"speed": 18,
"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": [
[
2
]
],
"trip": {
"id": "296393003",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "44",
"routeLongName": "Armand-Bombardier",
"shapeLink": "/storage/shapes/stm/44_2.json",
"shapeId": "44_2",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2020-02-26 17:34:06",
"meta": {}
},
{
"id": 7093,
"ref": "31064",
"isActive": true,
"label": "31064",
"timestamp": 1784510767,
"tripId": "296294575",
"routeId": "85",
"startTime": "20:55:00",
"position": {
"lat": 45.60525,
"lon": -73.55338
},
"bearing": 5,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294575",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "85",
"routeLongName": "Hochelaga",
"shapeLink": "/storage/shapes/stm/85_1.json",
"shapeId": "85_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2020-04-09 14:08:06",
"meta": {}
},
{
"id": 7099,
"ref": "29032",
"isActive": true,
"label": "29032",
"timestamp": 1784510774,
"tripId": "295770118",
"routeId": "198",
"startTime": "20:30:00",
"position": {
"lat": 45.44536,
"lon": -73.59256
},
"bearing": 273,
"speed": 30,
"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": "295770118",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/198_35.json",
"shapeId": "198_35",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-04-14 20:19:04",
"meta": {}
},
{
"id": 7106,
"ref": "28088",
"isActive": true,
"label": "28088",
"timestamp": 1784510783,
"tripId": "295769876",
"routeId": "123",
"startTime": "21:05:00",
"position": {
"lat": 45.45113,
"lon": -73.64172
},
"bearing": 27,
"speed": 2,
"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": "295769876",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "123",
"routeLongName": "Dollard / Shevchenko",
"shapeLink": "/storage/shapes/stm/123_2.json",
"shapeId": "123_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-04-16 21:01:03",
"meta": {}
},
{
"id": 7110,
"ref": "37003",
"isActive": true,
"label": "37003",
"timestamp": 1784510768,
"tripId": "296709276",
"routeId": "128",
"startTime": "21:19:00",
"position": {
"lat": 45.52114,
"lon": -73.66311
},
"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": [
[
9
]
],
"trip": {
"id": "296709276",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "128",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/128_23.json",
"shapeId": "128_23",
"serviceId": "26U-H50U000I-82-I",
"blockId": null
},
"createdAt": "2020-04-18 19:14:07",
"meta": {}
},
{
"id": 7297,
"ref": "31009",
"isActive": true,
"label": "31009",
"timestamp": 1784510774,
"tripId": "296848562",
"routeId": "129",
"startTime": "21:06:00",
"position": {
"lat": 45.50867,
"lon": -73.56125
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 3,
"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": [
[
31
]
],
"trip": {
"id": "296848562",
"headsign": "Nord destination Décarie / Lucy",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "129",
"routeLongName": "Côte-Sainte-Catherine",
"shapeLink": "/storage/shapes/stm/129_4.json",
"shapeId": "129_4",
"serviceId": "26U-H51U000I-83-I",
"blockId": null
},
"createdAt": "2020-06-04 14:04:07",
"meta": {}
},
{
"id": 7416,
"ref": "40117",
"isActive": true,
"label": "40117",
"timestamp": 1784510766,
"tripId": "301363419",
"routeId": "200",
"startTime": "21:10:00",
"position": {
"lat": 45.43116,
"lon": -73.84587
},
"bearing": 0,
"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": [
[
6
]
],
"trip": {
"id": "301363419",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "200",
"routeLongName": "Sainte-Anne-de-Bellevue",
"shapeLink": "/storage/shapes/stm/200_7.json",
"shapeId": "200_7",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-08-07 06:00:08",
"meta": {}
},
{
"id": 7417,
"ref": "40101",
"isActive": true,
"label": "40101",
"timestamp": 1784510774,
"tripId": "301364092",
"routeId": "208",
"startTime": "21:16:00",
"position": {
"lat": 45.49484,
"lon": -73.80173
},
"bearing": 45,
"speed": 24,
"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": [
[
6
]
],
"trip": {
"id": "301364092",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": "/storage/shapes/stm/208_9.json",
"shapeId": "208_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-08-07 06:39:09",
"meta": {}
},
{
"id": 7424,
"ref": "40070",
"isActive": true,
"label": "40070",
"timestamp": 1784510783,
"tripId": "295768899",
"routeId": "61",
"startTime": "21:09:00",
"position": {
"lat": 45.4798,
"lon": -73.56718
},
"bearing": 229,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295768899",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": "/storage/shapes/stm/61_6.json",
"shapeId": "61_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-12 05:18:04",
"meta": {}
},
{
"id": 7426,
"ref": "40106",
"isActive": true,
"label": "40106",
"timestamp": 1784510776,
"tripId": "301363707",
"routeId": "208",
"startTime": "21:09:00",
"position": {
"lat": 45.48782,
"lon": -73.79874
},
"bearing": 0,
"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": [
[
6
]
],
"trip": {
"id": "301363707",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": "/storage/shapes/stm/208_8.json",
"shapeId": "208_8",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-08-12 06:53:07",
"meta": {}
},
{
"id": 7807,
"ref": "40085",
"isActive": true,
"label": "40085",
"timestamp": 1784510771,
"tripId": "295768629",
"routeId": "36",
"startTime": "20:34:00",
"position": {
"lat": 45.50123,
"lon": -73.5616
},
"bearing": 135,
"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": [
[
4
]
],
"trip": {
"id": "295768629",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "36",
"routeLongName": "Monk",
"shapeLink": "/storage/shapes/stm/36_24.json",
"shapeId": "36_24",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-14 06:38:08",
"meta": {}
},
{
"id": 7829,
"ref": "40110",
"isActive": true,
"label": "40110",
"timestamp": 1784510769,
"tripId": "295770410",
"routeId": "496",
"startTime": "21:11:00",
"position": {
"lat": 45.4389,
"lon": -73.6626
},
"bearing": 256,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295770410",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "496",
"routeLongName": "Express Victoria",
"shapeLink": "/storage/shapes/stm/496_2.json",
"shapeId": "496_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-14 16:10:12",
"meta": {}
},
{
"id": 7887,
"ref": "40062",
"isActive": true,
"label": "40062",
"timestamp": 1784510771,
"tripId": "295769102",
"routeId": "90",
"startTime": "21:08:00",
"position": {
"lat": 45.45327,
"lon": -73.63765
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769102",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": "/storage/shapes/stm/90_16.json",
"shapeId": "90_16",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-20 05:45:06",
"meta": {}
},
{
"id": 7995,
"ref": "40069",
"isActive": true,
"label": "40069",
"timestamp": 1784510771,
"tripId": "295769503",
"routeId": "108",
"startTime": "21:06:00",
"position": {
"lat": 45.46318,
"lon": -73.57568
},
"bearing": 182,
"speed": 18,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769503",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "108",
"routeLongName": "Bannantyne",
"shapeLink": "/storage/shapes/stm/108_11.json",
"shapeId": "108_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-24 05:10:04",
"meta": {}
},
{
"id": 8415,
"ref": "40099",
"isActive": true,
"label": "40099",
"timestamp": 1784510783,
"tripId": "301363392",
"routeId": "206",
"startTime": "21:29:00",
"position": {
"lat": 45.45954,
"lon": -73.83709
},
"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": [
[
6
]
],
"trip": {
"id": "301363392",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "206",
"routeLongName": "Roger-Pilon",
"shapeLink": "/storage/shapes/stm/206_5.json",
"shapeId": "206_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-08-25 15:37:06",
"meta": {}
},
{
"id": 8487,
"ref": "40083",
"isActive": true,
"label": "40083",
"timestamp": 1784510774,
"tripId": "295770232",
"routeId": "37",
"startTime": "21:23:00",
"position": {
"lat": 45.4628,
"lon": -73.56361
},
"bearing": 153,
"speed": 18,
"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": [
[
4
]
],
"trip": {
"id": "295770232",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "37",
"routeLongName": "Jolicoeur",
"shapeLink": "/storage/shapes/stm/37_1.json",
"shapeId": "37_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-26 10:58:06",
"meta": {}
},
{
"id": 8602,
"ref": "40075",
"isActive": true,
"label": "40075",
"timestamp": 1784510783,
"tripId": "295770066",
"routeId": "195",
"startTime": "21:20:00",
"position": {
"lat": 45.44311,
"lon": -73.62791
},
"bearing": 227,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295770066",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": "/storage/shapes/stm/195_21.json",
"shapeId": "195_21",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-28 22:49:05",
"meta": {}
},
{
"id": 8630,
"ref": "40077",
"isActive": true,
"label": "40077",
"timestamp": 1784510776,
"tripId": "295769587",
"routeId": "110",
"startTime": "20:31:00",
"position": {
"lat": 45.44471,
"lon": -73.68562
},
"bearing": 181,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 63,
"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": "295769587",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "110",
"routeLongName": "Centrale",
"shapeLink": "/storage/shapes/stm/110_20.json",
"shapeId": "110_20",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-31 07:38:10",
"meta": {}
},
{
"id": 8634,
"ref": "40071",
"isActive": true,
"label": "40071",
"timestamp": 1784510774,
"tripId": "295769208",
"routeId": "104",
"startTime": "21:24:00",
"position": {
"lat": 45.47084,
"lon": -73.66824
},
"bearing": 295,
"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": [
[
4
]
],
"trip": {
"id": "295769208",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": "/storage/shapes/stm/104_20.json",
"shapeId": "104_20",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-08-31 13:51:07",
"meta": {}
},
{
"id": 8732,
"ref": "30063",
"isActive": true,
"label": "30063",
"timestamp": 1784510778,
"tripId": "296278289",
"routeId": "51",
"startTime": "20:46:00",
"position": {
"lat": 45.48121,
"lon": -73.63138
},
"bearing": 215,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 35,
"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": [
[
6
]
],
"trip": {
"id": "296278289",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/51_2.json",
"shapeId": "51_2",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-04 14:04:05",
"meta": {}
},
{
"id": 8766,
"ref": "40113",
"isActive": true,
"label": "40113",
"timestamp": 1784510783,
"tripId": "301363930",
"routeId": "208",
"startTime": "20:48:00",
"position": {
"lat": 45.46479,
"lon": -73.83472
},
"bearing": 234,
"speed": 45,
"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": [
[
6
]
],
"trip": {
"id": "301363930",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": "/storage/shapes/stm/208_9.json",
"shapeId": "208_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-09-08 07:51:15",
"meta": {}
},
{
"id": 8767,
"ref": "40072",
"isActive": true,
"label": "40072",
"timestamp": 1784510782,
"tripId": "295768990",
"routeId": "71",
"startTime": "20:51:00",
"position": {
"lat": 45.49801,
"lon": -73.5709
},
"bearing": 24,
"speed": 12,
"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": [
[
4
]
],
"trip": {
"id": "295768990",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "71",
"routeLongName": "Pointe-Saint-Charles",
"shapeLink": "/storage/shapes/stm/71_11.json",
"shapeId": "71_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-08 10:21:08",
"meta": {}
},
{
"id": 8850,
"ref": "40082",
"isActive": true,
"label": "40082",
"timestamp": 1784510776,
"tripId": "295768604",
"routeId": "36",
"startTime": "21:05:00",
"position": {
"lat": 45.46948,
"lon": -73.59293
},
"bearing": 0,
"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": [
[
4
]
],
"trip": {
"id": "295768604",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "36",
"routeLongName": "Monk",
"shapeLink": "/storage/shapes/stm/36_24.json",
"shapeId": "36_24",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-19 15:12:06",
"meta": {}
},
{
"id": 8860,
"ref": "31182",
"isActive": true,
"label": "31182",
"timestamp": 1784510783,
"tripId": "296294660",
"routeId": "125",
"startTime": "20:48:00",
"position": {
"lat": 45.55363,
"lon": -73.54327
},
"bearing": 26,
"speed": 2,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
3
]
],
"trip": {
"id": "296294660",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "125",
"routeLongName": "Ontario",
"shapeLink": "/storage/shapes/stm/125_2.json",
"shapeId": "125_2",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-21 08:37:07",
"meta": {}
},
{
"id": 8893,
"ref": "40105",
"isActive": true,
"label": "40105",
"timestamp": 1784510774,
"tripId": "296278380",
"routeId": "11",
"startTime": "21:11:00",
"position": {
"lat": 45.51764,
"lon": -73.59129
},
"bearing": 122,
"speed": 36,
"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": [
[
6
]
],
"trip": {
"id": "296278380",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "11",
"routeLongName": "Parc-du-Mont-Royal / Ridgewood",
"shapeLink": "/storage/shapes/stm/11_14.json",
"shapeId": "11_14",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-24 17:10:14",
"meta": {}
},
{
"id": 8894,
"ref": "40076",
"isActive": true,
"label": "40076",
"timestamp": 1784510767,
"tripId": "295768475",
"routeId": "35",
"startTime": "21:30:00",
"position": {
"lat": 45.44664,
"lon": -73.60423
},
"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": "295768475",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": "/storage/shapes/stm/35_23.json",
"shapeId": "35_23",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-24 17:16:12",
"meta": {}
},
{
"id": 8897,
"ref": "40068",
"isActive": true,
"label": "40068",
"timestamp": 1784510498,
"tripId": "295770291",
"routeId": "90",
"startTime": "20:35:00",
"position": {
"lat": 45.44333,
"lon": -73.68033
},
"bearing": 181,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295770291",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": "/storage/shapes/stm/90_4.json",
"shapeId": "90_4",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-09-25 05:29:05",
"meta": {}
},
{
"id": 9082,
"ref": "40157",
"isActive": true,
"label": "40157",
"timestamp": 1784510783,
"tripId": "301363021",
"routeId": "209",
"startTime": "20:52:00",
"position": {
"lat": 45.44026,
"lon": -73.76671
},
"bearing": 56,
"speed": 12,
"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": [
[
8
]
],
"trip": {
"id": "301363021",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/209_10.json",
"shapeId": "209_10",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-10-09 15:08:10",
"meta": {}
},
{
"id": 9098,
"ref": "40133",
"isActive": true,
"label": "40133",
"timestamp": 1784510783,
"tripId": "301363590",
"routeId": "205",
"startTime": "21:22:00",
"position": {
"lat": 45.46078,
"lon": -73.8353
},
"bearing": 321,
"speed": 27,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301363590",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/205_9.json",
"shapeId": "205_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-10-14 07:22:13",
"meta": {}
},
{
"id": 9099,
"ref": "40178",
"isActive": true,
"label": "40178",
"timestamp": 1784510767,
"tripId": "301363955",
"routeId": "202",
"startTime": "21:05:00",
"position": {
"lat": 45.48298,
"lon": -73.69555
},
"bearing": 223,
"speed": 46,
"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": [
[
8
]
],
"trip": {
"id": "301363955",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_19.json",
"shapeId": "202_19",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-10-14 07:59:19",
"meta": {}
},
{
"id": 9203,
"ref": "40124",
"isActive": true,
"label": "40124",
"timestamp": 1784510774,
"tripId": "296278584",
"routeId": "97",
"startTime": "21:06:00",
"position": {
"lat": 45.53944,
"lon": -73.57439
},
"bearing": 0,
"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": "296278584",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "97",
"routeLongName": "Avenue-du-Mont-Royal",
"shapeLink": "/storage/shapes/stm/97_1.json",
"shapeId": "97_1",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:11",
"meta": {}
},
{
"id": 9205,
"ref": "40129",
"isActive": true,
"label": "40129",
"timestamp": 1784510774,
"tripId": "301362730",
"routeId": "68",
"startTime": "21:18:00",
"position": {
"lat": 45.51093,
"lon": -73.81469
},
"bearing": 265,
"speed": 27,
"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": [
[
8
]
],
"trip": {
"id": "301362730",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/68_27.json",
"shapeId": "68_27",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9208,
"ref": "40134",
"isActive": true,
"label": "40134",
"timestamp": 1784510774,
"tripId": "301362506",
"routeId": "17",
"startTime": "21:15:00",
"position": {
"lat": 45.50336,
"lon": -73.66862
},
"bearing": 119,
"speed": 18,
"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": [
[
8
]
],
"trip": {
"id": "301362506",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "17",
"routeLongName": "Décarie",
"shapeLink": "/storage/shapes/stm/17_13.json",
"shapeId": "17_13",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9209,
"ref": "40135",
"isActive": true,
"label": "40135",
"timestamp": 1784510783,
"tripId": "301364145",
"routeId": "64",
"startTime": "21:09:00",
"position": {
"lat": 45.5307,
"lon": -73.71778
},
"bearing": 311,
"speed": 27,
"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": [
[
8
]
],
"trip": {
"id": "301364145",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9214,
"ref": "40144",
"isActive": true,
"label": "40144",
"timestamp": 1784510778,
"tripId": "301362796",
"routeId": "68",
"startTime": "20:48:00",
"position": {
"lat": 45.43781,
"lon": -73.90433
},
"bearing": 102,
"speed": 45,
"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": [
[
8
]
],
"trip": {
"id": "301362796",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/68_27.json",
"shapeId": "68_27",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9222,
"ref": "40159",
"isActive": true,
"label": "40159",
"timestamp": 1784510774,
"tripId": "301364160",
"routeId": "177",
"startTime": "21:29:00",
"position": {
"lat": 45.50313,
"lon": -73.73341
},
"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": [
[
8
]
],
"trip": {
"id": "301364160",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "177",
"routeLongName": "Thimens",
"shapeLink": "/storage/shapes/stm/177_10.json",
"shapeId": "177_10",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9224,
"ref": "40164",
"isActive": true,
"label": "40164",
"timestamp": 1784510765,
"tripId": "296278325",
"routeId": "27",
"startTime": "21:13:00",
"position": {
"lat": 45.53329,
"lon": -73.5814
},
"bearing": 0,
"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": [
[
8
]
],
"trip": {
"id": "296278325",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "27",
"routeLongName": "Saint-Joseph",
"shapeLink": "/storage/shapes/stm/27_1.json",
"shapeId": "27_1",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9230,
"ref": "40181",
"isActive": true,
"label": "40181",
"timestamp": 1784510783,
"tripId": "301363781",
"routeId": "207",
"startTime": "21:21:00",
"position": {
"lat": 45.49502,
"lon": -73.86508
},
"bearing": 35,
"speed": 27,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301363781",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "207",
"routeLongName": "Jacques-Bizard",
"shapeLink": "/storage/shapes/stm/207_6.json",
"shapeId": "207_6",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9232,
"ref": "40185",
"isActive": true,
"label": "40185",
"timestamp": 1784510767,
"tripId": "295768664",
"routeId": "37",
"startTime": "21:40:00",
"position": {
"lat": 45.44646,
"lon": -73.60445
},
"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": "295768664",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "37",
"routeLongName": "Jolicoeur",
"shapeLink": "/storage/shapes/stm/37_11.json",
"shapeId": "37_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:12",
"meta": {}
},
{
"id": 9238,
"ref": "40197",
"isActive": true,
"label": "40197",
"timestamp": 1784510783,
"tripId": "301363369",
"routeId": "215",
"startTime": "21:29:00",
"position": {
"lat": 45.51394,
"lon": -73.68392
},
"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": [
[
8
]
],
"trip": {
"id": "301363369",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/215_15.json",
"shapeId": "215_15",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:13",
"meta": {}
},
{
"id": 9239,
"ref": "40200",
"isActive": true,
"label": "40200",
"timestamp": 1784510783,
"tripId": "296268862",
"routeId": "51",
"startTime": "21:05:00",
"position": {
"lat": 45.50738,
"lon": -73.61513
},
"bearing": 217,
"speed": 9,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "296268862",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/51_2.json",
"shapeId": "51_2",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:13",
"meta": {}
},
{
"id": 9241,
"ref": "40205",
"isActive": true,
"label": "40205",
"timestamp": 1784510783,
"tripId": "301363075",
"routeId": "209",
"startTime": "21:08:00",
"position": {
"lat": 45.46027,
"lon": -73.78216
},
"bearing": 0,
"speed": 72,
"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": "301363075",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/209_11.json",
"shapeId": "209_11",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:13",
"meta": {}
},
{
"id": 9242,
"ref": "40213",
"isActive": true,
"label": "40213",
"timestamp": 1784510783,
"tripId": "301362600",
"routeId": "68",
"startTime": "20:19:00",
"position": {
"lat": 45.47107,
"lon": -73.87335
},
"bearing": 44,
"speed": 45,
"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": [
[
8
]
],
"trip": {
"id": "301362600",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/68_27.json",
"shapeId": "68_27",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:02:13",
"meta": {}
},
{
"id": 9244,
"ref": "40202",
"isActive": true,
"label": "40202",
"timestamp": 1784510775,
"tripId": "301365123",
"routeId": "815",
"startTime": "21:24:00",
"position": {
"lat": 45.47158,
"lon": -73.79097
},
"bearing": 182,
"speed": 54,
"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": [
[
8
]
],
"trip": {
"id": "301365123",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "815",
"routeLongName": "REM des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/815_16.json",
"shapeId": "815_16",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:07:09",
"meta": {}
},
{
"id": 9245,
"ref": "40152",
"isActive": true,
"label": "40152",
"timestamp": 1784510765,
"tripId": "301362653",
"routeId": "206",
"startTime": "20:57:00",
"position": {
"lat": 45.51087,
"lon": -73.80888
},
"bearing": 269,
"speed": 36,
"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": [
[
8
]
],
"trip": {
"id": "301362653",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "206",
"routeLongName": "Roger-Pilon",
"shapeLink": "/storage/shapes/stm/206_5.json",
"shapeId": "206_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 08:08:15",
"meta": {}
},
{
"id": 9249,
"ref": "40123",
"isActive": true,
"label": "40123",
"timestamp": 1784510783,
"tripId": "301363853",
"routeId": "202",
"startTime": "20:36:00",
"position": {
"lat": 45.44804,
"lon": -73.78845
},
"bearing": 286,
"speed": 45,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301363853",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_19.json",
"shapeId": "202_19",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-01 13:09:06",
"meta": {}
},
{
"id": 9260,
"ref": "40196",
"isActive": true,
"label": "40196",
"timestamp": 1784510776,
"tripId": "295769448",
"routeId": "114",
"startTime": "21:11:00",
"position": {
"lat": 45.44669,
"lon": -73.59031
},
"bearing": 304,
"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": [
[
4
]
],
"trip": {
"id": "295769448",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/114_12.json",
"shapeId": "114_12",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-02 06:09:07",
"meta": {}
},
{
"id": 9262,
"ref": "40174",
"isActive": true,
"label": "40174",
"timestamp": 1784510775,
"tripId": "301363565",
"routeId": "218",
"startTime": "21:31:00",
"position": {
"lat": 45.45936,
"lon": -73.83697
},
"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": [
[
8
]
],
"trip": {
"id": "301363565",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "218",
"routeLongName": "Antoine-Faucon",
"shapeLink": "/storage/shapes/stm/218_4.json",
"shapeId": "218_4",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-02 11:51:09",
"meta": {}
},
{
"id": 9263,
"ref": "40217",
"isActive": true,
"label": "40217",
"timestamp": 1784510765,
"tripId": "295769843",
"routeId": "107",
"startTime": "21:13:00",
"position": {
"lat": 45.48485,
"lon": -73.55779
},
"bearing": 188,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295769843",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_1.json",
"shapeId": "107_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-02 16:09:15",
"meta": {}
},
{
"id": 9269,
"ref": "40212",
"isActive": true,
"label": "40212",
"timestamp": 1784510783,
"tripId": "301363210",
"routeId": "200",
"startTime": "20:54:00",
"position": {
"lat": 45.40536,
"lon": -73.9287
},
"bearing": 283,
"speed": 45,
"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": [
[
8
]
],
"trip": {
"id": "301363210",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "200",
"routeLongName": "Sainte-Anne-de-Bellevue",
"shapeLink": "/storage/shapes/stm/200_9.json",
"shapeId": "200_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-04 05:21:03",
"meta": {}
},
{
"id": 9275,
"ref": "40226",
"isActive": true,
"label": "40226",
"timestamp": 1784510771,
"tripId": "295770035",
"routeId": "195",
"startTime": "21:21:00",
"position": {
"lat": 45.44748,
"lon": -73.74365
},
"bearing": 277,
"speed": 45,
"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": "295770035",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "195",
"routeLongName": "Dorval / Angrignon",
"shapeLink": "/storage/shapes/stm/195_4.json",
"shapeId": "195_4",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-07 15:20:15",
"meta": {}
},
{
"id": 9276,
"ref": "40227",
"isActive": true,
"label": "40227",
"timestamp": 1784510771,
"tripId": "295768784",
"routeId": "38",
"startTime": "21:30:00",
"position": {
"lat": 45.47413,
"lon": -73.60355
},
"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": "295768784",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "38",
"routeLongName": "De l'Église",
"shapeLink": "/storage/shapes/stm/38_22.json",
"shapeId": "38_22",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-07 15:26:10",
"meta": {}
},
{
"id": 9284,
"ref": "40211",
"isActive": true,
"label": "40211",
"timestamp": 1784510783,
"tripId": "301364175",
"routeId": "215",
"startTime": "21:13:00",
"position": {
"lat": 45.48447,
"lon": -73.78986
},
"bearing": 55,
"speed": 27,
"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": "301364175",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/215_14.json",
"shapeId": "215_14",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-09 15:49:14",
"meta": {}
},
{
"id": 9286,
"ref": "40208",
"isActive": true,
"label": "40208",
"timestamp": 1784510766,
"tripId": "301362755",
"routeId": "230",
"startTime": "20:46:00",
"position": {
"lat": 45.46179,
"lon": -73.79237
},
"bearing": 73,
"speed": 27,
"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": [
[
8
]
],
"trip": {
"id": "301362755",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "230",
"routeLongName": "Saint-Louis",
"shapeLink": "/storage/shapes/stm/230_5.json",
"shapeId": "230_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-09 17:07:08",
"meta": {}
},
{
"id": 9290,
"ref": "40228",
"isActive": true,
"label": "40228",
"timestamp": 1784510771,
"tripId": "295768577",
"routeId": "36",
"startTime": "20:54:00",
"position": {
"lat": 45.45275,
"lon": -73.59386
},
"bearing": 164,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295768577",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "36",
"routeLongName": "Monk",
"shapeLink": "/storage/shapes/stm/36_23.json",
"shapeId": "36_23",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-12 04:55:05",
"meta": {}
},
{
"id": 9292,
"ref": "40234",
"isActive": true,
"label": "40234",
"timestamp": 1784510783,
"tripId": "295768456",
"routeId": "106",
"startTime": "20:54:00",
"position": {
"lat": 45.42928,
"lon": -73.63862
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 16,
"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": [
[
4
]
],
"trip": {
"id": "295768456",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "106",
"routeLongName": "Newman",
"shapeLink": "/storage/shapes/stm/106_1.json",
"shapeId": "106_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-13 16:32:08",
"meta": {}
},
{
"id": 9298,
"ref": "40201",
"isActive": true,
"label": "40201",
"timestamp": 1784510768,
"tripId": "301364073",
"routeId": "164",
"startTime": "21:15:00",
"position": {
"lat": 45.53817,
"lon": -73.67941
},
"bearing": 293,
"speed": 9,
"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": [
[
8
]
],
"trip": {
"id": "301364073",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/164_2.json",
"shapeId": "164_2",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-15 06:41:10",
"meta": {}
},
{
"id": 9302,
"ref": "40165",
"isActive": true,
"label": "40165",
"timestamp": 1784510765,
"tripId": "301363286",
"routeId": "202",
"startTime": "20:27:00",
"position": {
"lat": 45.50965,
"lon": -73.66849
},
"bearing": 114,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 74,
"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": "301363286",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_22.json",
"shapeId": "202_22",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-16 06:33:07",
"meta": {}
},
{
"id": 9303,
"ref": "40206",
"isActive": true,
"label": "40206",
"timestamp": 1784510774,
"tripId": "301363749",
"routeId": "204",
"startTime": "21:20:00",
"position": {
"lat": 45.4475,
"lon": -73.74256
},
"bearing": 229,
"speed": 18,
"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": [
[
8
]
],
"trip": {
"id": "301363749",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "204",
"routeLongName": "Cardinal",
"shapeLink": "/storage/shapes/stm/204_9.json",
"shapeId": "204_9",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-16 07:01:13",
"meta": {}
},
{
"id": 9306,
"ref": "40146",
"isActive": true,
"label": "40146",
"timestamp": 1784510765,
"tripId": "301363634",
"routeId": "203",
"startTime": "20:45:00",
"position": {
"lat": 45.45998,
"lon": -73.83678
},
"bearing": 235,
"speed": 27,
"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": [
[
8
]
],
"trip": {
"id": "301363634",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "203",
"routeLongName": "Carson",
"shapeLink": "/storage/shapes/stm/203_14.json",
"shapeId": "203_14",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-16 15:36:11",
"meta": {}
},
{
"id": 9317,
"ref": "40231",
"isActive": true,
"label": "40231",
"timestamp": 1784510783,
"tripId": "295769770",
"routeId": "113",
"startTime": "20:45:00",
"position": {
"lat": 45.43338,
"lon": -73.64775
},
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769770",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": "/storage/shapes/stm/113_1.json",
"shapeId": "113_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-19 05:16:04",
"meta": {}
},
{
"id": 9318,
"ref": "40248",
"isActive": true,
"label": "40248",
"timestamp": 1784510775,
"tripId": "295770312",
"routeId": "102",
"startTime": "21:31:00",
"position": {
"lat": 45.46125,
"lon": -73.65533
},
"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": "295770312",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "102",
"routeLongName": "Somerled",
"shapeLink": "/storage/shapes/stm/102_1.json",
"shapeId": "102_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-19 06:13:05",
"meta": {}
},
{
"id": 9325,
"ref": "40170",
"isActive": true,
"label": "40170",
"timestamp": 1784510777,
"tripId": "301363107",
"routeId": "205",
"startTime": "21:00:00",
"position": {
"lat": 45.45979,
"lon": -73.83717
},
"bearing": 234,
"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": "301363107",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/205_8.json",
"shapeId": "205_8",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2020-12-26 15:57:12",
"meta": {}
},
{
"id": 9330,
"ref": "40239",
"isActive": true,
"label": "40239",
"timestamp": 1784510782,
"tripId": "295769079",
"routeId": "90",
"startTime": "21:04:00",
"position": {
"lat": 45.46311,
"lon": -73.61848
},
"bearing": 0,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769079",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "90",
"routeLongName": "Saint-Jacques",
"shapeLink": "/storage/shapes/stm/90_4.json",
"shapeId": "90_4",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-29 16:25:13",
"meta": {}
},
{
"id": 9335,
"ref": "40232",
"isActive": true,
"label": "40232",
"timestamp": 1784510759,
"tripId": "295769645",
"routeId": "112",
"startTime": "21:03:00",
"position": {
"lat": 45.42314,
"lon": -73.61823
},
"bearing": 225,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295769645",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_14.json",
"shapeId": "112_14",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-12-31 18:14:13",
"meta": {}
},
{
"id": 9336,
"ref": "40240",
"isActive": true,
"label": "40240",
"timestamp": 1784510774,
"tripId": "295769408",
"routeId": "107",
"startTime": "21:43:00",
"position": {
"lat": 45.50145,
"lon": -73.56212
},
"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": "295769408",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_1.json",
"shapeId": "107_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2021-01-02 16:52:08",
"meta": {}
},
{
"id": 9339,
"ref": "40112",
"isActive": true,
"label": "40112",
"timestamp": 1784510765,
"tripId": "301363723",
"routeId": "207",
"startTime": "21:10:00",
"position": {
"lat": 45.48069,
"lon": -73.86134
},
"bearing": 336,
"speed": 9,
"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": [
[
6
]
],
"trip": {
"id": "301363723",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "207",
"routeLongName": "Jacques-Bizard",
"shapeLink": "/storage/shapes/stm/207_5.json",
"shapeId": "207_5",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2021-01-04 06:58:10",
"meta": {}
},
{
"id": 9352,
"ref": "40244",
"isActive": true,
"label": "40244",
"timestamp": 1784510783,
"tripId": "295769698",
"routeId": "112",
"startTime": "21:11:00",
"position": {
"lat": 45.42442,
"lon": -73.61242
},
"bearing": 138,
"speed": 27,
"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": [
[
4
]
],
"trip": {
"id": "295769698",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_1.json",
"shapeId": "112_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2021-01-13 16:42:13",
"meta": {}
},
{
"id": 10672,
"ref": "41005",
"isActive": true,
"label": "41005",
"timestamp": 1784510782,
"tripId": "296392430",
"routeId": "141",
"startTime": "20:42:00",
"position": {
"lat": 45.55898,
"lon": -73.59821
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 49,
"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": [
[
6
]
],
"trip": {
"id": "296392430",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "141",
"routeLongName": "Jean-Talon Est",
"shapeLink": "/storage/shapes/stm/141_3.json",
"shapeId": "141_3",
"serviceId": "26U-H54U000I-80-I",
"blockId": null
},
"createdAt": "2021-07-09 13:14:05",
"meta": {}
},
{
"id": 10685,
"ref": "41021",
"isActive": true,
"label": "41021",
"timestamp": 1784510774,
"tripId": "296278264",
"routeId": "47",
"startTime": "21:10:00",
"position": {
"lat": 45.53852,
"lon": -73.58271
},
"bearing": 215,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
6
]
],
"trip": {
"id": "296278264",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "47",
"routeLongName": "Masson",
"shapeLink": "/storage/shapes/stm/47_2.json",
"shapeId": "47_2",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2021-07-13 16:13:03",
"meta": {}
},
{
"id": 10709,
"ref": "41002",
"isActive": true,
"label": "41002",
"timestamp": 1784510783,
"tripId": "296278449",
"routeId": "11",
"startTime": "21:14:00",
"position": {
"lat": 45.4933,
"lon": -73.61136
},
"bearing": 53,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 12,
"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": [
[
6
]
],
"trip": {
"id": "296278449",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "11",
"routeLongName": "Parc-du-Mont-Royal / Ridgewood",
"shapeLink": "/storage/shapes/stm/11_17.json",
"shapeId": "11_17",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2021-07-22 16:31:05",
"meta": {}
},
{
"id": 10734,
"ref": "41025",
"isActive": true,
"label": "41025",
"timestamp": 1784510769,
"tripId": "301363982",
"routeId": "205",
"startTime": "21:28:00",
"position": {
"lat": 45.51022,
"lon": -73.81303
},
"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": [
[
6
]
],
"trip": {
"id": "301363982",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "205",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/205_8.json",
"shapeId": "205_8",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2021-07-28 14:28:05",
"meta": {}
},
{
"id": 10735,
"ref": "41033",
"isActive": true,
"label": "41033",
"timestamp": 1784510769,
"tripId": "296278511",
"routeId": "51",
"startTime": "21:22:00",
"position": {
"lat": 45.45937,
"lon": -73.64758
},
"bearing": 299,
"speed": 45,
"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": [
[
6
]
],
"trip": {
"id": "296278511",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/51_22.json",
"shapeId": "51_22",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2021-07-28 16:16:06",
"meta": {}
},
{
"id": 10747,
"ref": "41041",
"isActive": true,
"label": "41041",
"timestamp": 1784510774,
"tripId": "301363831",
"routeId": "203",
"startTime": "21:02:00",
"position": {
"lat": 45.45715,
"lon": -73.78304
},
"bearing": 0,
"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": [
[
6
]
],
"trip": {
"id": "301363831",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "203",
"routeLongName": "Carson",
"shapeLink": "/storage/shapes/stm/203_15.json",
"shapeId": "203_15",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2021-08-03 17:22:05",
"meta": {}
},
{
"id": 10781,
"ref": "41006",
"isActive": true,
"label": "41006",
"timestamp": 1784510783,
"tripId": "301362626",
"routeId": "209",
"startTime": "20:38:00",
"position": {
"lat": 45.48259,
"lon": -73.79527
},
"bearing": 326,
"speed": 9,
"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": [
[
6
]
],
"trip": {
"id": "301362626",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/209_11.json",
"shapeId": "209_11",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2021-08-19 17:18:05",
"meta": {}
},
{
"id": 10795,
"ref": "41049",
"isActive": true,
"label": "41049",
"timestamp": 1784510768,
"tripId": "295863316",
"routeId": "139",
"startTime": "21:01:00",
"position": {
"lat": 45.56258,
"lon": -73.57995
},
"bearing": 0,
"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": [
[
5
]
],
"trip": {
"id": "295863316",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_2.json",
"shapeId": "139_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-08-25 15:58:12",
"meta": {}
},
{
"id": 10800,
"ref": "41027",
"isActive": true,
"label": "41027",
"timestamp": 1784510783,
"tripId": "296278645",
"routeId": "51",
"startTime": "20:56:00",
"position": {
"lat": 45.50411,
"lon": -73.61808
},
"bearing": 26,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
6
]
],
"trip": {
"id": "296278645",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "51",
"routeLongName": "Édouard-Montpetit",
"shapeLink": "/storage/shapes/stm/51_22.json",
"shapeId": "51_22",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2021-08-27 10:59:05",
"meta": {}
},
{
"id": 10807,
"ref": "41053",
"isActive": true,
"label": "41053",
"timestamp": 1784510776,
"tripId": "295864083",
"routeId": "55",
"startTime": "20:35:00",
"position": {
"lat": 45.55428,
"lon": -73.66864
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 47,
"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": [
[
5
]
],
"trip": {
"id": "295864083",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/55_20.json",
"shapeId": "55_20",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-01 16:12:05",
"meta": {}
},
{
"id": 10813,
"ref": "41052",
"isActive": true,
"label": "41052",
"timestamp": 1784510783,
"tripId": "295864305",
"routeId": "193",
"startTime": "20:52:00",
"position": {
"lat": 45.53608,
"lon": -73.63296
},
"bearing": 200,
"speed": 12,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 45,
"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": [
[
5
]
],
"trip": {
"id": "295864305",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": "/storage/shapes/stm/193_2.json",
"shapeId": "193_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-02 14:59:05",
"meta": {}
},
{
"id": 10869,
"ref": "41035",
"isActive": true,
"label": "41035",
"timestamp": 1784510774,
"tripId": "301363998",
"routeId": "202",
"startTime": "20:57:00",
"position": {
"lat": 45.44201,
"lon": -73.75706
},
"bearing": 86,
"speed": 36,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
6
]
],
"trip": {
"id": "301363998",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_22.json",
"shapeId": "202_22",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2021-09-09 16:19:03",
"meta": {}
},
{
"id": 10875,
"ref": "41055",
"isActive": true,
"label": "41055",
"timestamp": 1784510774,
"tripId": "295862987",
"routeId": "193",
"startTime": "21:06:00",
"position": {
"lat": 45.5531,
"lon": -73.61913
},
"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": 0,
"label": "Unknown congestion level"
},
"occupancyStatus": {
"data": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295862987",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": "/storage/shapes/stm/193_1.json",
"shapeId": "193_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-14 16:36:08",
"meta": {}
},
{
"id": 10877,
"ref": "41048",
"isActive": true,
"label": "41048",
"timestamp": 1784510682,
"tripId": "295864113",
"routeId": "139",
"startTime": "20:39:00",
"position": {
"lat": 45.59649,
"lon": -73.64314
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"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": [
[
5
]
],
"trip": {
"id": "295864113",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_1.json",
"shapeId": "139_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-15 06:57:04",
"meta": {}
},
{
"id": 10881,
"ref": "41064",
"isActive": true,
"label": "41064",
"timestamp": 1784510771,
"tripId": "295863083",
"routeId": "43",
"startTime": "21:00:00",
"position": {
"lat": 45.60897,
"lon": -73.61294
},
"bearing": 0,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863083",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": "/storage/shapes/stm/43_2.json",
"shapeId": "43_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-15 17:30:06",
"meta": {}
},
{
"id": 10884,
"ref": "41069",
"isActive": true,
"label": "41069",
"timestamp": 1784510774,
"tripId": "295864359",
"routeId": "139",
"startTime": "20:18:00",
"position": {
"lat": 45.59649,
"lon": -73.64314
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 43,
"currentStatus": {
"data": 1,
"label": "Stopped at"
},
"scheduleRelationship": {
"data": 0,
"label": "Scheduled"
},
"congestionLevel": {
"data": 3,
"label": "Congestion"
},
"occupancyStatus": {
"data": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295864359",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_1.json",
"shapeId": "139_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-16 17:24:06",
"meta": {}
},
{
"id": 10894,
"ref": "41074",
"isActive": true,
"label": "41074",
"timestamp": 1784510766,
"tripId": "295863231",
"routeId": "139",
"startTime": "21:13:00",
"position": {
"lat": 45.55495,
"lon": -73.55539
},
"bearing": 0,
"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": 5,
"label": "Full"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863231",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_1.json",
"shapeId": "139_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-22 11:02:03",
"meta": {}
},
{
"id": 10895,
"ref": "41066",
"isActive": true,
"label": "41066",
"timestamp": 1784510778,
"tripId": "295863485",
"routeId": "55",
"startTime": "21:18:00",
"position": {
"lat": 45.51052,
"lon": -73.56519
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 6,
"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": [
[
5
]
],
"trip": {
"id": "295863485",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/55_20.json",
"shapeId": "55_20",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-22 14:34:05",
"meta": {}
},
{
"id": 10911,
"ref": "41068",
"isActive": true,
"label": "41068",
"timestamp": 1784510783,
"tripId": "295864105",
"routeId": "54",
"startTime": "20:54:00",
"position": {
"lat": 45.53368,
"lon": -73.65783
},
"bearing": 283,
"speed": 18,
"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": [
[
5
]
],
"trip": {
"id": "295864105",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": "/storage/shapes/stm/54_14.json",
"shapeId": "54_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2021-09-30 15:25:09",
"meta": {}
},
{
"id": 10937,
"ref": "41036",
"isActive": true,
"label": "41036",
"timestamp": 1784510783,
"tripId": "296278602",
"routeId": "11",
"startTime": "21:31:00",
"position": {
"lat": 45.5266,
"lon": -73.57389
},
"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": [
[
6
]
],
"trip": {
"id": "296278602",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "11",
"routeLongName": "Parc-du-Mont-Royal / Ridgewood",
"shapeLink": "/storage/shapes/stm/11_14.json",
"shapeId": "11_14",
"serviceId": "26U-H57U000I-80-I",
"blockId": null
},
"createdAt": "2021-10-12 23:30:04",
"meta": {}
},
{
"id": 11048,
"ref": "41106",
"isActive": true,
"label": "41106",
"timestamp": 1784510774,
"tripId": "295863545",
"routeId": "55",
"startTime": "20:53:00",
"position": {
"lat": 45.53247,
"lon": -73.61346
},
"bearing": 304,
"speed": 36,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863545",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/55_20.json",
"shapeId": "55_20",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-28 04:56:03",
"meta": {}
},
{
"id": 11051,
"ref": "41111",
"isActive": true,
"label": "41111",
"timestamp": 1784510783,
"tripId": "295863037",
"routeId": "43",
"startTime": "20:28:00",
"position": {
"lat": 45.59159,
"lon": -73.64931
},
"bearing": 36,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 59,
"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": "295863037",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": "/storage/shapes/stm/43_14.json",
"shapeId": "43_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-28 05:27:04",
"meta": {}
},
{
"id": 11054,
"ref": "41095",
"isActive": true,
"label": "41095",
"timestamp": 1784510771,
"tripId": "295863163",
"routeId": "49",
"startTime": "21:12:00",
"position": {
"lat": 45.5823,
"lon": -73.65083
},
"bearing": 16,
"speed": 35,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863163",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/49_8.json",
"shapeId": "49_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-28 15:32:04",
"meta": {}
},
{
"id": 11058,
"ref": "41087",
"isActive": true,
"label": "41087",
"timestamp": 1784510783,
"tripId": "295863902",
"routeId": "49",
"startTime": "20:49:00",
"position": {
"lat": 45.6246,
"lon": -73.60036
},
"bearing": 0,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863902",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/49_8.json",
"shapeId": "49_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-28 16:16:05",
"meta": {}
},
{
"id": 11059,
"ref": "41104",
"isActive": true,
"label": "41104",
"timestamp": 1784510766,
"tripId": "295862961",
"routeId": "20",
"startTime": "21:19:00",
"position": {
"lat": 45.54306,
"lon": -73.64821
},
"bearing": 0,
"speed": 0,
"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": [
[
5
]
],
"trip": {
"id": "295862961",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "20",
"routeLongName": "Crémazie / Marché Central",
"shapeLink": "/storage/shapes/stm/20_4.json",
"shapeId": "20_4",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-28 16:31:04",
"meta": {}
},
{
"id": 11063,
"ref": "41100",
"isActive": true,
"label": "41100",
"timestamp": 1784510778,
"tripId": "295863194",
"routeId": "45",
"startTime": "20:54:00",
"position": {
"lat": 45.53434,
"lon": -73.57762
},
"bearing": 115,
"speed": 0,
"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": [
[
5
]
],
"trip": {
"id": "295863194",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "45",
"routeLongName": "Papineau",
"shapeLink": "/storage/shapes/stm/45_3.json",
"shapeId": "45_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-01-29 05:26:03",
"meta": {}
},
{
"id": 11068,
"ref": "41124",
"isActive": true,
"label": "41124",
"timestamp": 1784510783,
"tripId": "295864169",
"routeId": "140",
"startTime": "21:16:00",
"position": {
"lat": 45.59372,
"lon": -73.63287
},
"bearing": 143,
"speed": 27,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 12,
"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": "295864169",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "140",
"routeLongName": "Fleury",
"shapeLink": "/storage/shapes/stm/140_12.json",
"shapeId": "140_12",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-02-02 14:59:05",
"meta": {}
},
{
"id": 11083,
"ref": "41128",
"isActive": true,
"label": "41128",
"timestamp": 1784510771,
"tripId": "295863298",
"routeId": "48",
"startTime": "21:26:00",
"position": {
"lat": 45.55605,
"lon": -73.66719
},
"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": [
[
5
]
],
"trip": {
"id": "295863298",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_8.json",
"shapeId": "48_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-02-10 05:03:04",
"meta": {}
},
{
"id": 11098,
"ref": "41097",
"isActive": true,
"label": "41097",
"timestamp": 1784510760,
"tripId": "295863587",
"routeId": "48",
"startTime": "20:35:00",
"position": {
"lat": 45.66131,
"lon": -73.53845
},
"bearing": 350,
"speed": 18,
"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": [
[
5
]
],
"trip": {
"id": "295863587",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_8.json",
"shapeId": "48_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-02-17 04:23:04",
"meta": {}
},
{
"id": 11102,
"ref": "41092",
"isActive": true,
"label": "41092",
"timestamp": 1784510778,
"tripId": "295864242",
"routeId": "180",
"startTime": "21:32:00",
"position": {
"lat": 45.53158,
"lon": -73.7188
},
"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": [
[
5
]
],
"trip": {
"id": "295864242",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "180",
"routeLongName": "De Salaberry",
"shapeLink": "/storage/shapes/stm/180_12.json",
"shapeId": "180_12",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-02-21 06:12:03",
"meta": {}
},
{
"id": 11143,
"ref": "41080",
"isActive": true,
"label": "41080",
"timestamp": 1784510783,
"tripId": "295863536",
"routeId": "56",
"startTime": "20:05:00",
"position": {
"lat": 45.53127,
"lon": -73.59722
},
"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": [
[
5
]
],
"trip": {
"id": "295863536",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "56",
"routeLongName": "St-Hubert",
"shapeLink": "/storage/shapes/stm/56_2.json",
"shapeId": "56_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-03-21 15:23:05",
"meta": {}
},
{
"id": 11159,
"ref": "41126",
"isActive": true,
"label": "41126",
"timestamp": 1784510782,
"tripId": "295863182",
"routeId": "48",
"startTime": "21:09:00",
"position": {
"lat": 45.59031,
"lon": -73.64697
},
"bearing": 0,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863182",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_8.json",
"shapeId": "48_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-04-04 06:45:05",
"meta": {}
},
{
"id": 11161,
"ref": "41101",
"isActive": true,
"label": "41101",
"timestamp": 1784510783,
"tripId": "295863285",
"routeId": "48",
"startTime": "20:52:00",
"position": {
"lat": 45.62756,
"lon": -73.61523
},
"bearing": 141,
"speed": 12,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863285",
"headsign": "Est via Gouin / Ozias-Leduc",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_10.json",
"shapeId": "48_10",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-04-04 15:55:04",
"meta": {}
},
{
"id": 11171,
"ref": "41084",
"isActive": true,
"label": "41084",
"timestamp": 1784510783,
"tripId": "295863502",
"routeId": "55",
"startTime": "20:51:00",
"position": {
"lat": 45.51874,
"lon": -73.5871
},
"bearing": 121,
"speed": 24,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 32,
"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": [
[
5
]
],
"trip": {
"id": "295863502",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/55_21.json",
"shapeId": "55_21",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-04-27 06:03:05",
"meta": {}
},
{
"id": 12375,
"ref": "41083",
"isActive": true,
"label": "41083",
"timestamp": 1784510782,
"tripId": "295863607",
"routeId": "79",
"startTime": "21:01:00",
"position": {
"lat": 45.52011,
"lon": -73.74143
},
"bearing": 223,
"speed": 36,
"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": [
[
5
]
],
"trip": {
"id": "295863607",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "79",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/79_1.json",
"shapeId": "79_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-06-29 05:31:04",
"meta": {}
},
{
"id": 12444,
"ref": "42028",
"isActive": true,
"label": "42028",
"timestamp": 1784510783,
"tripId": "295864131",
"routeId": "140",
"startTime": "20:48:00",
"position": {
"lat": 45.59339,
"lon": -73.63251
},
"bearing": 323,
"speed": 27,
"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": "295864131",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "140",
"routeLongName": "Fleury",
"shapeLink": "/storage/shapes/stm/140_11.json",
"shapeId": "140_11",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-09-01 06:11:04",
"meta": {}
},
{
"id": 12461,
"ref": "42001",
"isActive": true,
"label": "42001",
"timestamp": 1784510776,
"tripId": "295863406",
"routeId": "49",
"startTime": "21:34:00",
"position": {
"lat": 45.55586,
"lon": -73.66729
},
"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": [
[
5
]
],
"trip": {
"id": "295863406",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/49_8.json",
"shapeId": "49_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-09-16 16:46:04",
"meta": {}
},
{
"id": 12612,
"ref": "42008",
"isActive": true,
"label": "42008",
"timestamp": 1784510783,
"tripId": "295863413",
"routeId": "49",
"startTime": "20:28:00",
"position": {
"lat": 45.67036,
"lon": -73.54382
},
"bearing": 62,
"speed": 54,
"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": [
[
5
]
],
"trip": {
"id": "295863413",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/49_8.json",
"shapeId": "49_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-09-28 06:47:06",
"meta": {}
},
{
"id": 12619,
"ref": "42002",
"isActive": true,
"label": "42002",
"timestamp": 1784510767,
"tripId": "295863115",
"routeId": "45",
"startTime": "21:25:00",
"position": {
"lat": 45.57293,
"lon": -73.65726
},
"bearing": 120,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "295863115",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "45",
"routeLongName": "Papineau",
"shapeLink": "/storage/shapes/stm/45_3.json",
"shapeId": "45_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-01 16:37:04",
"meta": {}
},
{
"id": 12636,
"ref": "42020",
"isActive": true,
"label": "42020",
"timestamp": 1784510775,
"tripId": "295864189",
"routeId": "140",
"startTime": "21:19:00",
"position": {
"lat": 45.53985,
"lon": -73.66321
},
"bearing": 293,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "295864189",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "140",
"routeLongName": "Fleury",
"shapeLink": "/storage/shapes/stm/140_11.json",
"shapeId": "140_11",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-05 06:14:05",
"meta": {}
},
{
"id": 12640,
"ref": "42035",
"isActive": true,
"label": "42035",
"timestamp": 1784510771,
"tripId": "295863434",
"routeId": "54",
"startTime": "21:02:00",
"position": {
"lat": 45.5476,
"lon": -73.64194
},
"bearing": 24,
"speed": 27,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863434",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": "/storage/shapes/stm/54_13.json",
"shapeId": "54_13",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-05 15:13:06",
"meta": {}
},
{
"id": 12651,
"ref": "42021",
"isActive": true,
"label": "42021",
"timestamp": 1784510766,
"tripId": "295864264",
"routeId": "180",
"startTime": "21:26:00",
"position": {
"lat": 45.55057,
"lon": -73.65623
},
"bearing": 0,
"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": [
[
5
]
],
"trip": {
"id": "295864264",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "180",
"routeLongName": "De Salaberry",
"shapeLink": "/storage/shapes/stm/180_14.json",
"shapeId": "180_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-07 16:17:08",
"meta": {}
},
{
"id": 12654,
"ref": "42042",
"isActive": true,
"label": "42042",
"timestamp": 1784510783,
"tripId": "295863018",
"routeId": "20",
"startTime": "21:20:00",
"position": {
"lat": 45.554,
"lon": -73.62628
},
"bearing": 232,
"speed": 36,
"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": [
[
5
]
],
"trip": {
"id": "295863018",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "20",
"routeLongName": "Crémazie / Marché Central",
"shapeLink": "/storage/shapes/stm/20_5.json",
"shapeId": "20_5",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-09 17:59:02",
"meta": {}
},
{
"id": 12656,
"ref": "42040",
"isActive": true,
"label": "42040",
"timestamp": 1784510478,
"tripId": "295864454",
"routeId": "439",
"startTime": "20:20:00",
"position": {
"lat": 45.54768,
"lon": -73.53353
},
"bearing": 203,
"speed": 18,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295864454",
"headsign": "Sud destination Pie-IX / Notre-Dame",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "439",
"routeLongName": "Express Pie-IX",
"shapeLink": "/storage/shapes/stm/439_4.json",
"shapeId": "439_4",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-10 15:35:06",
"meta": {}
},
{
"id": 12660,
"ref": "42011",
"isActive": true,
"label": "42011",
"timestamp": 1784510775,
"tripId": "295863835",
"routeId": "79",
"startTime": "21:30:00",
"position": {
"lat": 45.51027,
"lon": -73.81327
},
"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": [
[
5
]
],
"trip": {
"id": "295863835",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "79",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/79_3.json",
"shapeId": "79_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-11 15:45:06",
"meta": {}
},
{
"id": 12673,
"ref": "42023",
"isActive": true,
"label": "42023",
"timestamp": 1784510476,
"tripId": "295863628",
"routeId": "48",
"startTime": "20:19:00",
"position": {
"lat": 45.66131,
"lon": -73.53846
},
"bearing": 47,
"speed": 12,
"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": [
[
5
]
],
"trip": {
"id": "295863628",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_8.json",
"shapeId": "48_8",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-18 11:35:04",
"meta": {}
},
{
"id": 12675,
"ref": "42039",
"isActive": true,
"label": "42039",
"timestamp": 1784510768,
"tripId": "295864048",
"routeId": "139",
"startTime": "20:57:00",
"position": {
"lat": 45.57735,
"lon": -73.61568
},
"bearing": 302,
"speed": 36,
"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": [
[
5
]
],
"trip": {
"id": "295864048",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "139",
"routeLongName": "Pie-IX",
"shapeLink": "/storage/shapes/stm/139_1.json",
"shapeId": "139_1",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-18 16:09:07",
"meta": {}
},
{
"id": 12676,
"ref": "42046",
"isActive": true,
"label": "42046",
"timestamp": 1784510774,
"tripId": "295863515",
"routeId": "55",
"startTime": "21:22:00",
"position": {
"lat": 45.55034,
"lon": -73.67092
},
"bearing": 203,
"speed": 18,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863515",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "55",
"routeLongName": "Saint-Laurent",
"shapeLink": "/storage/shapes/stm/55_21.json",
"shapeId": "55_21",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-18 16:50:06",
"meta": {}
},
{
"id": 12682,
"ref": "42026",
"isActive": true,
"label": "42026",
"timestamp": 1784510774,
"tripId": "295863323",
"routeId": "48",
"startTime": "21:01:00",
"position": {
"lat": 45.63398,
"lon": -73.60546
},
"bearing": 0,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 21,
"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": [
[
5
]
],
"trip": {
"id": "295863323",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "48",
"routeLongName": "Perras",
"shapeLink": "/storage/shapes/stm/48_7.json",
"shapeId": "48_7",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-10-20 15:22:05",
"meta": {}
},
{
"id": 12720,
"ref": "42041",
"isActive": true,
"label": "42041",
"timestamp": 1784510774,
"tripId": "295863094",
"routeId": "43",
"startTime": "21:30:00",
"position": {
"lat": 45.65937,
"lon": -73.57044
},
"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": [
[
5
]
],
"trip": {
"id": "295863094",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "43",
"routeLongName": "Monselet",
"shapeLink": "/storage/shapes/stm/43_14.json",
"shapeId": "43_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-11-02 16:21:03",
"meta": {}
},
{
"id": 12733,
"ref": "42036",
"isActive": true,
"label": "42036",
"timestamp": 1784510783,
"tripId": "295863381",
"routeId": "49",
"startTime": "21:22:00",
"position": {
"lat": 45.6587,
"lon": -73.5642
},
"bearing": 0,
"speed": 0,
"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": [
[
5
]
],
"trip": {
"id": "295863381",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "49",
"routeLongName": "Maurice-Duplessis",
"shapeLink": "/storage/shapes/stm/49_35.json",
"shapeId": "49_35",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-11-15 05:38:04",
"meta": {}
},
{
"id": 12748,
"ref": "42006",
"isActive": true,
"label": "42006",
"timestamp": 1784510783,
"tripId": "295863857",
"routeId": "79",
"startTime": "21:00:00",
"position": {
"lat": 45.53856,
"lon": -73.71037
},
"bearing": 37,
"speed": 27,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
5
]
],
"trip": {
"id": "295863857",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "79",
"routeLongName": "Gouin",
"shapeLink": "/storage/shapes/stm/79_3.json",
"shapeId": "79_3",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-11-21 18:14:04",
"meta": {}
},
{
"id": 12756,
"ref": "42005",
"isActive": true,
"label": "42005",
"timestamp": 1784510782,
"tripId": "295864329",
"routeId": "193",
"startTime": "21:23:00",
"position": {
"lat": 45.59928,
"lon": -73.57761
},
"bearing": 213,
"speed": 27,
"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": [
[
5
]
],
"trip": {
"id": "295864329",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "193",
"routeLongName": "Jarry",
"shapeLink": "/storage/shapes/stm/193_2.json",
"shapeId": "193_2",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-11-24 06:49:05",
"meta": {}
},
{
"id": 12761,
"ref": "42034",
"isActive": true,
"label": "42034",
"timestamp": 1784510768,
"tripId": "295863467",
"routeId": "54",
"startTime": "21:27:00",
"position": {
"lat": 45.57607,
"lon": -73.63913
},
"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": [
[
5
]
],
"trip": {
"id": "295863467",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "54",
"routeLongName": "Charland / Chabanel",
"shapeLink": "/storage/shapes/stm/54_14.json",
"shapeId": "54_14",
"serviceId": "26U-H58U000I-80-I",
"blockId": null
},
"createdAt": "2022-11-29 06:52:04",
"meta": {}
},
{
"id": 12826,
"ref": "31237",
"isActive": true,
"label": "31237",
"timestamp": 1784510776,
"tripId": "296294969",
"routeId": "150",
"startTime": "21:01:00",
"position": {
"lat": 45.49894,
"lon": -73.57024
},
"bearing": 210,
"speed": 14,
"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": [
[
3
]
],
"trip": {
"id": "296294969",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "150",
"routeLongName": "René-Lévesque",
"shapeLink": "/storage/shapes/stm/150_1.json",
"shapeId": "150_1",
"serviceId": "26U-H59U000I-80-I",
"blockId": null
},
"createdAt": "2022-12-14 06:59:05",
"meta": {}
},
{
"id": 2928930,
"ref": "44016",
"isActive": true,
"label": "44016",
"timestamp": 1784510777,
"tripId": "295768734",
"routeId": "38",
"startTime": "21:02:00",
"position": {
"lat": 45.47311,
"lon": -73.59663
},
"bearing": 0,
"speed": 12,
"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": [
[
4
]
],
"trip": {
"id": "295768734",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "38",
"routeLongName": "De l'Église",
"shapeLink": "/storage/shapes/stm/38_23.json",
"shapeId": "38_23",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2025-01-24 17:27:05",
"meta": {}
},
{
"id": 2929150,
"ref": "44032",
"isActive": true,
"label": "44032",
"timestamp": 1784510783,
"tripId": "295769938",
"routeId": "411",
"startTime": "21:26:00",
"position": {
"lat": 45.48244,
"lon": -73.5811
},
"bearing": 291,
"speed": 13,
"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": "295769938",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "411",
"routeLongName": "Express Lionel-Groulx",
"shapeLink": "/storage/shapes/stm/411_6.json",
"shapeId": "411_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2025-04-16 08:53:08",
"meta": {}
}
],
"timestamp": 1784510875,
"count": 350,
"geojson": {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 114,
"label": "27533",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74046,
45.4476
]
}
},
{
"type": "Feature",
"properties": {
"id": 172,
"label": "29017",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61442,
45.4654
]
}
},
{
"type": "Feature",
"properties": {
"id": 174,
"label": "29019",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54443,
45.46946
]
}
},
{
"type": "Feature",
"properties": {
"id": 189,
"label": "29064",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57275,
45.49995
]
}
},
{
"type": "Feature",
"properties": {
"id": 194,
"label": "29075",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5611,
45.4484
]
}
},
{
"type": "Feature",
"properties": {
"id": 197,
"label": "29080",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64374,
45.41785
]
}
},
{
"type": "Feature",
"properties": {
"id": 203,
"label": "29090",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.44767
]
}
},
{
"type": "Feature",
"properties": {
"id": 207,
"label": "29098",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5809,
45.49742
]
}
},
{
"type": "Feature",
"properties": {
"id": 208,
"label": "29103",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65414,
45.4344
]
}
},
{
"type": "Feature",
"properties": {
"id": 212,
"label": "29120",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57209,
45.5043
]
}
},
{
"type": "Feature",
"properties": {
"id": 217,
"label": "29133",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.72233,
45.44043
]
}
},
{
"type": "Feature",
"properties": {
"id": 226,
"label": "29147",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68092,
45.43586
]
}
},
{
"type": "Feature",
"properties": {
"id": 227,
"label": "29150",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65595,
45.44236
]
}
},
{
"type": "Feature",
"properties": {
"id": 259,
"label": "30006",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58653,
45.52648
]
}
},
{
"type": "Feature",
"properties": {
"id": 263,
"label": "30043",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61884,
45.44136
]
}
},
{
"type": "Feature",
"properties": {
"id": 264,
"label": "30044",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58224,
45.45691
]
}
},
{
"type": "Feature",
"properties": {
"id": 285,
"label": "30111",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54025,
45.58962
]
}
},
{
"type": "Feature",
"properties": {
"id": 290,
"label": "30126",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.49219,
45.65727
]
}
},
{
"type": "Feature",
"properties": {
"id": 299,
"label": "30147",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56116,
45.65044
]
}
},
{
"type": "Feature",
"properties": {
"id": 303,
"label": "30153",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51608,
45.65564
]
}
},
{
"type": "Feature",
"properties": {
"id": 307,
"label": "30167",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.82129,
45.49567
]
}
},
{
"type": "Feature",
"properties": {
"id": 315,
"label": "30193",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6106,
45.61327
]
}
},
{
"type": "Feature",
"properties": {
"id": 317,
"label": "30195",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58377,
45.57618
]
}
},
{
"type": "Feature",
"properties": {
"id": 321,
"label": "30217",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53564,
45.54819
]
}
},
{
"type": "Feature",
"properties": {
"id": 328,
"label": "30243",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83208,
45.46112
]
}
},
{
"type": "Feature",
"properties": {
"id": 345,
"label": "30828",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53368,
45.54745
]
}
},
{
"type": "Feature",
"properties": {
"id": 368,
"label": "30882",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65097,
45.5844
]
}
},
{
"type": "Feature",
"properties": {
"id": 378,
"label": "31038",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58026,
45.49809
]
}
},
{
"type": "Feature",
"properties": {
"id": 388,
"label": "31058",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56643,
45.49928
]
}
},
{
"type": "Feature",
"properties": {
"id": 390,
"label": "31062",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66101,
45.47649
]
}
},
{
"type": "Feature",
"properties": {
"id": 392,
"label": "31072",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.49271,
45.67606
]
}
},
{
"type": "Feature",
"properties": {
"id": 400,
"label": "31101",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56985,
45.59738
]
}
},
{
"type": "Feature",
"properties": {
"id": 403,
"label": "31111",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83534,
45.46083
]
}
},
{
"type": "Feature",
"properties": {
"id": 405,
"label": "31117",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64662,
45.59041
]
}
},
{
"type": "Feature",
"properties": {
"id": 409,
"label": "31124",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62151,
45.4768
]
}
},
{
"type": "Feature",
"properties": {
"id": 417,
"label": "31146",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59482,
45.55051
]
}
},
{
"type": "Feature",
"properties": {
"id": 418,
"label": "31147",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57835,
45.51165
]
}
},
{
"type": "Feature",
"properties": {
"id": 420,
"label": "31151",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60555,
45.47716
]
}
},
{
"type": "Feature",
"properties": {
"id": 430,
"label": "31171",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.52525,
45.50621
]
}
},
{
"type": "Feature",
"properties": {
"id": 438,
"label": "31190",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61126,
45.53147
]
}
},
{
"type": "Feature",
"properties": {
"id": 452,
"label": "31228",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51292,
45.58124
]
}
},
{
"type": "Feature",
"properties": {
"id": 453,
"label": "31231",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54993,
45.53262
]
}
},
{
"type": "Feature",
"properties": {
"id": 454,
"label": "31232",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55987,
45.52517
]
}
},
{
"type": "Feature",
"properties": {
"id": 462,
"label": "31815",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56895,
45.50724
]
}
},
{
"type": "Feature",
"properties": {
"id": 473,
"label": "31839",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58106,
45.49635
]
}
},
{
"type": "Feature",
"properties": {
"id": 487,
"label": "32004",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59649,
45.49485
]
}
},
{
"type": "Feature",
"properties": {
"id": 488,
"label": "32006",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64503,
45.49138
]
}
},
{
"type": "Feature",
"properties": {
"id": 489,
"label": "32008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67135,
45.54944
]
}
},
{
"type": "Feature",
"properties": {
"id": 490,
"label": "32010",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68349,
45.5076
]
}
},
{
"type": "Feature",
"properties": {
"id": 491,
"label": "32011",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66386,
45.45869
]
}
},
{
"type": "Feature",
"properties": {
"id": 496,
"label": "32026",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61704,
45.62928
]
}
},
{
"type": "Feature",
"properties": {
"id": 498,
"label": "32030",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.8132,
45.51001
]
}
},
{
"type": "Feature",
"properties": {
"id": 499,
"label": "32801",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57317,
45.56047
]
}
},
{
"type": "Feature",
"properties": {
"id": 512,
"label": "33825",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62462,
45.53013
]
}
},
{
"type": "Feature",
"properties": {
"id": 513,
"label": "33827",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6054,
45.52363
]
}
},
{
"type": "Feature",
"properties": {
"id": 519,
"label": "33837",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60468,
45.49503
]
}
},
{
"type": "Feature",
"properties": {
"id": 524,
"label": "36008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51136,
45.65071
]
}
},
{
"type": "Feature",
"properties": {
"id": 525,
"label": "36009",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62936,
45.61564
]
}
},
{
"type": "Feature",
"properties": {
"id": 528,
"label": "36015",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67606,
45.50884
]
}
},
{
"type": "Feature",
"properties": {
"id": 540,
"label": "37010",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70754,
45.52213
]
}
},
{
"type": "Feature",
"properties": {
"id": 541,
"label": "37011",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62927,
45.46355
]
}
},
{
"type": "Feature",
"properties": {
"id": 554,
"label": "37047",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62086,
45.493
]
}
},
{
"type": "Feature",
"properties": {
"id": 556,
"label": "37055",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56362,
45.50638
]
}
},
{
"type": "Feature",
"properties": {
"id": 566,
"label": "37079",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61615,
45.4848
]
}
},
{
"type": "Feature",
"properties": {
"id": 567,
"label": "37080",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61989,
45.60677
]
}
},
{
"type": "Feature",
"properties": {
"id": 569,
"label": "37082",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70162,
45.47602
]
}
},
{
"type": "Feature",
"properties": {
"id": 578,
"label": "38011",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.52988,
45.60447
]
}
},
{
"type": "Feature",
"properties": {
"id": 580,
"label": "38016",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5585,
45.51225
]
}
},
{
"type": "Feature",
"properties": {
"id": 581,
"label": "38019",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
}
},
{
"type": "Feature",
"properties": {
"id": 586,
"label": "38037",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55174,
45.53334
]
}
},
{
"type": "Feature",
"properties": {
"id": 590,
"label": "38046",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62864,
45.47849
]
}
},
{
"type": "Feature",
"properties": {
"id": 596,
"label": "38058",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.75433,
45.49528
]
}
},
{
"type": "Feature",
"properties": {
"id": 603,
"label": "38074",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.77048,
45.4532
]
}
},
{
"type": "Feature",
"properties": {
"id": 613,
"label": "38094",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.51107
]
}
},
{
"type": "Feature",
"properties": {
"id": 615,
"label": "38097",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53029,
45.55657
]
}
},
{
"type": "Feature",
"properties": {
"id": 618,
"label": "39002",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60863,
45.46389
]
}
},
{
"type": "Feature",
"properties": {
"id": 620,
"label": "39008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66882,
45.44656
]
}
},
{
"type": "Feature",
"properties": {
"id": 623,
"label": "39014",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57314,
45.48806
]
}
},
{
"type": "Feature",
"properties": {
"id": 625,
"label": "39019",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53448,
45.52139
]
}
},
{
"type": "Feature",
"properties": {
"id": 646,
"label": "39064",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60055,
45.5861
]
}
},
{
"type": "Feature",
"properties": {
"id": 655,
"label": "39094",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67113,
45.46262
]
}
},
{
"type": "Feature",
"properties": {
"id": 656,
"label": "39096",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5677,
45.53293
]
}
},
{
"type": "Feature",
"properties": {
"id": 665,
"label": "39108",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63863,
45.48765
]
}
},
{
"type": "Feature",
"properties": {
"id": 666,
"label": "39112",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60241,
45.53292
]
}
},
{
"type": "Feature",
"properties": {
"id": 672,
"label": "39124",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54694,
45.57695
]
}
},
{
"type": "Feature",
"properties": {
"id": 827,
"label": "29149",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.75156,
45.45662
]
}
},
{
"type": "Feature",
"properties": {
"id": 833,
"label": "30196",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58789,
45.59712
]
}
},
{
"type": "Feature",
"properties": {
"id": 835,
"label": "30870",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67297,
45.5225
]
}
},
{
"type": "Feature",
"properties": {
"id": 851,
"label": "37012",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.71136,
45.52147
]
}
},
{
"type": "Feature",
"properties": {
"id": 854,
"label": "37045",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68402,
45.5141
]
}
},
{
"type": "Feature",
"properties": {
"id": 857,
"label": "38009",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59785,
45.54705
]
}
},
{
"type": "Feature",
"properties": {
"id": 858,
"label": "38021",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56755,
45.51672
]
}
},
{
"type": "Feature",
"properties": {
"id": 859,
"label": "38022",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5468,
45.5628
]
}
},
{
"type": "Feature",
"properties": {
"id": 860,
"label": "38039",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.78211,
45.45419
]
}
},
{
"type": "Feature",
"properties": {
"id": 1106,
"label": "37044",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62989,
45.51822
]
}
},
{
"type": "Feature",
"properties": {
"id": 1113,
"label": "31154",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56105,
45.49777
]
}
},
{
"type": "Feature",
"properties": {
"id": 1131,
"label": "37070",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68354,
45.52485
]
}
},
{
"type": "Feature",
"properties": {
"id": 1158,
"label": "39105",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56761,
45.59049
]
}
},
{
"type": "Feature",
"properties": {
"id": 1186,
"label": "31113",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65282,
45.55075
]
}
},
{
"type": "Feature",
"properties": {
"id": 1196,
"label": "30097",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63255,
45.41703
]
}
},
{
"type": "Feature",
"properties": {
"id": 1211,
"label": "28003",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.46278
]
}
},
{
"type": "Feature",
"properties": {
"id": 1223,
"label": "37050",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67002,
45.50649
]
}
},
{
"type": "Feature",
"properties": {
"id": 1234,
"label": "30110",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5248,
45.59336
]
}
},
{
"type": "Feature",
"properties": {
"id": 1262,
"label": "36002",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53238,
45.61303
]
}
},
{
"type": "Feature",
"properties": {
"id": 1265,
"label": "37093",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6902,
45.48673
]
}
},
{
"type": "Feature",
"properties": {
"id": 1289,
"label": "39023",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55707,
45.50015
]
}
},
{
"type": "Feature",
"properties": {
"id": 1294,
"label": "27536",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61034,
45.42595
]
}
},
{
"type": "Feature",
"properties": {
"id": 1302,
"label": "31140",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5528,
45.59763
]
}
},
{
"type": "Feature",
"properties": {
"id": 1337,
"label": "30176",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68784,
45.51031
]
}
},
{
"type": "Feature",
"properties": {
"id": 1441,
"label": "31150",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54776,
45.56993
]
}
},
{
"type": "Feature",
"properties": {
"id": 1486,
"label": "31198",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57234,
45.58277
]
}
},
{
"type": "Feature",
"properties": {
"id": 1491,
"label": "38093",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56104,
45.44841
]
}
},
{
"type": "Feature",
"properties": {
"id": 1496,
"label": "27527",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59917,
45.42731
]
}
},
{
"type": "Feature",
"properties": {
"id": 1519,
"label": "37025",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61012,
45.4959
]
}
},
{
"type": "Feature",
"properties": {
"id": 1531,
"label": "28081",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65022,
45.44273
]
}
},
{
"type": "Feature",
"properties": {
"id": 1538,
"label": "30026",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.93552,
45.40505
]
}
},
{
"type": "Feature",
"properties": {
"id": 1578,
"label": "29095",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62991,
45.43256
]
}
},
{
"type": "Feature",
"properties": {
"id": 1621,
"label": "37097",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.89178,
45.46498
]
}
},
{
"type": "Feature",
"properties": {
"id": 1656,
"label": "37032",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67755,
45.50412
]
}
},
{
"type": "Feature",
"properties": {
"id": 1688,
"label": "31193",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58045,
45.61755
]
}
},
{
"type": "Feature",
"properties": {
"id": 1695,
"label": "37017",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.82964,
45.46785
]
}
},
{
"type": "Feature",
"properties": {
"id": 1700,
"label": "39091",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83389,
45.42824
]
}
},
{
"type": "Feature",
"properties": {
"id": 1721,
"label": "31068",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56771,
45.59018
]
}
},
{
"type": "Feature",
"properties": {
"id": 1725,
"label": "31221",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.73402,
45.50355
]
}
},
{
"type": "Feature",
"properties": {
"id": 1745,
"label": "29021",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59602,
45.44573
]
}
},
{
"type": "Feature",
"properties": {
"id": 1750,
"label": "30172",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70989,
45.5256
]
}
},
{
"type": "Feature",
"properties": {
"id": 1763,
"label": "38079",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.89294,
45.45942
]
}
},
{
"type": "Feature",
"properties": {
"id": 1790,
"label": "30116",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.535,
45.59666
]
}
},
{
"type": "Feature",
"properties": {
"id": 1794,
"label": "30819",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.5868
]
}
},
{
"type": "Feature",
"properties": {
"id": 1804,
"label": "38014",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54829,
45.45255
]
}
},
{
"type": "Feature",
"properties": {
"id": 1837,
"label": "31177",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54949,
45.544
]
}
},
{
"type": "Feature",
"properties": {
"id": 1839,
"label": "31181",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57362,
45.5411
]
}
},
{
"type": "Feature",
"properties": {
"id": 1840,
"label": "31196",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56953,
45.59071
]
}
},
{
"type": "Feature",
"properties": {
"id": 1889,
"label": "29094",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58582,
45.48259
]
}
},
{
"type": "Feature",
"properties": {
"id": 1892,
"label": "29136",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70122,
45.44457
]
}
},
{
"type": "Feature",
"properties": {
"id": 1948,
"label": "38028",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54537,
45.59812
]
}
},
{
"type": "Feature",
"properties": {
"id": 1951,
"label": "39076",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58028,
45.61684
]
}
},
{
"type": "Feature",
"properties": {
"id": 1983,
"label": "38059",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.95672,
45.4053
]
}
},
{
"type": "Feature",
"properties": {
"id": 1998,
"label": "29122",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6142,
45.42556
]
}
},
{
"type": "Feature",
"properties": {
"id": 2058,
"label": "30214",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64,
45.50655
]
}
},
{
"type": "Feature",
"properties": {
"id": 2110,
"label": "30876",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62134,
45.61376
]
}
},
{
"type": "Feature",
"properties": {
"id": 2150,
"label": "37029",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60876,
45.47429
]
}
},
{
"type": "Feature",
"properties": {
"id": 2159,
"label": "39038",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53386,
45.52132
]
}
},
{
"type": "Feature",
"properties": {
"id": 2176,
"label": "39090",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6127,
45.53949
]
}
},
{
"type": "Feature",
"properties": {
"id": 2189,
"label": "36030",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53461,
45.59734
]
}
},
{
"type": "Feature",
"properties": {
"id": 2359,
"label": "36046",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57127,
45.6592
]
}
},
{
"type": "Feature",
"properties": {
"id": 2446,
"label": "37085",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60944,
45.48242
]
}
},
{
"type": "Feature",
"properties": {
"id": 2465,
"label": "28084",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59348,
45.43393
]
}
},
{
"type": "Feature",
"properties": {
"id": 2488,
"label": "37048",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70086,
45.49973
]
}
},
{
"type": "Feature",
"properties": {
"id": 2503,
"label": "31100",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57312,
45.57012
]
}
},
{
"type": "Feature",
"properties": {
"id": 2532,
"label": "37004",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62746,
45.4705
]
}
},
{
"type": "Feature",
"properties": {
"id": 2535,
"label": "31122",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57804,
45.55585
]
}
},
{
"type": "Feature",
"properties": {
"id": 2541,
"label": "30076",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57251,
45.45001
]
}
},
{
"type": "Feature",
"properties": {
"id": 2587,
"label": "38013",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53598,
45.52148
]
}
},
{
"type": "Feature",
"properties": {
"id": 2613,
"label": "38029",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56184,
45.5018
]
}
},
{
"type": "Feature",
"properties": {
"id": 2640,
"label": "37020",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6039,
45.53552
]
}
},
{
"type": "Feature",
"properties": {
"id": 2651,
"label": "29084",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55824,
45.48494
]
}
},
{
"type": "Feature",
"properties": {
"id": 2652,
"label": "32013",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6358,
45.60128
]
}
},
{
"type": "Feature",
"properties": {
"id": 2690,
"label": "29119",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57397,
45.48367
]
}
},
{
"type": "Feature",
"properties": {
"id": 2693,
"label": "30142",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.49882,
45.64594
]
}
},
{
"type": "Feature",
"properties": {
"id": 2703,
"label": "37104",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62067,
45.47797
]
}
},
{
"type": "Feature",
"properties": {
"id": 2711,
"label": "30237",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.79158,
45.47735
]
}
},
{
"type": "Feature",
"properties": {
"id": 2715,
"label": "37016",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.82806,
45.46672
]
}
},
{
"type": "Feature",
"properties": {
"id": 2722,
"label": "38041",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66782,
45.5437
]
}
},
{
"type": "Feature",
"properties": {
"id": 2738,
"label": "37052",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63816,
45.54576
]
}
},
{
"type": "Feature",
"properties": {
"id": 2745,
"label": "39093",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51911,
45.5916
]
}
},
{
"type": "Feature",
"properties": {
"id": 2762,
"label": "30865",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68086,
45.51557
]
}
},
{
"type": "Feature",
"properties": {
"id": 2770,
"label": "30180",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70343,
45.53019
]
}
},
{
"type": "Feature",
"properties": {
"id": 2774,
"label": "37101",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62537,
45.51522
]
}
},
{
"type": "Feature",
"properties": {
"id": 2776,
"label": "32007",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59325,
45.56518
]
}
},
{
"type": "Feature",
"properties": {
"id": 2784,
"label": "30880",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65004,
45.58382
]
}
},
{
"type": "Feature",
"properties": {
"id": 2785,
"label": "37051",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6628,
45.52105
]
}
},
{
"type": "Feature",
"properties": {
"id": 2796,
"label": "30137",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53258,
45.60074
]
}
},
{
"type": "Feature",
"properties": {
"id": 2817,
"label": "33823",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62495,
45.49752
]
}
},
{
"type": "Feature",
"properties": {
"id": 2824,
"label": "31832",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58638,
45.5551
]
}
},
{
"type": "Feature",
"properties": {
"id": 2828,
"label": "31200",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56,
45.53849
]
}
},
{
"type": "Feature",
"properties": {
"id": 2861,
"label": "30872",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64543,
45.56861
]
}
},
{
"type": "Feature",
"properties": {
"id": 2869,
"label": "30834",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53361,
45.54756
]
}
},
{
"type": "Feature",
"properties": {
"id": 2879,
"label": "31022",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.69212,
45.5393
]
}
},
{
"type": "Feature",
"properties": {
"id": 2932,
"label": "30067",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57393,
45.54965
]
}
},
{
"type": "Feature",
"properties": {
"id": 2934,
"label": "31083",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5128,
45.64711
]
}
},
{
"type": "Feature",
"properties": {
"id": 2949,
"label": "39001",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
}
},
{
"type": "Feature",
"properties": {
"id": 2957,
"label": "29111",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58869,
45.4762
]
}
},
{
"type": "Feature",
"properties": {
"id": 2961,
"label": "29148",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57091,
45.45684
]
}
},
{
"type": "Feature",
"properties": {
"id": 2962,
"label": "38035",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56756,
45.57615
]
}
},
{
"type": "Feature",
"properties": {
"id": 2978,
"label": "30159",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.50188,
45.66163
]
}
},
{
"type": "Feature",
"properties": {
"id": 2992,
"label": "32019",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59965,
45.55986
]
}
},
{
"type": "Feature",
"properties": {
"id": 2995,
"label": "30028",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56286,
45.46769
]
}
},
{
"type": "Feature",
"properties": {
"id": 2996,
"label": "30181",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66701,
45.49383
]
}
},
{
"type": "Feature",
"properties": {
"id": 2998,
"label": "30093",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55357,
45.5542
]
}
},
{
"type": "Feature",
"properties": {
"id": 3004,
"label": "33824",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58161,
45.51334
]
}
},
{
"type": "Feature",
"properties": {
"id": 3010,
"label": "31179",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53115,
45.5188
]
}
},
{
"type": "Feature",
"properties": {
"id": 3027,
"label": "39135",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.48012,
45.70137
]
}
},
{
"type": "Feature",
"properties": {
"id": 3040,
"label": "27529",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58572,
45.48998
]
}
},
{
"type": "Feature",
"properties": {
"id": 3043,
"label": "28046",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59213,
45.48773
]
}
},
{
"type": "Feature",
"properties": {
"id": 3077,
"label": "30238",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54482,
45.57976
]
}
},
{
"type": "Feature",
"properties": {
"id": 3090,
"label": "30095",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.85728,
45.48616
]
}
},
{
"type": "Feature",
"properties": {
"id": 3104,
"label": "29108",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57274,
45.47449
]
}
},
{
"type": "Feature",
"properties": {
"id": 3105,
"label": "29015",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55255,
45.47839
]
}
},
{
"type": "Feature",
"properties": {
"id": 3117,
"label": "40008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.84676,
45.43471
]
}
},
{
"type": "Feature",
"properties": {
"id": 3119,
"label": "40005",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64691,
45.4419
]
}
},
{
"type": "Feature",
"properties": {
"id": 3129,
"label": "40032",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54257,
45.58268
]
}
},
{
"type": "Feature",
"properties": {
"id": 3143,
"label": "29851",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63969,
45.5707
]
}
},
{
"type": "Feature",
"properties": {
"id": 3150,
"label": "31001",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58189,
45.48844
]
}
},
{
"type": "Feature",
"properties": {
"id": 3160,
"label": "40034",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66528,
45.53569
]
}
},
{
"type": "Feature",
"properties": {
"id": 3167,
"label": "31110",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66742,
45.55688
]
}
},
{
"type": "Feature",
"properties": {
"id": 3170,
"label": "30200",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53573,
45.59696
]
}
},
{
"type": "Feature",
"properties": {
"id": 3172,
"label": "40031",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57232,
45.51827
]
}
},
{
"type": "Feature",
"properties": {
"id": 3175,
"label": "32001",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53419,
45.5965
]
}
},
{
"type": "Feature",
"properties": {
"id": 3194,
"label": "40007",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.86678,
45.43671
]
}
},
{
"type": "Feature",
"properties": {
"id": 3199,
"label": "30199",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.51033,
45.65279
]
}
},
{
"type": "Feature",
"properties": {
"id": 3213,
"label": "37092",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64117,
45.45536
]
}
},
{
"type": "Feature",
"properties": {
"id": 3224,
"label": "40048",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61436,
45.53846
]
}
},
{
"type": "Feature",
"properties": {
"id": 3242,
"label": "40042",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58875,
45.55222
]
}
},
{
"type": "Feature",
"properties": {
"id": 3243,
"label": "40049",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62414,
45.50966
]
}
},
{
"type": "Feature",
"properties": {
"id": 3260,
"label": "40035",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61971,
45.54564
]
}
},
{
"type": "Feature",
"properties": {
"id": 3267,
"label": "40055",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61167,
45.537
]
}
},
{
"type": "Feature",
"properties": {
"id": 3293,
"label": "40047",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62822,
45.50558
]
}
},
{
"type": "Feature",
"properties": {
"id": 3297,
"label": "40059",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58914,
45.54316
]
}
},
{
"type": "Feature",
"properties": {
"id": 3304,
"label": "40010",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58035,
45.48335
]
}
},
{
"type": "Feature",
"properties": {
"id": 3321,
"label": "37007",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63834,
45.54556
]
}
},
{
"type": "Feature",
"properties": {
"id": 3327,
"label": "40050",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83693,
45.45962
]
}
},
{
"type": "Feature",
"properties": {
"id": 3344,
"label": "37027",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66815,
45.55548
]
}
},
{
"type": "Feature",
"properties": {
"id": 3348,
"label": "29114",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58154,
45.45612
]
}
},
{
"type": "Feature",
"properties": {
"id": 3360,
"label": "30239",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.7346,
45.52278
]
}
},
{
"type": "Feature",
"properties": {
"id": 3381,
"label": "31073",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59658,
45.63792
]
}
},
{
"type": "Feature",
"properties": {
"id": 7093,
"label": "31064",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55338,
45.60525
]
}
},
{
"type": "Feature",
"properties": {
"id": 7099,
"label": "29032",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59256,
45.44536
]
}
},
{
"type": "Feature",
"properties": {
"id": 7106,
"label": "28088",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64172,
45.45113
]
}
},
{
"type": "Feature",
"properties": {
"id": 7110,
"label": "37003",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66311,
45.52114
]
}
},
{
"type": "Feature",
"properties": {
"id": 7297,
"label": "31009",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56125,
45.50867
]
}
},
{
"type": "Feature",
"properties": {
"id": 7416,
"label": "40117",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.84587,
45.43116
]
}
},
{
"type": "Feature",
"properties": {
"id": 7417,
"label": "40101",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.80173,
45.49484
]
}
},
{
"type": "Feature",
"properties": {
"id": 7424,
"label": "40070",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56718,
45.4798
]
}
},
{
"type": "Feature",
"properties": {
"id": 7426,
"label": "40106",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.79874,
45.48782
]
}
},
{
"type": "Feature",
"properties": {
"id": 7807,
"label": "40085",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5616,
45.50123
]
}
},
{
"type": "Feature",
"properties": {
"id": 7829,
"label": "40110",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6626,
45.4389
]
}
},
{
"type": "Feature",
"properties": {
"id": 7887,
"label": "40062",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63765,
45.45327
]
}
},
{
"type": "Feature",
"properties": {
"id": 7995,
"label": "40069",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57568,
45.46318
]
}
},
{
"type": "Feature",
"properties": {
"id": 8415,
"label": "40099",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83709,
45.45954
]
}
},
{
"type": "Feature",
"properties": {
"id": 8487,
"label": "40083",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56361,
45.4628
]
}
},
{
"type": "Feature",
"properties": {
"id": 8602,
"label": "40075",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62791,
45.44311
]
}
},
{
"type": "Feature",
"properties": {
"id": 8630,
"label": "40077",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68562,
45.44471
]
}
},
{
"type": "Feature",
"properties": {
"id": 8634,
"label": "40071",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66824,
45.47084
]
}
},
{
"type": "Feature",
"properties": {
"id": 8732,
"label": "30063",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63138,
45.48121
]
}
},
{
"type": "Feature",
"properties": {
"id": 8766,
"label": "40113",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83472,
45.46479
]
}
},
{
"type": "Feature",
"properties": {
"id": 8767,
"label": "40072",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5709,
45.49801
]
}
},
{
"type": "Feature",
"properties": {
"id": 8850,
"label": "40082",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59293,
45.46948
]
}
},
{
"type": "Feature",
"properties": {
"id": 8860,
"label": "31182",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54327,
45.55363
]
}
},
{
"type": "Feature",
"properties": {
"id": 8893,
"label": "40105",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59129,
45.51764
]
}
},
{
"type": "Feature",
"properties": {
"id": 8894,
"label": "40076",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60423,
45.44664
]
}
},
{
"type": "Feature",
"properties": {
"id": 8897,
"label": "40068",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68033,
45.44333
]
}
},
{
"type": "Feature",
"properties": {
"id": 9082,
"label": "40157",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.76671,
45.44026
]
}
},
{
"type": "Feature",
"properties": {
"id": 9098,
"label": "40133",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.8353,
45.46078
]
}
},
{
"type": "Feature",
"properties": {
"id": 9099,
"label": "40178",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.69555,
45.48298
]
}
},
{
"type": "Feature",
"properties": {
"id": 9203,
"label": "40124",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57439,
45.53944
]
}
},
{
"type": "Feature",
"properties": {
"id": 9205,
"label": "40129",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.81469,
45.51093
]
}
},
{
"type": "Feature",
"properties": {
"id": 9208,
"label": "40134",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66862,
45.50336
]
}
},
{
"type": "Feature",
"properties": {
"id": 9209,
"label": "40135",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.71778,
45.5307
]
}
},
{
"type": "Feature",
"properties": {
"id": 9214,
"label": "40144",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.90433,
45.43781
]
}
},
{
"type": "Feature",
"properties": {
"id": 9222,
"label": "40159",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.73341,
45.50313
]
}
},
{
"type": "Feature",
"properties": {
"id": 9224,
"label": "40164",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5814,
45.53329
]
}
},
{
"type": "Feature",
"properties": {
"id": 9230,
"label": "40181",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.86508,
45.49502
]
}
},
{
"type": "Feature",
"properties": {
"id": 9232,
"label": "40185",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60445,
45.44646
]
}
},
{
"type": "Feature",
"properties": {
"id": 9238,
"label": "40197",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.68392,
45.51394
]
}
},
{
"type": "Feature",
"properties": {
"id": 9239,
"label": "40200",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61513,
45.50738
]
}
},
{
"type": "Feature",
"properties": {
"id": 9241,
"label": "40205",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.78216,
45.46027
]
}
},
{
"type": "Feature",
"properties": {
"id": 9242,
"label": "40213",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.87335,
45.47107
]
}
},
{
"type": "Feature",
"properties": {
"id": 9244,
"label": "40202",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.79097,
45.47158
]
}
},
{
"type": "Feature",
"properties": {
"id": 9245,
"label": "40152",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.80888,
45.51087
]
}
},
{
"type": "Feature",
"properties": {
"id": 9249,
"label": "40123",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.78845,
45.44804
]
}
},
{
"type": "Feature",
"properties": {
"id": 9260,
"label": "40196",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59031,
45.44669
]
}
},
{
"type": "Feature",
"properties": {
"id": 9262,
"label": "40174",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83697,
45.45936
]
}
},
{
"type": "Feature",
"properties": {
"id": 9263,
"label": "40217",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55779,
45.48485
]
}
},
{
"type": "Feature",
"properties": {
"id": 9269,
"label": "40212",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.9287,
45.40536
]
}
},
{
"type": "Feature",
"properties": {
"id": 9275,
"label": "40226",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74365,
45.44748
]
}
},
{
"type": "Feature",
"properties": {
"id": 9276,
"label": "40227",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60355,
45.47413
]
}
},
{
"type": "Feature",
"properties": {
"id": 9284,
"label": "40211",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.78986,
45.48447
]
}
},
{
"type": "Feature",
"properties": {
"id": 9286,
"label": "40208",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.79237,
45.46179
]
}
},
{
"type": "Feature",
"properties": {
"id": 9290,
"label": "40228",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59386,
45.45275
]
}
},
{
"type": "Feature",
"properties": {
"id": 9292,
"label": "40234",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63862,
45.42928
]
}
},
{
"type": "Feature",
"properties": {
"id": 9298,
"label": "40201",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67941,
45.53817
]
}
},
{
"type": "Feature",
"properties": {
"id": 9302,
"label": "40165",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66849,
45.50965
]
}
},
{
"type": "Feature",
"properties": {
"id": 9303,
"label": "40206",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74256,
45.4475
]
}
},
{
"type": "Feature",
"properties": {
"id": 9306,
"label": "40146",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83678,
45.45998
]
}
},
{
"type": "Feature",
"properties": {
"id": 9317,
"label": "40231",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64775,
45.43338
]
}
},
{
"type": "Feature",
"properties": {
"id": 9318,
"label": "40248",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65533,
45.46125
]
}
},
{
"type": "Feature",
"properties": {
"id": 9325,
"label": "40170",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.83717,
45.45979
]
}
},
{
"type": "Feature",
"properties": {
"id": 9330,
"label": "40239",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61848,
45.46311
]
}
},
{
"type": "Feature",
"properties": {
"id": 9335,
"label": "40232",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61823,
45.42314
]
}
},
{
"type": "Feature",
"properties": {
"id": 9336,
"label": "40240",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56212,
45.50145
]
}
},
{
"type": "Feature",
"properties": {
"id": 9339,
"label": "40112",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.86134,
45.48069
]
}
},
{
"type": "Feature",
"properties": {
"id": 9352,
"label": "40244",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61242,
45.42442
]
}
},
{
"type": "Feature",
"properties": {
"id": 10672,
"label": "41005",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59821,
45.55898
]
}
},
{
"type": "Feature",
"properties": {
"id": 10685,
"label": "41021",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.58271,
45.53852
]
}
},
{
"type": "Feature",
"properties": {
"id": 10709,
"label": "41002",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61136,
45.4933
]
}
},
{
"type": "Feature",
"properties": {
"id": 10734,
"label": "41025",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.81303,
45.51022
]
}
},
{
"type": "Feature",
"properties": {
"id": 10735,
"label": "41033",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64758,
45.45937
]
}
},
{
"type": "Feature",
"properties": {
"id": 10747,
"label": "41041",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.78304,
45.45715
]
}
},
{
"type": "Feature",
"properties": {
"id": 10781,
"label": "41006",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.79527,
45.48259
]
}
},
{
"type": "Feature",
"properties": {
"id": 10795,
"label": "41049",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57995,
45.56258
]
}
},
{
"type": "Feature",
"properties": {
"id": 10800,
"label": "41027",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.50411
]
}
},
{
"type": "Feature",
"properties": {
"id": 10807,
"label": "41053",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66864,
45.55428
]
}
},
{
"type": "Feature",
"properties": {
"id": 10813,
"label": "41052",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63296,
45.53608
]
}
},
{
"type": "Feature",
"properties": {
"id": 10869,
"label": "41035",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.75706,
45.44201
]
}
},
{
"type": "Feature",
"properties": {
"id": 10875,
"label": "41055",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61913,
45.5531
]
}
},
{
"type": "Feature",
"properties": {
"id": 10877,
"label": "41048",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
}
},
{
"type": "Feature",
"properties": {
"id": 10881,
"label": "41064",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61294,
45.60897
]
}
},
{
"type": "Feature",
"properties": {
"id": 10884,
"label": "41069",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
}
},
{
"type": "Feature",
"properties": {
"id": 10894,
"label": "41074",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.55539,
45.55495
]
}
},
{
"type": "Feature",
"properties": {
"id": 10895,
"label": "41066",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.56519,
45.51052
]
}
},
{
"type": "Feature",
"properties": {
"id": 10911,
"label": "41068",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65783,
45.53368
]
}
},
{
"type": "Feature",
"properties": {
"id": 10937,
"label": "41036",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57389,
45.5266
]
}
},
{
"type": "Feature",
"properties": {
"id": 11048,
"label": "41106",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61346,
45.53247
]
}
},
{
"type": "Feature",
"properties": {
"id": 11051,
"label": "41111",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64931,
45.59159
]
}
},
{
"type": "Feature",
"properties": {
"id": 11054,
"label": "41095",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65083,
45.5823
]
}
},
{
"type": "Feature",
"properties": {
"id": 11058,
"label": "41087",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60036,
45.6246
]
}
},
{
"type": "Feature",
"properties": {
"id": 11059,
"label": "41104",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64821,
45.54306
]
}
},
{
"type": "Feature",
"properties": {
"id": 11063,
"label": "41100",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57762,
45.53434
]
}
},
{
"type": "Feature",
"properties": {
"id": 11068,
"label": "41124",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.59372
]
}
},
{
"type": "Feature",
"properties": {
"id": 11083,
"label": "41128",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66719,
45.55605
]
}
},
{
"type": "Feature",
"properties": {
"id": 11098,
"label": "41097",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53845,
45.66131
]
}
},
{
"type": "Feature",
"properties": {
"id": 11102,
"label": "41092",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.7188,
45.53158
]
}
},
{
"type": "Feature",
"properties": {
"id": 11143,
"label": "41080",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59722,
45.53127
]
}
},
{
"type": "Feature",
"properties": {
"id": 11159,
"label": "41126",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64697,
45.59031
]
}
},
{
"type": "Feature",
"properties": {
"id": 11161,
"label": "41101",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61523,
45.62756
]
}
},
{
"type": "Feature",
"properties": {
"id": 11171,
"label": "41084",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5871,
45.51874
]
}
},
{
"type": "Feature",
"properties": {
"id": 12375,
"label": "41083",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.74143,
45.52011
]
}
},
{
"type": "Feature",
"properties": {
"id": 12444,
"label": "42028",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63251,
45.59339
]
}
},
{
"type": "Feature",
"properties": {
"id": 12461,
"label": "42001",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66729,
45.55586
]
}
},
{
"type": "Feature",
"properties": {
"id": 12612,
"label": "42008",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.54382,
45.67036
]
}
},
{
"type": "Feature",
"properties": {
"id": 12619,
"label": "42002",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65726,
45.57293
]
}
},
{
"type": "Feature",
"properties": {
"id": 12636,
"label": "42020",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.66321,
45.53985
]
}
},
{
"type": "Feature",
"properties": {
"id": 12640,
"label": "42035",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.64194,
45.5476
]
}
},
{
"type": "Feature",
"properties": {
"id": 12651,
"label": "42021",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.65623,
45.55057
]
}
},
{
"type": "Feature",
"properties": {
"id": 12654,
"label": "42042",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.62628,
45.554
]
}
},
{
"type": "Feature",
"properties": {
"id": 12656,
"label": "42040",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53353,
45.54768
]
}
},
{
"type": "Feature",
"properties": {
"id": 12660,
"label": "42011",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.81327,
45.51027
]
}
},
{
"type": "Feature",
"properties": {
"id": 12673,
"label": "42023",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.53846,
45.66131
]
}
},
{
"type": "Feature",
"properties": {
"id": 12675,
"label": "42039",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.61568,
45.57735
]
}
},
{
"type": "Feature",
"properties": {
"id": 12676,
"label": "42046",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.67092,
45.55034
]
}
},
{
"type": "Feature",
"properties": {
"id": 12682,
"label": "42026",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.60546,
45.63398
]
}
},
{
"type": "Feature",
"properties": {
"id": 12720,
"label": "42041",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57044,
45.65937
]
}
},
{
"type": "Feature",
"properties": {
"id": 12733,
"label": "42036",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5642,
45.6587
]
}
},
{
"type": "Feature",
"properties": {
"id": 12748,
"label": "42006",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.71037,
45.53856
]
}
},
{
"type": "Feature",
"properties": {
"id": 12756,
"label": "42005",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57761,
45.59928
]
}
},
{
"type": "Feature",
"properties": {
"id": 12761,
"label": "42034",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.63913,
45.57607
]
}
},
{
"type": "Feature",
"properties": {
"id": 12826,
"label": "31237",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.57024,
45.49894
]
}
},
{
"type": "Feature",
"properties": {
"id": 2928930,
"label": "44016",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.59663,
45.47311
]
}
},
{
"type": "Feature",
"properties": {
"id": 2929150,
"label": "44032",
"marker-symbol": "tt-stm-bus"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.5811,
45.48244
]
}
}
]
}
}
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
x-ratelimit-limit: 141
x-ratelimit-remaining: 137
content-language: en
access-control-allow-origin: https://www.transittracker.ca
vary: Origin
access-control-allow-credentials: true
access-control-expose-headers: ETag
set-cookie: XSRF-TOKEN=eyJpdiI6IjRxditLS0RScTJUTmxoY0syYkQxZXc9PSIsInZhbHVlIjoiVVNRenRacGIwQ0FTUXhLcFp5MjZzeTI1VjJ4WjBRK3BKMlY4U2VDVU9JOURhc2R5ZTU4cVhEaStFb09QWXJGRy9HNlNocDdCa2RKOU9tTjViWS9QcGhURStqT3NCZ3N6S3BTOC9lTjNrRWI2ZWtEd1diMkFEY29aclJMdmJRQWoiLCJtYWMiOiIxMDEzZDU4NzU0MTdkYjdiM2YxNmQ5MTA3ODVjNDAxMmRkYWQ2MDE5ZTI0ZWJkNGM0ZTJjMTM3ZTkzY2JjMDBkIiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:25 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; samesite=lax; transit_tracker_session=eyJpdiI6IklKazc3aFVBaHROMkFGM2xVMEJab3c9PSIsInZhbHVlIjoiaHk0aGhUNkJzaFV1bHMyY294TzA4ZlQyVTVyV3I4MWN0SzhxSmtQZHBCaGJoV2lDMHJ1Z3FhWkJnL3ZvanVTRHRiRkVoT0wvUlg1QTFOblhmUzg4WDBPUUhSTXhxdzRlNXJCRndqQnJCYnBUQjYycG9DdjcycjB6OTVNcHZyUDUiLCJtYWMiOiJjN2EzOWE4ZmI0NTJmOTQ1MDU2MDgzYmQyNTNkOWI0OWIxZDdlMmMxMGI1OGYzNDIwYmQ3MDI4MmQ1YzA4NWZiIiwidGFnIjoiIn0%3D; expires=Mon, 20 Jul 2026 03:28:25 GMT; Max-Age=7200; path=/; domain=.transittracker.ca; secure; httponly; samesite=lax
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74046,
45.4476
]
},
"properties": {
"trip": {
"id": "295770326",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "211_17"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27533",
"label": "27533",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 275,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 114
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61442,
45.4654
]
},
"properties": {
"trip": {
"id": "295769243",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "104_12"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29017",
"label": "29017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 220,
"odometer": 0,
"speed": 16
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54443,
45.46946
]
},
"properties": {
"trip": {
"id": "295768395",
"shortName": null,
"headsign": "Sud",
"startTime": "21:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "12_2"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29019",
"label": "29019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 260,
"odometer": 0,
"speed": 33
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 174
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57275,
45.49995
]
},
"properties": {
"trip": {
"id": "295768917",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29064",
"label": "29064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 309,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 189
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5611,
45.4484
]
},
"properties": {
"trip": {
"id": "295768533",
"shortName": null,
"headsign": "Nord",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "12_1"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29075",
"label": "29075",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 194
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64374,
45.41785
]
},
"properties": {
"trip": {
"id": "295769338",
"shortName": null,
"headsign": "Est",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "110_19"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29080",
"label": "29080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 20,
"odometer": 0,
"speed": 23
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 197
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.44767
]
},
"properties": {
"trip": {
"id": "295770150",
"shortName": null,
"headsign": "Est",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "411_5"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29090",
"label": "29090",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 242,
"odometer": 0,
"speed": 26
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 203
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5809,
45.49742
]
},
"properties": {
"trip": {
"id": "296847713",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "144_1"
},
"route": {
"id": "144",
"shortName": "144",
"longName": "Avenue des Pins",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29098",
"label": "29098",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 207
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65414,
45.4344
]
},
"properties": {
"trip": {
"id": "295770347",
"shortName": null,
"headsign": "Est",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "195_4"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29103",
"label": "29103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 235,
"odometer": 0,
"speed": 31
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 208
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57209,
45.5043
]
},
"properties": {
"trip": {
"id": "295768552",
"shortName": null,
"headsign": "Est",
"startTime": "20:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29120",
"label": "29120",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 305,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510761,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 212
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72233,
45.44043
]
},
"properties": {
"trip": {
"id": "295768514",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29133",
"label": "29133",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 117,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 217
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68092,
45.43586
]
},
"properties": {
"trip": {
"id": "295769160",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "496_1"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29147",
"label": "29147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 79,
"odometer": 0,
"speed": 29
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 226
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65595,
45.44236
]
},
"properties": {
"trip": {
"id": "296710183",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29150",
"label": "29150",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 287,
"odometer": 0,
"speed": 75
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 227
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58653,
45.52648
]
},
"properties": {
"trip": {
"id": "296278538",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30006",
"label": "30006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 222,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 259
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61884,
45.44136
]
},
"properties": {
"trip": {
"id": "295769737",
"shortName": null,
"headsign": "Est",
"startTime": "20:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "110_19"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30043",
"label": "30043",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 52,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 67,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 263
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58224,
45.45691
]
},
"properties": {
"trip": {
"id": "295770370",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "112_14"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30044",
"label": "30044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 70,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 264
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54025,
45.58962
]
},
"properties": {
"trip": {
"id": "296392737",
"shortName": null,
"headsign": "Nord",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "44_1"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Armand-Bombardier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30111",
"label": "30111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 285
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49219,
45.65727
]
},
"properties": {
"trip": {
"id": "296392967",
"shortName": null,
"headsign": "Est",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "189_1"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30126",
"label": "30126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 290
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56116,
45.65044
]
},
"properties": {
"trip": {
"id": "296392806",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30147",
"label": "30147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 95,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 299
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51608,
45.65564
]
},
"properties": {
"trip": {
"id": "296392822",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30153",
"label": "30153",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 12,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 303
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82129,
45.49567
]
},
"properties": {
"trip": {
"id": "301362575",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "206_6"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30167",
"label": "30167",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 154,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 307
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6106,
45.61327
]
},
"properties": {
"trip": {
"id": "296392319",
"shortName": null,
"headsign": "Nord",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "33_4"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30193",
"label": "30193",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 315
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58377,
45.57618
]
},
"properties": {
"trip": {
"id": "296393255",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "814_1"
},
"route": {
"id": "814",
"shortName": "814",
"longName": "Jean-Talon Est / Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30195",
"label": "30195",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 317
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53564,
45.54819
]
},
"properties": {
"trip": {
"id": "295863250",
"shortName": null,
"headsign": "Nord",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30217",
"label": "30217",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 296,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 321
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83208,
45.46112
]
},
"properties": {
"trip": {
"id": "301362888",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "230_6"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30243",
"label": "30243",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 72
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 328
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53368,
45.54745
]
},
"properties": {
"trip": {
"id": "295864421",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30828",
"label": "30828",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 345
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65097,
45.5844
]
},
"properties": {
"trip": {
"id": "295863766",
"shortName": null,
"headsign": "Sud",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "67_1"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30882",
"label": "30882",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 368
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58026,
45.49809
]
},
"properties": {
"trip": {
"id": "296294178",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "24_2"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31038",
"label": "31038",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 211,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 378
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56643,
45.49928
]
},
"properties": {
"trip": {
"id": "296294495",
"shortName": null,
"headsign": "Sud via Wellington / Bridge",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "74_1"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "Bridge",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31058",
"label": "31058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 388
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66101,
45.47649
]
},
"properties": {
"trip": {
"id": "296709462",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "162_2"
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31062",
"label": "31062",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510380,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 390
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49271,
45.67606
]
},
"properties": {
"trip": {
"id": "296393115",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:17:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "189_2"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31072",
"label": "31072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 188,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510708,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 392
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56985,
45.59738
]
},
"properties": {
"trip": {
"id": "296848428",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "95_2"
},
"route": {
"id": "95",
"shortName": "95",
"longName": "Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31101",
"label": "31101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 296,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 400
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83534,
45.46083
]
},
"properties": {
"trip": {
"id": "301362678",
"shortName": null,
"headsign": "Est",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "230_5"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31111",
"label": "31111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 403
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64662,
45.59041
]
},
"properties": {
"trip": {
"id": "295863066",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "43_2"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31117",
"label": "31117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 405
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62151,
45.4768
]
},
"properties": {
"trip": {
"id": "301362522",
"shortName": null,
"headsign": "Nord",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "17_12"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Décarie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31124",
"label": "31124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 409
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59482,
45.55051
]
},
"properties": {
"trip": {
"id": "296294615",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "94_1"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31146",
"label": "31146",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 417
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57835,
45.51165
]
},
"properties": {
"trip": {
"id": "296848362",
"shortName": null,
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "129_29"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31147",
"label": "31147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 418
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60555,
45.47716
]
},
"properties": {
"trip": {
"id": "296294229",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "24_1"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31151",
"label": "31151",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 420
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52525,
45.50621
]
},
"properties": {
"trip": {
"id": "296295728",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "777_2"
},
"route": {
"id": "777",
"shortName": "777",
"longName": "Jean-Drapeau / Casino / Bonaventure",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31171",
"label": "31171",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 211,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 430
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61126,
45.53147
]
},
"properties": {
"trip": {
"id": "296848302",
"shortName": null,
"headsign": "Est",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31190",
"label": "31190",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 438
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51292,
45.58124
]
},
"properties": {
"trip": {
"id": "296294147",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "22_2"
},
"route": {
"id": "22",
"shortName": "22",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31228",
"label": "31228",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 452
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54993,
45.53262
]
},
"properties": {
"trip": {
"id": "296295208",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "185_1"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31231",
"label": "31231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510604,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 453
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55987,
45.52517
]
},
"properties": {
"trip": {
"id": "296294692",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "125_1"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31232",
"label": "31232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 454
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56895,
45.50724
]
},
"properties": {
"trip": {
"id": "296708614",
"shortName": null,
"headsign": "Sud",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "80_1"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31815",
"label": "31815",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 462
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58106,
45.49635
]
},
"properties": {
"trip": {
"id": "296709659",
"shortName": null,
"headsign": "Nord",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "165_2"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31839",
"label": "31839",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 473
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59649,
45.49485
]
},
"properties": {
"trip": {
"id": "296847895",
"shortName": null,
"headsign": "Sud",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "66_3"
},
"route": {
"id": "66",
"shortName": "66",
"longName": "The Boulevard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32004",
"label": "32004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 38,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 487
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64503,
45.49138
]
},
"properties": {
"trip": {
"id": "296709100",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "160_16"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32006",
"label": "32006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 488
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67135,
45.54944
]
},
"properties": {
"trip": {
"id": "296708579",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32008",
"label": "32008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 23,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 489
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68349,
45.5076
]
},
"properties": {
"trip": {
"id": "296707694",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "16_1"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Graham",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32010",
"label": "32010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 490
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66386,
45.45869
]
},
"properties": {
"trip": {
"id": "296708941",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "103_2"
},
"route": {
"id": "103",
"shortName": "103",
"longName": "Monkland",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32011",
"label": "32011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 94,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 491
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61704,
45.62928
]
},
"properties": {
"trip": {
"id": "296392985",
"shortName": null,
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "33_3"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32026",
"label": "32026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325,
"odometer": 0,
"speed": 29
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 496
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8132,
45.51001
]
},
"properties": {
"trip": {
"id": "301363241",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32030",
"label": "32030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 264,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 498
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57317,
45.56047
]
},
"properties": {
"trip": {
"id": "295864556",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32801",
"label": "32801",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 22
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 499
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62462,
45.53013
]
},
"properties": {
"trip": {
"id": "296708679",
"shortName": null,
"headsign": "Sud",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "80_1"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33825",
"label": "33825",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 512
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6054,
45.52363
]
},
"properties": {
"trip": {
"id": "296708685",
"shortName": null,
"headsign": "Nord",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "80_2"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33827",
"label": "33827",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 513
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60468,
45.49503
]
},
"properties": {
"trip": {
"id": "296709706",
"shortName": null,
"headsign": "Sud",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "165_1"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33837",
"label": "33837",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 519
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51136,
45.65071
]
},
"properties": {
"trip": {
"id": "296392162",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "186_1"
},
"route": {
"id": "186",
"shortName": "186",
"longName": "Sherbrooke-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36008",
"label": "36008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13,
"odometer": 0,
"speed": 50
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 524
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62936,
45.61564
]
},
"properties": {
"trip": {
"id": "296392872",
"shortName": null,
"headsign": "Sud",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "32_3"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36009",
"label": "36009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 525
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67606,
45.50884
]
},
"properties": {
"trip": {
"id": "296709291",
"shortName": null,
"headsign": "Nord",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "128_23"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36015",
"label": "36015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 67,
"odometer": 0,
"speed": 22
},
"agencyId": 1,
"currentStopSequence": 72,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 528
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70754,
45.52213
]
},
"properties": {
"trip": {
"id": "296709427",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "127_1"
},
"route": {
"id": "127",
"shortName": "127",
"longName": "Alexis-Nihon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37010",
"label": "37010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 540
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62927,
45.46355
]
},
"properties": {
"trip": {
"id": "296708996",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "105_2"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37011",
"label": "37011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 541
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62086,
45.493
]
},
"properties": {
"trip": {
"id": "296709783",
"shortName": null,
"headsign": "Sud",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "166_2"
},
"route": {
"id": "166",
"shortName": "166",
"longName": "Queen-Mary",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37047",
"label": "37047",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 554
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56362,
45.50638
]
},
"properties": {
"trip": {
"id": "296710145",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 1 gare d’autocars de Montréal",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_12"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37055",
"label": "37055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 28,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 556
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61615,
45.4848
]
},
"properties": {
"trip": {
"id": "296709183",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "124_11"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37079",
"label": "37079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 566
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61989,
45.60677
]
},
"properties": {
"trip": {
"id": "296709348",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "69_27"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37080",
"label": "37080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 238,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 567
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70162,
45.47602
]
},
"properties": {
"trip": {
"id": "296708790",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "100_13"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37082",
"label": "37082",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 569
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52988,
45.60447
]
},
"properties": {
"trip": {
"id": "296295232",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "185_1"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38011",
"label": "38011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 282,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 578
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5585,
45.51225
]
},
"properties": {
"trip": {
"id": "296295007",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "150_2"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38016",
"label": "38016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
},
"properties": {
"trip": {
"id": "296295051",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "150_1"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38019",
"label": "38019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 581
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55174,
45.53334
]
},
"properties": {
"trip": {
"id": "296295187",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "85_2"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38037",
"label": "38037",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 586
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62864,
45.47849
]
},
"properties": {
"trip": {
"id": "296848049",
"shortName": null,
"headsign": "Nord",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "66_4"
},
"route": {
"id": "66",
"shortName": "66",
"longName": "The Boulevard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38046",
"label": "38046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 255,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 590
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75433,
45.49528
]
},
"properties": {
"trip": {
"id": "301364184",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "215_15"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38058",
"label": "38058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 596
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77048,
45.4532
]
},
"properties": {
"trip": {
"id": "301363154",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "204_10"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38074",
"label": "38074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 78,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 603
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.51107
]
},
"properties": {
"trip": {
"id": "296294707",
"shortName": null,
"headsign": "Est",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "125_2"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38094",
"label": "38094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 12,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 613
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53029,
45.55657
]
},
"properties": {
"trip": {
"id": "296294796",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "34_1"
},
"route": {
"id": "34",
"shortName": "34",
"longName": "Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38097",
"label": "38097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 615
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60863,
45.46389
]
},
"properties": {
"trip": {
"id": "296710308",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 2 station Lionel-Groulx",
"startTime": "21:17:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_4"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39002",
"label": "39002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65,
"odometer": 0,
"speed": 81
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 618
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66882,
45.44656
]
},
"properties": {
"trip": {
"id": "296710283",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_13"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39008",
"label": "39008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 284,
"odometer": 0,
"speed": 90
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 620
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57314,
45.48806
]
},
"properties": {
"trip": {
"id": "296710130",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 1 gare d’autocars de Montréal",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_12"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39014",
"label": "39014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 623
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53448,
45.52139
]
},
"properties": {
"trip": {
"id": "296295673",
"shortName": null,
"headsign": "Sud",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "769_1"
},
"route": {
"id": "769",
"shortName": "769",
"longName": "La Ronde / Station Papineau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39019",
"label": "39019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 284,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 625
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60055,
45.5861
]
},
"properties": {
"trip": {
"id": "296392122",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "192_2"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39064",
"label": "39064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 646
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67113,
45.46262
]
},
"properties": {
"trip": {
"id": "296847743",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "161_18"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39094",
"label": "39094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 655
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5677,
45.53293
]
},
"properties": {
"trip": {
"id": "296213227",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "10_1"
},
"route": {
"id": "10",
"shortName": "10",
"longName": "De Lorimier",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39096",
"label": "39096",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63863,
45.48765
]
},
"properties": {
"trip": {
"id": "296848318",
"shortName": null,
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "129_29"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39108",
"label": "39108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 665
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60241,
45.53292
]
},
"properties": {
"trip": {
"id": "296847846",
"shortName": null,
"headsign": "Nord",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "31_10"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Saint-Denis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39112",
"label": "39112",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 666
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54694,
45.57695
]
},
"properties": {
"trip": {
"id": "296393063",
"shortName": null,
"headsign": "Sud",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "32_3"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39124",
"label": "39124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 672
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75156,
45.45662
]
},
"properties": {
"trip": {
"id": "296710165",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29149",
"label": "29149",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403192,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 827
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58789,
45.59712
]
},
"properties": {
"trip": {
"id": "296392603",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "192_1"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30196",
"label": "30196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403195,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 833
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67297,
45.5225
]
},
"properties": {
"trip": {
"id": "295863923",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "121_22"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30870",
"label": "30870",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403197,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 835
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71136,
45.52147
]
},
"properties": {
"trip": {
"id": "296708590",
"shortName": null,
"headsign": "Est",
"startTime": "21:41:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37012",
"label": "37012",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 46,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 851
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68402,
45.5141
]
},
"properties": {
"trip": {
"id": "296709827",
"shortName": null,
"headsign": "Est",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "171_19"
},
"route": {
"id": "171",
"shortName": "171",
"longName": "Henri-Bourassa",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37045",
"label": "37045",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 328,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 854
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59785,
45.54705
]
},
"properties": {
"trip": {
"id": "296213257",
"shortName": null,
"headsign": "Nord",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "10_2"
},
"route": {
"id": "10",
"shortName": "10",
"longName": "De Lorimier",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38009",
"label": "38009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 857
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56755,
45.51672
]
},
"properties": {
"trip": {
"id": "296294247",
"shortName": null,
"headsign": "Est",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "24_1"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38021",
"label": "38021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 858
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5468,
45.5628
]
},
"properties": {
"trip": {
"id": "296294259",
"shortName": null,
"headsign": "Sud",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "136_2"
},
"route": {
"id": "136",
"shortName": "136",
"longName": "Viau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38022",
"label": "38022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 859
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78211,
45.45419
]
},
"properties": {
"trip": {
"id": "301365143",
"shortName": null,
"headsign": "Nord",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "815_17"
},
"route": {
"id": "815",
"shortName": "815",
"longName": "REM des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38039",
"label": "38039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 351,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 860
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62989,
45.51822
]
},
"properties": {
"trip": {
"id": "296707709",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "16_3"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Graham",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37044",
"label": "37044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 113,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574409321,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1106
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56105,
45.49777
]
},
"properties": {
"trip": {
"id": "296295778",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "777_1"
},
"route": {
"id": "777",
"shortName": "777",
"longName": "Jean-Drapeau / Casino / Bonaventure",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31154",
"label": "31154",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574409618,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1113
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68354,
45.52485
]
},
"properties": {
"trip": {
"id": "296709307",
"shortName": null,
"headsign": "Sud",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "128_22"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37070",
"label": "37070",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574412320,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1131
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56761,
45.59049
]
},
"properties": {
"trip": {
"id": "296392788",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "141_3"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39105",
"label": "39105",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574433604,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1158
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65282,
45.55075
]
},
"properties": {
"trip": {
"id": "295864159",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "140_12"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31113",
"label": "31113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 292,
"odometer": 0,
"speed": 32
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574434506,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1186
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63255,
45.41703
]
},
"properties": {
"trip": {
"id": "295769566",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "110_20"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30097",
"label": "30097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574434804,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1196
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.46278
]
},
"properties": {
"trip": {
"id": "295768963",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "71_11"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28003",
"label": "28003",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 272,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435103,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1211
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67002,
45.50649
]
},
"properties": {
"trip": {
"id": "296708845",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "100_13"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37050",
"label": "37050",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132,
"odometer": 0,
"speed": 42
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435107,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1223
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5248,
45.59336
]
},
"properties": {
"trip": {
"id": "296393179",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "28_15"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30110",
"label": "30110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435403,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1234
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53238,
45.61303
]
},
"properties": {
"trip": {
"id": "296392238",
"shortName": null,
"headsign": "Est",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "26_3"
},
"route": {
"id": "26",
"shortName": "26",
"longName": "Mercier-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36002",
"label": "36002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 285,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435709,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1262
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6902,
45.48673
]
},
"properties": {
"trip": {
"id": "296709890",
"shortName": null,
"headsign": "Est",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37093",
"label": "37093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 42,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435710,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1265
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55707,
45.50015
]
},
"properties": {
"trip": {
"id": "296294464",
"shortName": null,
"headsign": "Est",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "50_15"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39023",
"label": "39023",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574436008,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1289
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61034,
45.42595
]
},
"properties": {
"trip": {
"id": "295769823",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "107_2"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27536",
"label": "27536",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436303,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1294
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5528,
45.59763
]
},
"properties": {
"trip": {
"id": "296848587",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31140",
"label": "31140",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436305,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1302
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68784,
45.51031
]
},
"properties": {
"trip": {
"id": "301363677",
"shortName": null,
"headsign": "Ouest destination Raymond-Lasnier / Beaulac",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "70_12"
},
"route": {
"id": "70",
"shortName": "70",
"longName": "Bois-Franc",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30176",
"label": "30176",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436604,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1337
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54776,
45.56993
]
},
"properties": {
"trip": {
"id": "296294747",
"shortName": null,
"headsign": "Sud",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "131_2"
},
"route": {
"id": "131",
"shortName": "131",
"longName": "De l'Assomption",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31150",
"label": "31150",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 21,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574437511,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1441
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57234,
45.58277
]
},
"properties": {
"trip": {
"id": "296392576",
"shortName": null,
"headsign": "Nord",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "32_2"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31198",
"label": "31198",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 297,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574437813,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1486
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56104,
45.44841
]
},
"properties": {
"trip": {
"id": "296295120",
"shortName": null,
"headsign": "Nord",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "168_2"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38093",
"label": "38093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574437815,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1491
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59917,
45.42731
]
},
"properties": {
"trip": {
"id": "295768879",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27527",
"label": "27527",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438102,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1496
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61012,
45.4959
]
},
"properties": {
"trip": {
"id": "296709752",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "166_1"
},
"route": {
"id": "166",
"shortName": "166",
"longName": "Queen-Mary",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37025",
"label": "37025",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574438114,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1519
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65022,
45.44273
]
},
"properties": {
"trip": {
"id": "295769430",
"shortName": null,
"headsign": "Sud",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "114_11"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28081",
"label": "28081",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438405,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1531
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93552,
45.40505
]
},
"properties": {
"trip": {
"id": "295770166",
"shortName": null,
"headsign": "Est",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "411_5"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30026",
"label": "30026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 88,
"odometer": 0,
"speed": 33
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438407,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1538
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62991,
45.43256
]
},
"properties": {
"trip": {
"id": "295769295",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "106_1"
},
"route": {
"id": "106",
"shortName": "106",
"longName": "Newman",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29095",
"label": "29095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574438709,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1578
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89178,
45.46498
]
},
"properties": {
"trip": {
"id": "296709924",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37097",
"label": "37097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439019,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1621
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67755,
45.50412
]
},
"properties": {
"trip": {
"id": "296709246",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "127_6"
},
"route": {
"id": "127",
"shortName": "127",
"longName": "Alexis-Nihon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37032",
"label": "37032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 45,
"odometer": 0,
"speed": 17
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439322,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58045,
45.61755
]
},
"properties": {
"trip": {
"id": "296392391",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31193",
"label": "31193",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 100,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439622,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1688
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82964,
45.46785
]
},
"properties": {
"trip": {
"id": "296709907",
"shortName": null,
"headsign": "Est",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37017",
"label": "37017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574439624,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1695
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83389,
45.42824
]
},
"properties": {
"trip": {
"id": "295770395",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "211_19"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39091",
"label": "39091",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439626,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1700
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56771,
45.59018
]
},
"properties": {
"trip": {
"id": "296392368",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31068",
"label": "31068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574439918,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1721
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73402,
45.50355
]
},
"properties": {
"trip": {
"id": "301364020",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "164_3"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31221",
"label": "31221",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439922,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1725
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59602,
45.44573
]
},
"properties": {
"trip": {
"id": "295769720",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "113_1"
},
"route": {
"id": "113",
"shortName": "113",
"longName": "Lapierre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29021",
"label": "29021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 103,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574440211,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1745
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70989,
45.5256
]
},
"properties": {
"trip": {
"id": "301362861",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "164_3"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30172",
"label": "30172",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 101,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440216,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1750
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89294,
45.45942
]
},
"properties": {
"trip": {
"id": "301363264",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "218_5"
},
"route": {
"id": "218",
"shortName": "218",
"longName": "Antoine-Faucon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38079",
"label": "38079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440227,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1763
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.535,
45.59666
]
},
"properties": {
"trip": {
"id": "296393084",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "26_2"
},
"route": {
"id": "26",
"shortName": "26",
"longName": "Mercier-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30116",
"label": "30116",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440515,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1790
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.5868
]
},
"properties": {
"trip": {
"id": "295864543",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_3"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30819",
"label": "30819",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440518,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1794
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54829,
45.45255
]
},
"properties": {
"trip": {
"id": "296295156",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "168_1"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38014",
"label": "38014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440527,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1804
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54949,
45.544
]
},
"properties": {
"trip": {
"id": "296294317",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "29_3"
},
"route": {
"id": "29",
"shortName": "29",
"longName": "Rachel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31177",
"label": "31177",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440844,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1837
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57362,
45.5411
]
},
"properties": {
"trip": {
"id": "296294635",
"shortName": null,
"headsign": "Sud",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "94_2"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31181",
"label": "31181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120,
"odometer": 0,
"speed": 31
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440844,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1839
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56953,
45.59071
]
},
"properties": {
"trip": {
"id": "296392911",
"shortName": null,
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "33_3"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31196",
"label": "31196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 109,
"odometer": 0,
"speed": 50
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440845,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1840
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58582,
45.48259
]
},
"properties": {
"trip": {
"id": "295769265",
"shortName": null,
"headsign": "Est",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "211_19"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29094",
"label": "29094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441423,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1889
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70122,
45.44457
]
},
"properties": {
"trip": {
"id": "295769983",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "195_21"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29136",
"label": "29136",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 290,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441425,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1892
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54537,
45.59812
]
},
"properties": {
"trip": {
"id": "296294835",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "85_2"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38028",
"label": "38028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441758,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1948
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58028,
45.61684
]
},
"properties": {
"trip": {
"id": "296392478",
"shortName": null,
"headsign": "Nord",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "28_16"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39076",
"label": "39076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441762,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1951
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95672,
45.4053
]
},
"properties": {
"trip": {
"id": "301363048",
"shortName": null,
"headsign": "Sud",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "212_3"
},
"route": {
"id": "212",
"shortName": "212",
"longName": "Sainte-Anne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38059",
"label": "38059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 154,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574442061,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1983
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6142,
45.42556
]
},
"properties": {
"trip": {
"id": "295770052",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "198_34"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29122",
"label": "29122",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574442330,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1998
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64,
45.50655
]
},
"properties": {
"trip": {
"id": "296848339",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "92_11"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30214",
"label": "30214",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574442941,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2058
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62134,
45.61376
]
},
"properties": {
"trip": {
"id": "295864483",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "20:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_3"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30876",
"label": "30876",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 54,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574443852,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60876,
45.47429
]
},
"properties": {
"trip": {
"id": "296709058",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "105_1"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37029",
"label": "37029",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574445040,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2150
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53386,
45.52132
]
},
"properties": {
"trip": {
"id": "296295364",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "767_1"
},
"route": {
"id": "767",
"shortName": "767",
"longName": "La Ronde / Station Jean-Drapeau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39038",
"label": "39038",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574445043,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2159
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6127,
45.53949
]
},
"properties": {
"trip": {
"id": "296847818",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "95_2"
},
"route": {
"id": "95",
"shortName": "95",
"longName": "Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39090",
"label": "39090",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574445659,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2176
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53461,
45.59734
]
},
"properties": {
"trip": {
"id": "296392342",
"shortName": null,
"headsign": "Est",
"startTime": "20:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36030",
"label": "36030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 44
},
"agencyId": 1,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574448630,
"lastSeenAt": 1784510700,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2189
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57127,
45.6592
]
},
"properties": {
"trip": {
"id": "296393216",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36046",
"label": "36046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574472509,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2359
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60944,
45.48242
]
},
"properties": {
"trip": {
"id": "296709156",
"shortName": null,
"headsign": "Nord",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "124_10"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37085",
"label": "37085",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574477081,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2446
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59348,
45.43393
]
},
"properties": {
"trip": {
"id": "295769798",
"shortName": null,
"headsign": "Sud",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "114_11"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28084",
"label": "28084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 195,
"odometer": 0,
"speed": 38
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574479936,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2465
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70086,
45.49973
]
},
"properties": {
"trip": {
"id": "296709330",
"shortName": null,
"headsign": "Sud",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "128_22"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37048",
"label": "37048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 38,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574546654,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2488
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57312,
45.57012
]
},
"properties": {
"trip": {
"id": "296848375",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "18_21"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31100",
"label": "31100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574614927,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2503
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62746,
45.4705
]
},
"properties": {
"trip": {
"id": "296709492",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "162_2"
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37004",
"label": "37004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574695930,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2532
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57804,
45.55585
]
},
"properties": {
"trip": {
"id": "296847773",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "197_20"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31122",
"label": "31122",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574696289,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2535
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57251,
45.45001
]
},
"properties": {
"trip": {
"id": "295769468",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "107_2"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30076",
"label": "30076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 3,
"odometer": 0,
"speed": 15
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574697730,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2541
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53598,
45.52148
]
},
"properties": {
"trip": {
"id": "296295610",
"shortName": null,
"headsign": "Nord",
"startTime": "21:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "769_19"
},
"route": {
"id": "769",
"shortName": "769",
"longName": "La Ronde / Station Papineau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38013",
"label": "38013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 280,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574703523,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2587
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56184,
45.5018
]
},
"properties": {
"trip": {
"id": "296294440",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "50_14"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38029",
"label": "38029",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574731834,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2613
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6039,
45.53552
]
},
"properties": {
"trip": {
"id": "296709124",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "160_16"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37020",
"label": "37020",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574782211,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2640
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55824,
45.48494
]
},
"properties": {
"trip": {
"id": "295768857",
"shortName": null,
"headsign": "Nord",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "57_1"
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Charlevoix",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29084",
"label": "29084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574785091,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2651
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6358,
45.60128
]
},
"properties": {
"trip": {
"id": "296708535",
"shortName": null,
"headsign": "Est",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32013",
"label": "32013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574785231,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2652
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57397,
45.48367
]
},
"properties": {
"trip": {
"id": "295769619",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "35_22"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29119",
"label": "29119",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574865484,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2690
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49882,
45.64594
]
},
"properties": {
"trip": {
"id": "296392852",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "187_2"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30142",
"label": "30142",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13,
"odometer": 0,
"speed": 7
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574869325,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2693
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62067,
45.47797
]
},
"properties": {
"trip": {
"id": "296708923",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "103_1"
},
"route": {
"id": "103",
"shortName": "103",
"longName": "Monkland",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37104",
"label": "37104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574873674,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2703
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79158,
45.47735
]
},
"properties": {
"trip": {
"id": "301363892",
"shortName": null,
"headsign": "Est",
"startTime": "21:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "204_10"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30237",
"label": "30237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574877993,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2711
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82806,
45.46672
]
},
"properties": {
"trip": {
"id": "296709940",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "470_19"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37016",
"label": "37016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 329,
"odometer": 0,
"speed": 38
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574904513,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2715
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66782,
45.5437
]
},
"properties": {
"trip": {
"id": "295864214",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "180_14"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38041",
"label": "38041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 25,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574907402,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2722
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63816,
45.54576
]
},
"properties": {
"trip": {
"id": "296392765",
"shortName": null,
"headsign": "Est",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "192_2"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37052",
"label": "37052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 127,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574952602,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2738
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51911,
45.5916
]
},
"properties": {
"trip": {
"id": "296393045",
"shortName": null,
"headsign": "Nord",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "28_16"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39093",
"label": "39093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574960088,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2745
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68086,
45.51557
]
},
"properties": {
"trip": {
"id": "295864013",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "121_1"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30865",
"label": "30865",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574993554,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2762
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70343,
45.53019
]
},
"properties": {
"trip": {
"id": "301362833",
"shortName": null,
"headsign": "Nord",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "170_10"
},
"route": {
"id": "170",
"shortName": "170",
"longName": "Keller",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30180",
"label": "30180",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575000979,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2770
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62537,
45.51522
]
},
"properties": {
"trip": {
"id": "296709384",
"shortName": null,
"headsign": "Est",
"startTime": "21:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "160_17"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37101",
"label": "37101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1575042132,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2774
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59325,
45.56518
]
},
"properties": {
"trip": {
"id": "296708762",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "93_2"
},
"route": {
"id": "93",
"shortName": "93",
"longName": "Jean-Talon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32007",
"label": "32007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575043216,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2776
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65004,
45.58382
]
},
"properties": {
"trip": {
"id": "295864022",
"shortName": null,
"headsign": "Nord",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "67_2"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30880",
"label": "30880",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575048035,
"lastSeenAt": 1784510543,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2784
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6628,
45.52105
]
},
"properties": {
"trip": {
"id": "296709214",
"shortName": null,
"headsign": "Sud",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "124_11"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37051",
"label": "37051",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 292,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575048643,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2785
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53258,
45.60074
]
},
"properties": {
"trip": {
"id": "296392451",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "187_1"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30137",
"label": "30137",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575078748,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2796
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62495,
45.49752
]
},
"properties": {
"trip": {
"id": "296709637",
"shortName": null,
"headsign": "Sud",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "165_1"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33823",
"label": "33823",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575168014,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2817
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58638,
45.5551
]
},
"properties": {
"trip": {
"id": "295863996",
"shortName": null,
"headsign": "Sud",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "67_1"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31832",
"label": "31832",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 113,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575270370,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2824
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56,
45.53849
]
},
"properties": {
"trip": {
"id": "296294204",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "24_2"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31200",
"label": "31200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 209,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575302054,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2828
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64543,
45.56861
]
},
"properties": {
"trip": {
"id": "295864027",
"shortName": null,
"headsign": "Est",
"startTime": "20:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "121_1"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30872",
"label": "30872",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575393994,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2861
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53361,
45.54756
]
},
"properties": {
"trip": {
"id": "295864528",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_1"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30834",
"label": "30834",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575421822,
"lastSeenAt": 1784510490,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69212,
45.5393
]
},
"properties": {
"trip": {
"id": "296848544",
"shortName": null,
"headsign": "Sud",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "179_1"
},
"route": {
"id": "179",
"shortName": "179",
"longName": "De l'Acadie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31022",
"label": "31022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575428311,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2879
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57393,
45.54965
]
},
"properties": {
"trip": {
"id": "296278422",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "47_1"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Masson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30067",
"label": "30067",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 23,
"odometer": 0,
"speed": 17
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575600260,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2932
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5128,
45.64711
]
},
"properties": {
"trip": {
"id": "296393155",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "186_2"
},
"route": {
"id": "186",
"shortName": "186",
"longName": "Sherbrooke-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31083",
"label": "31083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1575603869,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2934
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
},
"properties": {
"trip": {
"id": "296710201",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_13"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39001",
"label": "39001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575681032,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2949
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58869,
45.4762
]
},
"properties": {
"trip": {
"id": "295769368",
"shortName": null,
"headsign": "Est",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29111",
"label": "29111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 318,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575685222,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2957
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57091,
45.45684
]
},
"properties": {
"trip": {
"id": "295768934",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "61_5"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29148",
"label": "29148",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 272,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 54,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575747486,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2961
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56756,
45.57615
]
},
"properties": {
"trip": {
"id": "296294863",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "131_1"
},
"route": {
"id": "131",
"shortName": "131",
"longName": "De l'Assomption",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38035",
"label": "38035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575758414,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2962
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50188,
45.66163
]
},
"properties": {
"trip": {
"id": "296393197",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "187_1"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30159",
"label": "30159",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 195,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575910458,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2978
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59965,
45.55986
]
},
"properties": {
"trip": {
"id": "296393131",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32019",
"label": "32019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 168,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575941191,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2992
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56286,
45.46769
]
},
"properties": {
"trip": {
"id": "295768431",
"shortName": null,
"headsign": "Nord",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "12_1"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30028",
"label": "30028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 161,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575991447,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66701,
45.49383
]
},
"properties": {
"trip": {
"id": "296848077",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "92_12"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30181",
"label": "30181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575992407,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2996
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55357,
45.5542
]
},
"properties": {
"trip": {
"id": "296278567",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "97_16"
},
"route": {
"id": "97",
"shortName": "97",
"longName": "Avenue-du-Mont-Royal",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30093",
"label": "30093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575993489,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2998
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58161,
45.51334
]
},
"properties": {
"trip": {
"id": "296708640",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "80_2"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33824",
"label": "33824",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 10
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576016300,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3004
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53115,
45.5188
]
},
"properties": {
"trip": {
"id": "296295467",
"shortName": null,
"headsign": "Est",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "767_2"
},
"route": {
"id": "767",
"shortName": "767",
"longName": "La Ronde / Station Jean-Drapeau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31179",
"label": "31179",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 339,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576083519,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 3010
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48012,
45.70137
]
},
"properties": {
"trip": {
"id": "296392944",
"shortName": null,
"headsign": "Est",
"startTime": "20:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39135",
"label": "39135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 252,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 100,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576171617,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3027
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58572,
45.48998
]
},
"properties": {
"trip": {
"id": "295768819",
"shortName": null,
"headsign": "Nord",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "57_1"
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Charlevoix",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27529",
"label": "27529",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 131,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576200974,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3040
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59213,
45.48773
]
},
"properties": {
"trip": {
"id": "295769219",
"shortName": null,
"headsign": "Est",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "104_20"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28046",
"label": "28046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 49,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576204213,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3043
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54482,
45.57976
]
},
"properties": {
"trip": {
"id": "296295261",
"shortName": null,
"headsign": "Est",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "185_2"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30238",
"label": "30238",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576546106,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3077
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85728,
45.48616
]
},
"properties": {
"trip": {
"id": "301363352",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "468_11"
},
"route": {
"id": "468",
"shortName": "468",
"longName": "Express Pierrefonds / Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30095",
"label": "30095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 43
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576634426,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3090
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57274,
45.47449
]
},
"properties": {
"trip": {
"id": "295769542",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "108_1"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29108",
"label": "29108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 340,
"odometer": 0,
"speed": 10
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576686612,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3104
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55255,
45.47839
]
},
"properties": {
"trip": {
"id": "295769015",
"shortName": null,
"headsign": "Sud",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "71_1"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29015",
"label": "29015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 277,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576686850,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3105
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84676,
45.43471
]
},
"properties": {
"trip": {
"id": "295768758",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "411_6"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40008",
"label": "40008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576768086,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3117
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64691,
45.4419
]
},
"properties": {
"trip": {
"id": "295770100",
"shortName": null,
"headsign": "Est",
"startTime": "19:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40005",
"label": "40005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576770377,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3119
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54257,
45.58268
]
},
"properties": {
"trip": {
"id": "296847538",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "197_1"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40032",
"label": "40032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576777131,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3129
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63969,
45.5707
]
},
"properties": {
"trip": {
"id": "295863941",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "121_22"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29851",
"label": "29851",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": 0,
"speed": 8
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576862057,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 3143
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58189,
45.48844
]
},
"properties": {
"trip": {
"id": "296710297",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31001",
"label": "31001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 56,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577059930,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3150
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66528,
45.53569
]
},
"properties": {
"trip": {
"id": "296848139",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "179_2"
},
"route": {
"id": "179",
"shortName": "179",
"longName": "De l'Acadie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40034",
"label": "40034",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1577152957,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3160
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66742,
45.55688
]
},
"properties": {
"trip": {
"id": "296848175",
"shortName": null,
"headsign": "Nord",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "13_12"
},
"route": {
"id": "13",
"shortName": "13",
"longName": "Christophe-Colomb",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31110",
"label": "31110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577244271,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3167
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53573,
45.59696
]
},
"properties": {
"trip": {
"id": "296392506",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "189_1"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30200",
"label": "30200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577463251,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3170
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57232,
45.51827
]
},
"properties": {
"trip": {
"id": "296847660",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "144_1"
},
"route": {
"id": "144",
"shortName": "144",
"longName": "Avenue des Pins",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40031",
"label": "40031",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577500121,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53419,
45.5965
]
},
"properties": {
"trip": {
"id": "296848502",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "18_21"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32001",
"label": "32001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 124,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577506115,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3175
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86678,
45.43671
]
},
"properties": {
"trip": {
"id": "295769059",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "211_17"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40007",
"label": "40007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578066617,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3194
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51033,
45.65279
]
},
"properties": {
"trip": {
"id": "296392929",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30199",
"label": "30199",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578324131,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3199
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64117,
45.45536
]
},
"properties": {
"trip": {
"id": "296709017",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "105_1"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37092",
"label": "37092",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 209,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578498021,
"lastSeenAt": 1784510744,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3213
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61436,
45.53846
]
},
"properties": {
"trip": {
"id": "296847953",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "92_11"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40048",
"label": "40048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578617940,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3224
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58875,
45.55222
]
},
"properties": {
"trip": {
"id": "296848203",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40042",
"label": "40042",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 30,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1579029181,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3242
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62414,
45.50966
]
},
"properties": {
"trip": {
"id": "296848464",
"shortName": null,
"headsign": "Est",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "161_18"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40049",
"label": "40049",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1579030735,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3243
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61971,
45.54564
]
},
"properties": {
"trip": {
"id": "296848405",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "99_1"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Villeray",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40035",
"label": "40035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1579288020,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61167,
45.537
]
},
"properties": {
"trip": {
"id": "296847561",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "31_8"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Saint-Denis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40055",
"label": "40055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1579556928,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3267
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62822,
45.50558
]
},
"properties": {
"trip": {
"id": "296848276",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "161_19"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40047",
"label": "40047",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 199,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1580010244,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3293
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58914,
45.54316
]
},
"properties": {
"trip": {
"id": "296847977",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "197_1"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40059",
"label": "40059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1580146448,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3297
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58035,
45.48335
]
},
"properties": {
"trip": {
"id": "295770209",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "496_2"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40010",
"label": "40010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580233148,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3304
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63834,
45.54556
]
},
"properties": {
"trip": {
"id": "296708865",
"shortName": null,
"headsign": "Est",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "100_14"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37007",
"label": "37007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 32,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580796906,
"lastSeenAt": 1784510700,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3321
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83693,
45.45962
]
},
"properties": {
"trip": {
"id": "301363336",
"shortName": null,
"headsign": "Est",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40050",
"label": "40050",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580936165,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3327
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66815,
45.55548
]
},
"properties": {
"trip": {
"id": "296708550",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "69_27"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37027",
"label": "37027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 8
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1581371164,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3344
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58154,
45.45612
]
},
"properties": {
"trip": {
"id": "295769124",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "37_11"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29114",
"label": "29114",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 201,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1581459724,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3348
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7346,
45.52278
]
},
"properties": {
"trip": {
"id": "301363524",
"shortName": null,
"headsign": "Sud",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "170_11"
},
"route": {
"id": "170",
"shortName": "170",
"longName": "Keller",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30239",
"label": "30239",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1581746764,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3360
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59658,
45.63792
]
},
"properties": {
"trip": {
"id": "296393003",
"shortName": null,
"headsign": "Sud",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "44_2"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Armand-Bombardier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31073",
"label": "31073",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1582756446,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3381
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55338,
45.60525
]
},
"properties": {
"trip": {
"id": "296294575",
"shortName": null,
"headsign": "Est",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "85_1"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31064",
"label": "31064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 5,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1586455686,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 7093
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59256,
45.44536
]
},
"properties": {
"trip": {
"id": "295770118",
"shortName": null,
"headsign": "Est",
"startTime": "20:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29032",
"label": "29032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1586909944,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7099
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64172,
45.45113
]
},
"properties": {
"trip": {
"id": "295769876",
"shortName": null,
"headsign": "Nord",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "123_2"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Dollard / Shevchenko",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28088",
"label": "28088",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 27,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1587085263,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7106
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66311,
45.52114
]
},
"properties": {
"trip": {
"id": "296709276",
"shortName": null,
"headsign": "Nord",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H50U000I-82-I",
"shapeId": "128_23"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37003",
"label": "37003",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1587251647,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 7110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56125,
45.50867
]
},
"properties": {
"trip": {
"id": "296848562",
"shortName": null,
"headsign": "Nord destination Décarie / Lucy",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H51U000I-83-I",
"shapeId": "129_4"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31009",
"label": "31009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1591293847,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 7297
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84587,
45.43116
]
},
"properties": {
"trip": {
"id": "301363419",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "200_7"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Sainte-Anne-de-Bellevue",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40117",
"label": "40117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1596794408,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7416
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80173,
45.49484
]
},
"properties": {
"trip": {
"id": "301364092",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40101",
"label": "40101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 45,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1596796749,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7417
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56718,
45.4798
]
},
"properties": {
"trip": {
"id": "295768899",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40070",
"label": "40070",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1597223884,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7424
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79874,
45.48782
]
},
"properties": {
"trip": {
"id": "301363707",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "208_8"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40106",
"label": "40106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1597229587,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7426
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5616,
45.50123
]
},
"properties": {
"trip": {
"id": "295768629",
"shortName": null,
"headsign": "Est",
"startTime": "20:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "36_24"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40085",
"label": "40085",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1597401488,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7807
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6626,
45.4389
]
},
"properties": {
"trip": {
"id": "295770410",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "496_2"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40110",
"label": "40110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 256,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1597435812,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7829
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63765,
45.45327
]
},
"properties": {
"trip": {
"id": "295769102",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "90_16"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40062",
"label": "40062",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1597916706,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7887
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57568,
45.46318
]
},
"properties": {
"trip": {
"id": "295769503",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "108_11"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40069",
"label": "40069",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 182,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1598260204,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83709,
45.45954
]
},
"properties": {
"trip": {
"id": "301363392",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "206_5"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40099",
"label": "40099",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598384226,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8415
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56361,
45.4628
]
},
"properties": {
"trip": {
"id": "295770232",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "37_1"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40083",
"label": "40083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 153,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598453886,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8487
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62791,
45.44311
]
},
"properties": {
"trip": {
"id": "295770066",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "195_21"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40075",
"label": "40075",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 227,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1598669345,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8602
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68562,
45.44471
]
},
"properties": {
"trip": {
"id": "295769587",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "110_20"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40077",
"label": "40077",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 63,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598873890,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8630
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66824,
45.47084
]
},
"properties": {
"trip": {
"id": "295769208",
"shortName": null,
"headsign": "Est",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "104_20"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40071",
"label": "40071",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 295,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598896267,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8634
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63138,
45.48121
]
},
"properties": {
"trip": {
"id": "296278289",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30063",
"label": "30063",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1599242645,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8732
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83472,
45.46479
]
},
"properties": {
"trip": {
"id": "301363930",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40113",
"label": "40113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 53,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1599565875,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8766
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5709,
45.49801
]
},
"properties": {
"trip": {
"id": "295768990",
"shortName": null,
"headsign": "Nord",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "71_11"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40072",
"label": "40072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1599574868,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8767
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59293,
45.46948
]
},
"properties": {
"trip": {
"id": "295768604",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "36_24"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40082",
"label": "40082",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600542726,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8850
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54327,
45.55363
]
},
"properties": {
"trip": {
"id": "296294660",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "125_2"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31182",
"label": "31182",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600691827,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 8860
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59129,
45.51764
]
},
"properties": {
"trip": {
"id": "296278380",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "11_14"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40105",
"label": "40105",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600981814,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8893
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60423,
45.44664
]
},
"properties": {
"trip": {
"id": "295768475",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40076",
"label": "40076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600982172,
"lastSeenAt": 1784510767,
"links": [
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8894
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68033,
45.44333
]
},
"properties": {
"trip": {
"id": "295770291",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "90_4"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40068",
"label": "40068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1601026145,
"lastSeenAt": 1784510498,
"links": [
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8897
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76671,
45.44026
]
},
"properties": {
"trip": {
"id": "301363021",
"shortName": null,
"headsign": "Sud",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "209_10"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40157",
"label": "40157",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 56,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1602270490,
"lastSeenAt": 1784510783,
"links": [
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9082
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8353,
45.46078
]
},
"properties": {
"trip": {
"id": "301363590",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "205_9"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40133",
"label": "40133",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 321,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1602674533,
"lastSeenAt": 1784510783,
"links": [
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9098
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69555,
45.48298
]
},
"properties": {
"trip": {
"id": "301363955",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "202_19"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40178",
"label": "40178",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1602676759,
"lastSeenAt": 1784510767,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9099
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57439,
45.53944
]
},
"properties": {
"trip": {
"id": "296278584",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "97_1"
},
"route": {
"id": "97",
"shortName": "97",
"longName": "Avenue-du-Mont-Royal",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40124",
"label": "40124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827731,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9203
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81469,
45.51093
]
},
"properties": {
"trip": {
"id": "301362730",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40129",
"label": "40129",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 265,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9205
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66862,
45.50336
]
},
"properties": {
"trip": {
"id": "301362506",
"shortName": null,
"headsign": "Sud",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "17_13"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Décarie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40134",
"label": "40134",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 119,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9208
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71778,
45.5307
]
},
"properties": {
"trip": {
"id": "301364145",
"shortName": null,
"headsign": "Nord",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "64_7"
},
"route": {
"id": "64",
"shortName": "64",
"longName": "Grenet",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40135",
"label": "40135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 311,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9209
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90433,
45.43781
]
},
"properties": {
"trip": {
"id": "301362796",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40144",
"label": "40144",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 102,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510778,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9214
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73341,
45.50313
]
},
"properties": {
"trip": {
"id": "301364160",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "177_10"
},
"route": {
"id": "177",
"shortName": "177",
"longName": "Thimens",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40159",
"label": "40159",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9222
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5814,
45.53329
]
},
"properties": {
"trip": {
"id": "296278325",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "27_1"
},
"route": {
"id": "27",
"shortName": "27",
"longName": "Saint-Joseph",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40164",
"label": "40164",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9224
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86508,
45.49502
]
},
"properties": {
"trip": {
"id": "301363781",
"shortName": null,
"headsign": "Sud",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "207_6"
},
"route": {
"id": "207",
"shortName": "207",
"longName": "Jacques-Bizard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40181",
"label": "40181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9230
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60445,
45.44646
]
},
"properties": {
"trip": {
"id": "295768664",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "37_11"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40185",
"label": "40185",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510767,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9232
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68392,
45.51394
]
},
"properties": {
"trip": {
"id": "301363369",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "215_15"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40197",
"label": "40197",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9238
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61513,
45.50738
]
},
"properties": {
"trip": {
"id": "296268862",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40200",
"label": "40200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 217,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9239
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78216,
45.46027
]
},
"properties": {
"trip": {
"id": "301363075",
"shortName": null,
"headsign": "Nord",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "209_11"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40205",
"label": "40205",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 72
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9241
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87335,
45.47107
]
},
"properties": {
"trip": {
"id": "301362600",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40213",
"label": "40213",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9242
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79097,
45.47158
]
},
"properties": {
"trip": {
"id": "301365123",
"shortName": null,
"headsign": "Sud",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "815_16"
},
"route": {
"id": "815",
"shortName": "815",
"longName": "REM des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40202",
"label": "40202",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 182,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606828029,
"lastSeenAt": 1784510775,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9244
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80888,
45.51087
]
},
"properties": {
"trip": {
"id": "301362653",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "206_5"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40152",
"label": "40152",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 269,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606828095,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9245
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78845,
45.44804
]
},
"properties": {
"trip": {
"id": "301363853",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "202_19"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40123",
"label": "40123",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 286,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 60,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606846146,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9249
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59031,
45.44669
]
},
"properties": {
"trip": {
"id": "295769448",
"shortName": null,
"headsign": "Nord",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "114_12"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40196",
"label": "40196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606907347,
"lastSeenAt": 1784510776,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83697,
45.45936
]
},
"properties": {
"trip": {
"id": "301363565",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "218_4"
},
"route": {
"id": "218",
"shortName": "218",
"longName": "Antoine-Faucon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40174",
"label": "40174",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606927869,
"lastSeenAt": 1784510775,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9262
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55779,
45.48485
]
},
"properties": {
"trip": {
"id": "295769843",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "107_1"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40217",
"label": "40217",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 188,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606943355,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9263
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9287,
45.40536
]
},
"properties": {
"trip": {
"id": "301363210",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "200_9"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Sainte-Anne-de-Bellevue",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40212",
"label": "40212",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 283,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607077263,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9269
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74365,
45.44748
]
},
"properties": {
"trip": {
"id": "295770035",
"shortName": null,
"headsign": "Est",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "195_4"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40226",
"label": "40226",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 277,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607372415,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9275
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60355,
45.47413
]
},
"properties": {
"trip": {
"id": "295768784",
"shortName": null,
"headsign": "Sud",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "38_22"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "De l'Église",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40227",
"label": "40227",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607372770,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9276
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78986,
45.48447
]
},
"properties": {
"trip": {
"id": "301364175",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "215_14"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40211",
"label": "40211",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607546954,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9284
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79237,
45.46179
]
},
"properties": {
"trip": {
"id": "301362755",
"shortName": null,
"headsign": "Est",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "230_5"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40208",
"label": "40208",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607551628,
"lastSeenAt": 1784510766,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9286
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59386,
45.45275
]
},
"properties": {
"trip": {
"id": "295768577",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "36_23"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40228",
"label": "40228",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 164,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607766905,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9290
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63862,
45.42928
]
},
"properties": {
"trip": {
"id": "295768456",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "106_1"
},
"route": {
"id": "106",
"shortName": "106",
"longName": "Newman",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40234",
"label": "40234",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1607895128,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9292
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67941,
45.53817
]
},
"properties": {
"trip": {
"id": "301364073",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "164_2"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40201",
"label": "40201",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 293,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1608032470,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9298
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66849,
45.50965
]
},
"properties": {
"trip": {
"id": "301363286",
"shortName": null,
"headsign": "Est",
"startTime": "20:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40165",
"label": "40165",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 74,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608118387,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9302
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74256,
45.4475
]
},
"properties": {
"trip": {
"id": "301363749",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "204_9"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40206",
"label": "40206",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608120073,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9303
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83678,
45.45998
]
},
"properties": {
"trip": {
"id": "301363634",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "203_14"
},
"route": {
"id": "203",
"shortName": "203",
"longName": "Carson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40146",
"label": "40146",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 235,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608150971,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9306
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64775,
45.43338
]
},
"properties": {
"trip": {
"id": "295769770",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "113_1"
},
"route": {
"id": "113",
"shortName": "113",
"longName": "Lapierre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40231",
"label": "40231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1608372964,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9317
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65533,
45.46125
]
},
"properties": {
"trip": {
"id": "295770312",
"shortName": null,
"headsign": "Est",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "102_1"
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Somerled",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40248",
"label": "40248",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608376385,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9318
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83717,
45.45979
]
},
"properties": {
"trip": {
"id": "301363107",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "205_8"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40170",
"label": "40170",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609016232,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9325
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61848,
45.46311
]
},
"properties": {
"trip": {
"id": "295769079",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "90_4"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40239",
"label": "40239",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1609277113,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61823,
45.42314
]
},
"properties": {
"trip": {
"id": "295769645",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "112_14"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40232",
"label": "40232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1609456453,
"lastSeenAt": 1784510759,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9335
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56212,
45.50145
]
},
"properties": {
"trip": {
"id": "295769408",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:43:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "107_1"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40240",
"label": "40240",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609624328,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9336
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86134,
45.48069
]
},
"properties": {
"trip": {
"id": "301363723",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "207_5"
},
"route": {
"id": "207",
"shortName": "207",
"longName": "Jacques-Bizard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40112",
"label": "40112",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 336,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609761490,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 9339
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61242,
45.42442
]
},
"properties": {
"trip": {
"id": "295769698",
"shortName": null,
"headsign": "Est",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "112_1"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40244",
"label": "40244",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 138,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1610574133,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9352
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59821,
45.55898
]
},
"properties": {
"trip": {
"id": "296392430",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H54U000I-80-I",
"shapeId": "141_3"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41005",
"label": "41005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1625850845,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10672
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58271,
45.53852
]
},
"properties": {
"trip": {
"id": "296278264",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "47_2"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Masson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41021",
"label": "41021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1626207183,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10685
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61136,
45.4933
]
},
"properties": {
"trip": {
"id": "296278449",
"shortName": null,
"headsign": "Est",
"startTime": "21:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "11_17"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41002",
"label": "41002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1626985865,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10709
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81303,
45.51022
]
},
"properties": {
"trip": {
"id": "301363982",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "205_8"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41025",
"label": "41025",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1627496885,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10734
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64758,
45.45937
]
},
"properties": {
"trip": {
"id": "296278511",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "51_22"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41033",
"label": "41033",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 299,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1627503366,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10735
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78304,
45.45715
]
},
"properties": {
"trip": {
"id": "301363831",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "203_15"
},
"route": {
"id": "203",
"shortName": "203",
"longName": "Carson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41041",
"label": "41041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1628025725,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10747
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79527,
45.48259
]
},
"properties": {
"trip": {
"id": "301362626",
"shortName": null,
"headsign": "Nord",
"startTime": "20:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "209_11"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41006",
"label": "41006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 326,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1629407885,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10781
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57995,
45.56258
]
},
"properties": {
"trip": {
"id": "295863316",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_2"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41049",
"label": "41049",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1629921492,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10795
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.50411
]
},
"properties": {
"trip": {
"id": "296278645",
"shortName": null,
"headsign": "Est",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "51_22"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41027",
"label": "41027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630076345,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10800
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66864,
45.55428
]
},
"properties": {
"trip": {
"id": "295864083",
"shortName": null,
"headsign": "Nord",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41053",
"label": "41053",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 47,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630527125,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10807
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63296,
45.53608
]
},
"properties": {
"trip": {
"id": "295864305",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "193_2"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41052",
"label": "41052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 200,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630609145,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10813
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75706,
45.44201
]
},
"properties": {
"trip": {
"id": "301363998",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H60U000I-84-I",
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41035",
"label": "41035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 86,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1631218743,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61913,
45.5531
]
},
"properties": {
"trip": {
"id": "295862987",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "193_1"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41055",
"label": "41055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1631651768,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10875
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
},
"properties": {
"trip": {
"id": "295864113",
"shortName": null,
"headsign": "Nord",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41048",
"label": "41048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631703424,
"lastSeenAt": 1784510682,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10877
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61294,
45.60897
]
},
"properties": {
"trip": {
"id": "295863083",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "43_2"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41064",
"label": "41064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631741406,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10881
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
},
"properties": {
"trip": {
"id": "295864359",
"shortName": null,
"headsign": "Nord",
"startTime": "20:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41069",
"label": "41069",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631827446,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10884
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55539,
45.55495
]
},
"properties": {
"trip": {
"id": "295863231",
"shortName": null,
"headsign": "Nord",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41074",
"label": "41074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 5,
"carriageDetails": [],
"firstSeenAt": 1632322923,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10894
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56519,
45.51052
]
},
"properties": {
"trip": {
"id": "295863485",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41066",
"label": "41066",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1632335645,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10895
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65783,
45.53368
]
},
"properties": {
"trip": {
"id": "295864105",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "54_14"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41068",
"label": "41068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 283,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1633029909,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10911
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57389,
45.5266
]
},
"properties": {
"trip": {
"id": "296278602",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H57U000I-80-I",
"shapeId": "11_14"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41036",
"label": "41036",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1634095804,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10937
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61346,
45.53247
]
},
"properties": {
"trip": {
"id": "295863545",
"shortName": null,
"headsign": "Nord",
"startTime": "20:53:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41106",
"label": "41106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1643363763,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11048
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64931,
45.59159
]
},
"properties": {
"trip": {
"id": "295863037",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "43_14"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41111",
"label": "41111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 36,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643365624,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11051
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65083,
45.5823
]
},
"properties": {
"trip": {
"id": "295863163",
"shortName": null,
"headsign": "Est",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41095",
"label": "41095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 16,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1643401924,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11054
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60036,
45.6246
]
},
"properties": {
"trip": {
"id": "295863902",
"shortName": null,
"headsign": "Est",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41087",
"label": "41087",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1643404565,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11058
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64821,
45.54306
]
},
"properties": {
"trip": {
"id": "295862961",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "20_4"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Crémazie / Marché Central",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41104",
"label": "41104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643405464,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11059
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57762,
45.53434
]
},
"properties": {
"trip": {
"id": "295863194",
"shortName": null,
"headsign": "Sud",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "45_3"
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Papineau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41100",
"label": "41100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 115,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1643451963,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11063
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.59372
]
},
"properties": {
"trip": {
"id": "295864169",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "140_12"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41124",
"label": "41124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 143,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643831945,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11068
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66719,
45.55605
]
},
"properties": {
"trip": {
"id": "295863298",
"shortName": null,
"headsign": "Est",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41128",
"label": "41128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1644487384,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11083
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53845,
45.66131
]
},
"properties": {
"trip": {
"id": "295863587",
"shortName": null,
"headsign": "Est",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41097",
"label": "41097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 350,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1645089784,
"lastSeenAt": 1784510760,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11098
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7188,
45.53158
]
},
"properties": {
"trip": {
"id": "295864242",
"shortName": null,
"headsign": "Est",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "180_12"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41092",
"label": "41092",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1645441923,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11102
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59722,
45.53127
]
},
"properties": {
"trip": {
"id": "295863536",
"shortName": null,
"headsign": "Nord",
"startTime": "20:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "56_2"
},
"route": {
"id": "56",
"shortName": "56",
"longName": "St-Hubert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41080",
"label": "41080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1647890585,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11143
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64697,
45.59031
]
},
"properties": {
"trip": {
"id": "295863182",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41126",
"label": "41126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1649069105,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11159
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61523,
45.62756
]
},
"properties": {
"trip": {
"id": "295863285",
"shortName": null,
"headsign": "Est via Gouin / Ozias-Leduc",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_10"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41101",
"label": "41101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 141,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1649102104,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11161
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5871,
45.51874
]
},
"properties": {
"trip": {
"id": "295863502",
"shortName": null,
"headsign": "Sud",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "55_21"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41084",
"label": "41084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 121,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1651053785,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11171
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74143,
45.52011
]
},
"properties": {
"trip": {
"id": "295863607",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "79_1"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41083",
"label": "41083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1656495064,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12375
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63251,
45.59339
]
},
"properties": {
"trip": {
"id": "295864131",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "140_11"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42028",
"label": "42028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 48,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1662027064,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12444
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66729,
45.55586
]
},
"properties": {
"trip": {
"id": "295863406",
"shortName": null,
"headsign": "Est",
"startTime": "21:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42001",
"label": "42001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1663361164,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12461
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54382,
45.67036
]
},
"properties": {
"trip": {
"id": "295863413",
"shortName": null,
"headsign": "Est",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42008",
"label": "42008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 62,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1664362026,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12612
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65726,
45.57293
]
},
"properties": {
"trip": {
"id": "295863115",
"shortName": null,
"headsign": "Sud",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "45_3"
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Papineau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42002",
"label": "42002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1664656624,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12619
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66321,
45.53985
]
},
"properties": {
"trip": {
"id": "295864189",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "140_11"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42020",
"label": "42020",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 293,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1664964845,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12636
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64194,
45.5476
]
},
"properties": {
"trip": {
"id": "295863434",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "54_13"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42035",
"label": "42035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1664997186,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12640
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65623,
45.55057
]
},
"properties": {
"trip": {
"id": "295864264",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "180_14"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42021",
"label": "42021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665173828,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12651
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62628,
45.554
]
},
"properties": {
"trip": {
"id": "295863018",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "20_5"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Crémazie / Marché Central",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42042",
"label": "42042",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665352742,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12654
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53353,
45.54768
]
},
"properties": {
"trip": {
"id": "295864454",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42040",
"label": "42040",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1665430506,
"lastSeenAt": 1784510478,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81327,
45.51027
]
},
"properties": {
"trip": {
"id": "295863835",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "79_3"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42011",
"label": "42011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665517506,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12660
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53846,
45.66131
]
},
"properties": {
"trip": {
"id": "295863628",
"shortName": null,
"headsign": "Est",
"startTime": "20:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42023",
"label": "42023",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 47,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666107304,
"lastSeenAt": 1784510476,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12673
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61568,
45.57735
]
},
"properties": {
"trip": {
"id": "295864048",
"shortName": null,
"headsign": "Nord",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42039",
"label": "42039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666123747,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12675
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67092,
45.55034
]
},
"properties": {
"trip": {
"id": "295863515",
"shortName": null,
"headsign": "Sud",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "55_21"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42046",
"label": "42046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1666126206,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60546,
45.63398
]
},
"properties": {
"trip": {
"id": "295863323",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "48_7"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42026",
"label": "42026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666293725,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12682
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57044,
45.65937
]
},
"properties": {
"trip": {
"id": "295863094",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "43_14"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42041",
"label": "42041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1667420463,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12720
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5642,
45.6587
]
},
"properties": {
"trip": {
"id": "295863381",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "49_35"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42036",
"label": "42036",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1668508684,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12733
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71037,
45.53856
]
},
"properties": {
"trip": {
"id": "295863857",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "79_3"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42006",
"label": "42006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1669072444,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12748
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57761,
45.59928
]
},
"properties": {
"trip": {
"id": "295864329",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "193_2"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42005",
"label": "42005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1669290545,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12756
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63913,
45.57607
]
},
"properties": {
"trip": {
"id": "295863467",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H58U000I-80-I",
"shapeId": "54_14"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42034",
"label": "42034",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1669722724,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12761
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57024,
45.49894
]
},
"properties": {
"trip": {
"id": "296294969",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H59U000I-80-I",
"shapeId": "150_1"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31237",
"label": "31237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 210,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1671019145,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 12826
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59663,
45.47311
]
},
"properties": {
"trip": {
"id": "295768734",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "38_23"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "De l'Église",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "44016",
"label": "44016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1737757625,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2928930
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5811,
45.48244
]
},
"properties": {
"trip": {
"id": "295769938",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": "26U-H56U000I-80-I",
"shapeId": "411_6"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "44032",
"label": "44032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 291,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1744807988,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2929150
}
],
"lastRefreshAt": 1784510875
}
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: 141
x-ratelimit-remaining: 136
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/nisi"$client = new \GuzzleHttp\Client();
$url = 'https://api.transittracker.ca/v2/agencies/stm/vehicles.geojson/nisi';
$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/nisi'
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: 141
x-ratelimit-remaining: 135
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: 43
x-ratelimit-remaining: 42
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": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "815",
"routeLongName": "REM des Sources / YUL Aéroport",
"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": 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": 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": "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": "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": "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": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"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": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"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": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"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": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"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": "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": "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": "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": "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": "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": "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": "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": "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": "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": null,
"routeTextColor": null,
"routeShortName": null,
"routeLongName": null,
"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": 1784294327,
"tripId": "301027350",
"routeId": "198",
"startTime": "07:58:00",
"position": {
"lat": 45.44052,
"lon": -73.63428
},
"bearing": 31,
"speed": 16,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 56,
"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": "301027350",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "198",
"routeLongName": "Broadway",
"shapeLink": "/storage/shapes/stm/198_36.json",
"shapeId": "198_36",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 09:20:14",
"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": 1784293480,
"tripId": "301026226",
"routeId": "104",
"startTime": "08:18:00",
"position": {
"lat": 45.48978,
"lon": -73.58541
},
"bearing": 129,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "301026226",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": "/storage/shapes/stm/104_20.json",
"shapeId": "104_20",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-25 11:36:06",
"meta": {},
"updatedAt": "2026-07-17 09:06:11",
"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": true,
"label": "27527",
"timestamp": 1784510783,
"tripId": "295768879",
"routeId": "61",
"startTime": "20:40:00",
"position": {
"lat": 45.42731,
"lon": -73.59917
},
"bearing": 213,
"speed": 28,
"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": "295768879",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "61",
"routeLongName": "Wellington",
"shapeLink": "/storage/shapes/stm/61_6.json",
"shapeId": "61_6",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:55:02",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": true,
"label": "27529",
"timestamp": 1784510782,
"tripId": "295768819",
"routeId": "57",
"startTime": "21:01:00",
"position": {
"lat": 45.48998,
"lon": -73.58572
},
"bearing": 131,
"speed": 25,
"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": [
[
4
]
],
"trip": {
"id": "295768819",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "57",
"routeLongName": "Charlevoix",
"shapeLink": "/storage/shapes/stm/57_1.json",
"shapeId": "57_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-12 20:36:14",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": true,
"label": "27533",
"timestamp": 1784510776,
"tripId": "295770326",
"routeId": "211",
"startTime": "21:10:00",
"position": {
"lat": 45.4476,
"lon": -73.74046
},
"bearing": 275,
"speed": 40,
"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": [
[
4
]
],
"trip": {
"id": "295770326",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_17.json",
"shapeId": "211_17",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1110,
"ref": "27534",
"isActive": false,
"label": "27534",
"timestamp": 1784321529,
"tripId": "301026749",
"routeId": "112",
"startTime": "16:17:00",
"position": {
"lat": 45.42508,
"lon": -73.64928
},
"bearing": 286,
"speed": 0,
"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": "301026749",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_14.json",
"shapeId": "112_14",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 03:00:05",
"meta": {},
"updatedAt": "2026-07-17 16:54:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 115,
"ref": "27535",
"isActive": false,
"label": "27535",
"timestamp": 1784152963,
"tripId": "301026826",
"routeId": "112",
"startTime": "17:28:00",
"position": {
"lat": 45.42531,
"lon": -73.6495
},
"bearing": 0,
"speed": 0,
"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": "301026826",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_14.json",
"shapeId": "112_14",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-15 18:11:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1294,
"ref": "27536",
"isActive": true,
"label": "27536",
"timestamp": 1784510782,
"tripId": "295769823",
"routeId": "107",
"startTime": "21:40:00",
"position": {
"lat": 45.42595,
"lon": -73.61034
},
"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": "295769823",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_2.json",
"shapeId": "107_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:25:03",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": true,
"label": "28003",
"timestamp": 1784510777,
"tripId": "295768963",
"routeId": "71",
"startTime": "21:18:00",
"position": {
"lat": 45.46278,
"lon": -73.56686
},
"bearing": 272,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
4
]
],
"trip": {
"id": "295768963",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "71",
"routeLongName": "Pointe-Saint-Charles",
"shapeLink": "/storage/shapes/stm/71_11.json",
"shapeId": "71_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 10:05:03",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": 1784322436,
"tripId": "301349075",
"routeId": "64",
"startTime": "16:53:00",
"position": {
"lat": 45.52958,
"lon": -73.71605
},
"bearing": 313,
"speed": 29,
"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": "301349075",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 17:09:14",
"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": 1784336145,
"tripId": "301348259",
"routeId": "221",
"startTime": "19:14:00",
"position": {
"lat": 45.50343,
"lon": -73.7353
},
"bearing": 48,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301348259",
"headsign": "Sud sur St-Jean et nord sur St-Charles",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "221",
"routeLongName": "Saint-Jean",
"shapeLink": "/storage/shapes/stm/221_1.json",
"shapeId": "221_1",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2020-01-05 21:44:02",
"meta": {},
"updatedAt": "2026-07-17 20:57:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1571,
"ref": "28009",
"isActive": false,
"label": "28009",
"timestamp": 1784321856,
"tripId": "301349168",
"routeId": "177",
"startTime": "16:03:00",
"position": {
"lat": 45.52985,
"lon": -73.67014
},
"bearing": 198,
"speed": 26,
"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": [
[
8
]
],
"trip": {
"id": "301349168",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "177",
"routeLongName": "Thimens",
"shapeLink": "/storage/shapes/stm/177_7.json",
"shapeId": "177_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:05:06",
"meta": {},
"updatedAt": "2026-07-17 17:02:13",
"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": 1783633801,
"tripId": "301348945",
"routeId": "225",
"startTime": "16:58:00",
"position": {
"lat": 45.51316,
"lon": -73.68403
},
"bearing": 42,
"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": "301348945",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "225",
"routeLongName": "Hymus",
"shapeLink": "/storage/shapes/stm/225_13.json",
"shapeId": "225_13",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-12-10 19:14:06",
"meta": {},
"updatedAt": "2026-07-09 18:01:12",
"agencyName": "Société de transport de Montréal"
},
{
"id": 3250,
"ref": "28012",
"isActive": false,
"label": "28012",
"timestamp": 1784500771,
"tripId": "295769284",
"routeId": "106",
"startTime": "18:16:00",
"position": {
"lat": 45.42503,
"lon": -73.64983
},
"bearing": 38,
"speed": 22,
"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": [
[
4
]
],
"trip": {
"id": "295769284",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "106",
"routeLongName": "Newman",
"shapeLink": "/storage/shapes/stm/106_1.json",
"shapeId": "106_1",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-01-15 12:06:23",
"meta": {},
"updatedAt": "2026-07-19 18:48:08",
"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": [],
"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": 1784347952,
"tripId": "301348904",
"routeId": "208",
"startTime": "23:30:00",
"position": {
"lat": 45.45597,
"lon": -73.84423
},
"bearing": 73,
"speed": 88,
"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": "301348904",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "208",
"routeLongName": "Brunswick",
"shapeLink": "/storage/shapes/stm/208_9.json",
"shapeId": "208_9",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-12-30 11:42:07",
"meta": {},
"updatedAt": "2026-07-18 00:23:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2405,
"ref": "28017",
"isActive": false,
"label": "28017",
"timestamp": 1784326327,
"tripId": "301348831",
"routeId": "196",
"startTime": "17:22:00",
"position": {
"lat": 45.51334,
"lon": -73.68382
},
"bearing": 19,
"speed": 14,
"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": [
[
8
]
],
"trip": {
"id": "301348831",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": "/storage/shapes/stm/196_15.json",
"shapeId": "196_15",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 21:14:13",
"meta": {},
"updatedAt": "2026-07-17 18:21:12",
"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": 1784323533,
"tripId": "301348691",
"routeId": "468",
"startTime": "16:25:00",
"position": {
"lat": 45.51321,
"lon": -73.68397
},
"bearing": 306,
"speed": 25,
"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": 3,
"label": "Standing room only"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301348691",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": "/storage/shapes/stm/468_12.json",
"shapeId": "468_12",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 10:15:04",
"meta": {},
"updatedAt": "2026-07-17 17:36:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 122,
"ref": "28021",
"isActive": false,
"label": "28021",
"timestamp": 1777416836,
"tripId": "296645177",
"routeId": "164",
"startTime": "18:10:00",
"position": {
"lat": 45.50357,
"lon": -73.73405
},
"bearing": 227,
"speed": 5,
"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": [
[
8
]
],
"trip": {
"id": "296645177",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/164_2.json",
"shapeId": "164_2",
"serviceId": "26M-H60M000S-71-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-04-28 18:56:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1881,
"ref": "28022",
"isActive": false,
"label": "28022",
"timestamp": 1784332790,
"tripId": "301348979",
"routeId": "170",
"startTime": "19:39:00",
"position": {
"lat": 45.52218,
"lon": -73.73342
},
"bearing": 312,
"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": [
[
8
]
],
"trip": {
"id": "301348979",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_10.json",
"shapeId": "170_10",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:50:15",
"meta": {},
"updatedAt": "2026-07-17 20:01:29",
"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": 1784290301,
"tripId": "301348232",
"routeId": "196",
"startTime": "07:18:00",
"position": {
"lat": 45.43981,
"lon": -73.69038
},
"bearing": 269,
"speed": 45,
"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": "301348232",
"headsign": "Sud",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "196",
"routeLongName": "Parc-Industriel-Lachine",
"shapeLink": "/storage/shapes/stm/196_16.json",
"shapeId": "196_16",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 08:14:05",
"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": 1784326893,
"tripId": "301348712",
"routeId": "64",
"startTime": "18:04:00",
"position": {
"lat": 45.53064,
"lon": -73.7177
},
"bearing": 312,
"speed": 15,
"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": "301348712",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:30:08",
"meta": {},
"updatedAt": "2026-07-17 18:32:11",
"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": 1784336639,
"tripId": "301348722",
"routeId": "174",
"startTime": "20:40:00",
"position": {
"lat": 45.52342,
"lon": -73.67221
},
"bearing": 25,
"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": [
[
8
]
],
"trip": {
"id": "301348722",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "174",
"routeLongName": "Côte-Vertu",
"shapeLink": "/storage/shapes/stm/174_5.json",
"shapeId": "174_5",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 21:15:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 127,
"ref": "28031",
"isActive": false,
"label": "28031",
"timestamp": 1784333122,
"tripId": "301348992",
"routeId": "174",
"startTime": "19:40:00",
"position": {
"lat": 45.5227,
"lon": -73.67268
},
"bearing": 25,
"speed": 31,
"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": "301348992",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "174",
"routeLongName": "Côte-Vertu",
"shapeLink": "/storage/shapes/stm/174_5.json",
"shapeId": "174_5",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 20:16:10",
"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": 1784324508,
"tripId": "301349003",
"routeId": "209",
"startTime": "16:56:00",
"position": {
"lat": 45.51018,
"lon": -73.81364
},
"bearing": 143,
"speed": 30,
"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": [
[
8
]
],
"trip": {
"id": "301349003",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/209_11.json",
"shapeId": "209_11",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 17:52:09",
"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": 1784332433,
"tripId": "301348756",
"routeId": "215",
"startTime": "19:08:00",
"position": {
"lat": 45.4596,
"lon": -73.8363
},
"bearing": 333,
"speed": 0,
"vehicleType": "bus",
"plate": null,
"odometer": null,
"currentStopSequence": 50,
"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": "301348756",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "215",
"routeLongName": "Henri-Bourassa",
"shapeLink": "/storage/shapes/stm/215_15.json",
"shapeId": "215_15",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 20:04:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 7429,
"ref": "28041",
"isActive": false,
"label": "28041",
"timestamp": 1784288980,
"tripId": "301348240",
"routeId": "72",
"startTime": "07:15:00",
"position": {
"lat": 45.47612,
"lon": -73.7895
},
"bearing": 347,
"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": [
[
8
]
],
"trip": {
"id": "301348240",
"headsign": "Ouest destination Station Des Sources",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "72",
"routeLongName": "Alfred-Nobel",
"shapeLink": "/storage/shapes/stm/72_14.json",
"shapeId": "72_14",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2020-08-13 06:25:03",
"meta": {},
"updatedAt": "2026-07-17 07:59:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1711,
"ref": "28042",
"isActive": false,
"label": "28042",
"timestamp": 1784326907,
"tripId": "301349220",
"routeId": "221",
"startTime": "17:53:00",
"position": {
"lat": 45.43514,
"lon": -73.84821
},
"bearing": 249,
"speed": 31,
"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": [
[
8
]
],
"trip": {
"id": "301349220",
"headsign": "Sud sur St-Jean et nord sur St-Charles",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "221",
"routeLongName": "Saint-Jean",
"shapeLink": "/storage/shapes/stm/221_1.json",
"shapeId": "221_1",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:25:07",
"meta": {},
"updatedAt": "2026-07-17 18:32:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1740,
"ref": "28043",
"isActive": false,
"label": "28043",
"timestamp": 1784325892,
"tripId": "301348806",
"routeId": "64",
"startTime": "17:49:00",
"position": {
"lat": 45.53073,
"lon": -73.71782
},
"bearing": 312,
"speed": 30,
"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": "301348806",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:30:09",
"meta": {},
"updatedAt": "2026-07-17 18:15:13",
"agencyName": "Société de transport de Montréal"
},
{
"id": 130,
"ref": "28044",
"isActive": false,
"label": "28044",
"timestamp": 1784322338,
"tripId": "301348725",
"routeId": "68",
"startTime": "16:25:00",
"position": {
"lat": 45.50917,
"lon": -73.81889
},
"bearing": 333,
"speed": 21,
"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": [
[
8
]
],
"trip": {
"id": "301348725",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "68",
"routeLongName": "Pierrefonds",
"shapeLink": "/storage/shapes/stm/68_26.json",
"shapeId": "68_26",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 17:08:10",
"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": true,
"label": "28046",
"timestamp": 1784510783,
"tripId": "295769219",
"routeId": "104",
"startTime": "20:51:00",
"position": {
"lat": 45.48773,
"lon": -73.59213
},
"bearing": 49,
"speed": 0,
"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": [
[
4
]
],
"trip": {
"id": "295769219",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "104",
"routeLongName": "Cavendish",
"shapeLink": "/storage/shapes/stm/104_20.json",
"shapeId": "104_20",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-12-12 21:30:13",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"agencyName": "Société de transport de Montréal"
},
{
"id": 132,
"ref": "28047",
"isActive": false,
"label": "28047",
"timestamp": 1784350923,
"tripId": "301027734",
"routeId": "71",
"startTime": "00:36:00",
"position": {
"lat": 45.46263,
"lon": -73.56366
},
"bearing": 279,
"speed": 32,
"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": [
[
4
]
],
"trip": {
"id": "301027734",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "71",
"routeLongName": "Pointe-Saint-Charles",
"shapeLink": "/storage/shapes/stm/71_1.json",
"shapeId": "71_1",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-18 01:13:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 133,
"ref": "28048",
"isActive": false,
"label": "28048",
"timestamp": 1784475945,
"tripId": "295770076",
"routeId": "35",
"startTime": "11:01:00",
"position": {
"lat": 45.44703,
"lon": -73.6045
},
"bearing": 135,
"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": [
[
4
]
],
"trip": {
"id": "295770076",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "35",
"routeLongName": "Griffintown",
"shapeLink": "/storage/shapes/stm/35_22.json",
"shapeId": "35_22",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-19 11:55:13",
"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": 1784462741,
"tripId": "302506028",
"routeId": "568",
"startTime": "07:10:00",
"position": {
"lat": 45.46971,
"lon": -73.53618
},
"bearing": 337,
"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": 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": "2026-07-19 08:07:07",
"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": 1783976030,
"tripId": "301026503",
"routeId": "107",
"startTime": "16:53:00",
"position": {
"lat": 45.42595,
"lon": -73.61034
},
"bearing": 308,
"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": "301026503",
"headsign": "Est",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "107",
"routeLongName": "Verdun",
"shapeLink": "/storage/shapes/stm/107_2.json",
"shapeId": "107_2",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-13 16:55:17",
"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": 1784327476,
"tripId": "301027409",
"routeId": "211",
"startTime": "17:29:00",
"position": {
"lat": 45.43955,
"lon": -73.88663
},
"bearing": 244,
"speed": 21,
"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": [
[
4
]
],
"trip": {
"id": "301027409",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "211",
"routeLongName": "Bord-du-Lac",
"shapeLink": "/storage/shapes/stm/211_17.json",
"shapeId": "211_17",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 11:50:17",
"meta": {},
"updatedAt": "2026-07-17 18:42:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 137,
"ref": "28062",
"isActive": false,
"label": "28062",
"timestamp": 1784329266,
"tripId": "301348653",
"routeId": "203",
"startTime": "18:17:00",
"position": {
"lat": 45.45945,
"lon": -73.83786
},
"bearing": 234,
"speed": 22,
"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": [
[
8
]
],
"trip": {
"id": "301348653",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "203",
"routeLongName": "Carson",
"shapeLink": "/storage/shapes/stm/203_14.json",
"shapeId": "203_14",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 19:12:10",
"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": 1784331338,
"tripId": "301026602",
"routeId": "113",
"startTime": "19:04:00",
"position": {
"lat": 45.42533,
"lon": -73.64969
},
"bearing": 184,
"speed": 16,
"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": [
[
4
]
],
"trip": {
"id": "301026602",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "113",
"routeLongName": "Lapierre",
"shapeLink": "/storage/shapes/stm/113_1.json",
"shapeId": "113_1",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 19:42:10",
"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": 1784037625,
"tripId": "301347808",
"routeId": "209",
"startTime": "08:41:00",
"position": {
"lat": 45.45357,
"lon": -73.75282
},
"bearing": 97,
"speed": 57,
"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": "301347808",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "209",
"routeLongName": "Des Sources / YUL Aéroport",
"shapeLink": "/storage/shapes/stm/209_10.json",
"shapeId": "209_10",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-14 10:11:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 143,
"ref": "28073",
"isActive": false,
"label": "28073",
"timestamp": 1784153786,
"tripId": "301349092",
"routeId": "475",
"startTime": "17:04:00",
"position": {
"lat": 45.49221,
"lon": -73.85144
},
"bearing": 226,
"speed": 6,
"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": "301349092",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "475",
"routeLongName": "Express Dollard-des-Ormeaux",
"shapeLink": "/storage/shapes/stm/475_3.json",
"shapeId": "475_3",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-15 18:27:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1333,
"ref": "28074",
"isActive": false,
"label": "28074",
"timestamp": 1781908724,
"tripId": "301348089",
"routeId": "177",
"startTime": "17:49:00",
"position": {
"lat": 45.50327,
"lon": -73.7336
},
"bearing": 131,
"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": [
[
8
]
],
"trip": {
"id": "301348089",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "177",
"routeLongName": "Thimens",
"shapeLink": "/storage/shapes/stm/177_8.json",
"shapeId": "177_8",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 10:30:03",
"meta": {},
"updatedAt": "2026-06-19 18:42: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": 1784350862,
"tripId": "301349202",
"routeId": "202",
"startTime": "23:56:00",
"position": {
"lat": 45.5182,
"lon": -73.66216
},
"bearing": 21,
"speed": 23,
"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": "301349202",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "202",
"routeLongName": "Dawson",
"shapeLink": "/storage/shapes/stm/202_22.json",
"shapeId": "202_22",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:20:09",
"meta": {},
"updatedAt": "2026-07-18 01:03:06",
"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": 1784326302,
"tripId": "301348923",
"routeId": "170",
"startTime": "17:47:00",
"position": {
"lat": 45.52372,
"lon": -73.73589
},
"bearing": 312,
"speed": 29,
"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": [
[
8
]
],
"trip": {
"id": "301348923",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_10.json",
"shapeId": "170_10",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 18:13:11",
"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": true,
"label": "28081",
"timestamp": 1784510767,
"tripId": "295769430",
"routeId": "114",
"startTime": "21:28:00",
"position": {
"lat": 45.44273,
"lon": -73.65022
},
"bearing": 116,
"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": "295769430",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/114_11.json",
"shapeId": "114_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 11:00:05",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": true,
"label": "28084",
"timestamp": 1784510771,
"tripId": "295769798",
"routeId": "114",
"startTime": "20:58:00",
"position": {
"lat": 45.43393,
"lon": -73.59348
},
"bearing": 195,
"speed": 38,
"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": [
[
4
]
],
"trip": {
"id": "295769798",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "114",
"routeLongName": "Angrignon",
"shapeLink": "/storage/shapes/stm/114_11.json",
"shapeId": "114_11",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2019-11-22 22:32:16",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": true,
"label": "28088",
"timestamp": 1784510783,
"tripId": "295769876",
"routeId": "123",
"startTime": "21:05:00",
"position": {
"lat": 45.45113,
"lon": -73.64172
},
"bearing": 27,
"speed": 2,
"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": "295769876",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "123",
"routeLongName": "Dollard / Shevchenko",
"shapeLink": "/storage/shapes/stm/123_2.json",
"shapeId": "123_2",
"serviceId": "26U-H56U000I-80-I",
"blockId": null
},
"createdAt": "2020-04-16 21:01:03",
"meta": {},
"updatedAt": "2026-07-19 21:27:04",
"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": 1784327413,
"tripId": "301348927",
"routeId": "117",
"startTime": "18:05:00",
"position": {
"lat": 45.53197,
"lon": -73.71975
},
"bearing": 320,
"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": 1,
"label": "Many seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301348927",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "117",
"routeLongName": "O'Brien",
"shapeLink": "/storage/shapes/stm/117_7.json",
"shapeId": "117_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 18:41:07",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1497,
"ref": "28093",
"isActive": false,
"label": "28093",
"timestamp": 1784153889,
"tripId": "301025829",
"routeId": "112",
"startTime": "17:39:00",
"position": {
"lat": 45.42533,
"lon": -73.64893
},
"bearing": 24,
"speed": 0,
"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": "301025829",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "112",
"routeLongName": "Airlie",
"shapeLink": "/storage/shapes/stm/112_14.json",
"shapeId": "112_14",
"serviceId": "26U-H56U000S-81-S",
"blockId": null
},
"createdAt": "2019-11-22 10:55:03",
"meta": {},
"updatedAt": "2026-07-15 18:26: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": 1784330488,
"tripId": "301348800",
"routeId": "117",
"startTime": "18:56:00",
"position": {
"lat": 45.50896,
"lon": -73.67152
},
"bearing": 219,
"speed": 18,
"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": [
[
8
]
],
"trip": {
"id": "301348800",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "117",
"routeLongName": "O'Brien",
"shapeLink": "/storage/shapes/stm/117_6.json",
"shapeId": "117_6",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 19:32:06",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1742,
"ref": "28100",
"isActive": false,
"label": "28100",
"timestamp": 1784327271,
"tripId": "301348794",
"routeId": "218",
"startTime": "18:07:00",
"position": {
"lat": 45.45908,
"lon": -73.89241
},
"bearing": 332,
"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": [
[
8
]
],
"trip": {
"id": "301348794",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "218",
"routeLongName": "Antoine-Faucon",
"shapeLink": "/storage/shapes/stm/218_4.json",
"shapeId": "218_4",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 11:30:10",
"meta": {},
"updatedAt": "2026-07-17 18:29:08",
"agencyName": "Société de transport de Montréal"
},
{
"id": 150,
"ref": "28101",
"isActive": false,
"label": "28101",
"timestamp": 1784321511,
"tripId": "301349016",
"routeId": "468",
"startTime": "15:50:00",
"position": {
"lat": 45.513,
"lon": -73.68423
},
"bearing": 42,
"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": 2,
"label": "Few seats available"
},
"agency": "stm",
"links": [
3,
22
],
"tags": [
[
8
]
],
"trip": {
"id": "301349016",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "468",
"routeLongName": "Express Pierrefonds / Gouin",
"shapeLink": "/storage/shapes/stm/468_12.json",
"shapeId": "468_12",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 16:54:12",
"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": 1784319369,
"tripId": "301348645",
"routeId": "64",
"startTime": "15:58:00",
"position": {
"lat": 45.53066,
"lon": -73.71773
},
"bearing": 312,
"speed": 26,
"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": [
[
8
]
],
"trip": {
"id": "301348645",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 16:27:11",
"agencyName": "Société de transport de Montréal"
},
{
"id": 154,
"ref": "28107",
"isActive": false,
"label": "28107",
"timestamp": 1784324185,
"tripId": "301348046",
"routeId": "164",
"startTime": "16:40:00",
"position": {
"lat": 45.50086,
"lon": -73.73356
},
"bearing": 228,
"speed": 3,
"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": [
[
8
]
],
"trip": {
"id": "301348046",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "164",
"routeLongName": "Dudemaine",
"shapeLink": "/storage/shapes/stm/164_2.json",
"shapeId": "164_2",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 17:41:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2100,
"ref": "28108",
"isActive": false,
"label": "28108",
"timestamp": 1782768718,
"tripId": "301349127",
"routeId": "200",
"startTime": "17:06:00",
"position": {
"lat": 45.41992,
"lon": -73.87949
},
"bearing": 81,
"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": [
[
8
]
],
"trip": {
"id": "301349127",
"headsign": "Est",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "200",
"routeLongName": "Sainte-Anne-de-Bellevue",
"shapeLink": "/storage/shapes/stm/200_7.json",
"shapeId": "200_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 12:30:26",
"meta": {},
"updatedAt": "2026-06-29 17:34:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 155,
"ref": "28109",
"isActive": false,
"label": "28109",
"timestamp": 1784290971,
"tripId": "301348406",
"routeId": "174",
"startTime": "08:01:00",
"position": {
"lat": 45.47454,
"lon": -73.73289
},
"bearing": 223,
"speed": 12,
"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": [
[
8
]
],
"trip": {
"id": "301348406",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "174",
"routeLongName": "Côte-Vertu",
"shapeLink": "/storage/shapes/stm/174_4.json",
"shapeId": "174_4",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 08:25:14",
"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": 1784502947,
"tripId": "301362553",
"routeId": "201",
"startTime": "18:57:00",
"position": {
"lat": 45.4353,
"lon": -73.84838
},
"bearing": 163,
"speed": 11,
"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": "301362553",
"headsign": "Sud",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "201",
"routeLongName": "Saint-Charles / Saint-Jean",
"shapeLink": "/storage/shapes/stm/201_22.json",
"shapeId": "201_22",
"serviceId": "26U-H60U000I-84-I",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-19 19:27:08",
"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": 1784324822,
"tripId": "301348781",
"routeId": "170",
"startTime": "17:19:00",
"position": {
"lat": 45.52635,
"lon": -73.73021
},
"bearing": 144,
"speed": 25,
"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": [
[
8
]
],
"trip": {
"id": "301348781",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_10.json",
"shapeId": "170_10",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 17:52:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 1885,
"ref": "28118",
"isActive": false,
"label": "28118",
"timestamp": 1783991586,
"tripId": "296725060",
"routeId": "103",
"startTime": "20:50:00",
"position": {
"lat": 45.45871,
"lon": -73.66381
},
"bearing": 66,
"speed": 35,
"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": [
[
8
]
],
"trip": {
"id": "296725060",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "103",
"routeLongName": "Monkland",
"shapeLink": "/storage/shapes/stm/103_2.json",
"shapeId": "103_2",
"serviceId": "26U-H50U000S-83-S",
"blockId": null
},
"createdAt": "2019-11-22 11:50:20",
"meta": {},
"updatedAt": "2026-07-13 21:24:09",
"agencyName": "Société de transport de Montréal"
},
{
"id": 2860,
"ref": "28119",
"isActive": false,
"label": "28119",
"timestamp": 1784328059,
"tripId": "301349038",
"routeId": "170",
"startTime": "18:15:00",
"position": {
"lat": 45.52634,
"lon": -73.73019
},
"bearing": 152,
"speed": 28,
"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": [
[
8
]
],
"trip": {
"id": "301349038",
"headsign": "Nord",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "170",
"routeLongName": "Keller",
"shapeLink": "/storage/shapes/stm/170_10.json",
"shapeId": "170_10",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-12-03 12:08:11",
"meta": {},
"updatedAt": "2026-07-17 18:51:08",
"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": 1784325273,
"tripId": "301348777",
"routeId": "216",
"startTime": "17:29:00",
"position": {
"lat": 45.4772,
"lon": -73.7915
},
"bearing": 63,
"speed": 17,
"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": "301348777",
"headsign": "Ouest",
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "216",
"routeLongName": "Transcanadienne",
"shapeLink": "/storage/shapes/stm/216_5.json",
"shapeId": "216_5",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 18:04:11",
"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": 1769470306,
"tripId": "292638033",
"routeId": "175",
"startTime": "18:00:00",
"position": {
"lat": 45.48658,
"lon": -73.70445
},
"bearing": 218,
"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": [
[
8
]
],
"trip": {
"id": null,
"headsign": null,
"shortName": null,
"routeColor": "#009EE0",
"routeTextColor": "#FFFFFF",
"routeShortName": "175",
"routeLongName": "Griffith / Saint-François",
"shapeLink": null,
"shapeId": null,
"serviceId": null,
"blockId": null
},
"createdAt": "2019-11-22 12:45:27",
"meta": {},
"updatedAt": "2026-01-26 18:33:10",
"agencyName": "Société de transport de Montréal"
},
{
"id": 164,
"ref": "28128",
"isActive": false,
"label": "28128",
"timestamp": 1784328329,
"tripId": "301349151",
"routeId": "64",
"startTime": "18:31:00",
"position": {
"lat": 45.53064,
"lon": -73.7177
},
"bearing": 313,
"speed": 7,
"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": "301349151",
"headsign": "Nord",
"shortName": null,
"routeColor": "#781B7D",
"routeTextColor": "#FFFFFF",
"routeShortName": "64",
"routeLongName": "Grenet",
"shapeLink": "/storage/shapes/stm/64_7.json",
"shapeId": "64_7",
"serviceId": "26U-H60U000S-86-S",
"blockId": null
},
"createdAt": "2019-11-22 00:14:35",
"meta": {},
"updatedAt": "2026-07-17 18:56:11",
"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=38",
"prev": null,
"next": "https://api.transittracker.ca/v2/vehicles?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 38,
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=2",
"label": "2",
"page": 2,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=3",
"label": "3",
"page": 3,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=4",
"label": "4",
"page": 4,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=5",
"label": "5",
"page": 5,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=6",
"label": "6",
"page": 6,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=7",
"label": "7",
"page": 7,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=8",
"label": "8",
"page": 8,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=9",
"label": "9",
"page": 9,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=10",
"label": "10",
"page": 10,
"active": false
},
{
"url": null,
"label": "...",
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=37",
"label": "37",
"page": 37,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=38",
"label": "38",
"page": 38,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles?page=2",
"label": "Next »",
"page": 2,
"active": false
}
],
"path": "https://api.transittracker.ca/v2/vehicles",
"per_page": 500,
"to": 500,
"total": 18741
}
}
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: 43
x-ratelimit-remaining: 41
content-language: en
vary: Origin
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59917,
45.42731
]
},
"properties": {
"trip": {
"id": "295768879",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27527",
"label": "27527",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438102,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1496
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58572,
45.48998
]
},
"properties": {
"trip": {
"id": "295768819",
"shortName": null,
"headsign": "Nord",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "57_1"
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Charlevoix",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27529",
"label": "27529",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 131,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576200974,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3040
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74046,
45.4476
]
},
"properties": {
"trip": {
"id": "295770326",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "211_17"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27533",
"label": "27533",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 275,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 114
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61034,
45.42595
]
},
"properties": {
"trip": {
"id": "295769823",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "107_2"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "27536",
"label": "27536",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436303,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1294
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.46278
]
},
"properties": {
"trip": {
"id": "295768963",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "71_11"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28003",
"label": "28003",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 272,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435103,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1211
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59213,
45.48773
]
},
"properties": {
"trip": {
"id": "295769219",
"shortName": null,
"headsign": "Est",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "104_20"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28046",
"label": "28046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 49,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576204213,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3043
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65022,
45.44273
]
},
"properties": {
"trip": {
"id": "295769430",
"shortName": null,
"headsign": "Sud",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "114_11"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28081",
"label": "28081",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438405,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1531
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59348,
45.43393
]
},
"properties": {
"trip": {
"id": "295769798",
"shortName": null,
"headsign": "Sud",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "114_11"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28084",
"label": "28084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 195,
"odometer": 0,
"speed": 38
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574479936,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2465
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64172,
45.45113
]
},
"properties": {
"trip": {
"id": "295769876",
"shortName": null,
"headsign": "Nord",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "123_2"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Dollard / Shevchenko",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "28088",
"label": "28088",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 27,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1587085263,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7106
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55255,
45.47839
]
},
"properties": {
"trip": {
"id": "295769015",
"shortName": null,
"headsign": "Sud",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "71_1"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29015",
"label": "29015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 277,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576686850,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3105
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61442,
45.4654
]
},
"properties": {
"trip": {
"id": "295769243",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "104_12"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29017",
"label": "29017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 220,
"odometer": 0,
"speed": 16
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54443,
45.46946
]
},
"properties": {
"trip": {
"id": "295768395",
"shortName": null,
"headsign": "Sud",
"startTime": "21:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "12_2"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29019",
"label": "29019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 260,
"odometer": 0,
"speed": 33
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 174
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59602,
45.44573
]
},
"properties": {
"trip": {
"id": "295769720",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "113_1"
},
"route": {
"id": "113",
"shortName": "113",
"longName": "Lapierre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29021",
"label": "29021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 103,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574440211,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1745
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59256,
45.44536
]
},
"properties": {
"trip": {
"id": "295770118",
"shortName": null,
"headsign": "Est",
"startTime": "20:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29032",
"label": "29032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1586909944,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7099
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57275,
45.49995
]
},
"properties": {
"trip": {
"id": "295768917",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29064",
"label": "29064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 309,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 189
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5611,
45.4484
]
},
"properties": {
"trip": {
"id": "295768533",
"shortName": null,
"headsign": "Nord",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "12_1"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29075",
"label": "29075",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 194
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64374,
45.41785
]
},
"properties": {
"trip": {
"id": "295769338",
"shortName": null,
"headsign": "Est",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "110_19"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29080",
"label": "29080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 20,
"odometer": 0,
"speed": 23
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 197
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55824,
45.48494
]
},
"properties": {
"trip": {
"id": "295768857",
"shortName": null,
"headsign": "Nord",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "57_1"
},
"route": {
"id": "57",
"shortName": "57",
"longName": "Charlevoix",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29084",
"label": "29084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574785091,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2651
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74216,
45.44767
]
},
"properties": {
"trip": {
"id": "295770150",
"shortName": null,
"headsign": "Est",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "411_5"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29090",
"label": "29090",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 242,
"odometer": 0,
"speed": 26
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 203
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58582,
45.48259
]
},
"properties": {
"trip": {
"id": "295769265",
"shortName": null,
"headsign": "Est",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "211_19"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29094",
"label": "29094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441423,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1889
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62991,
45.43256
]
},
"properties": {
"trip": {
"id": "295769295",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "106_1"
},
"route": {
"id": "106",
"shortName": "106",
"longName": "Newman",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29095",
"label": "29095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574438709,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1578
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5809,
45.49742
]
},
"properties": {
"trip": {
"id": "296847713",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "144_1"
},
"route": {
"id": "144",
"shortName": "144",
"longName": "Avenue des Pins",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29098",
"label": "29098",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 207
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65414,
45.4344
]
},
"properties": {
"trip": {
"id": "295770347",
"shortName": null,
"headsign": "Est",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "195_4"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29103",
"label": "29103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 235,
"odometer": 0,
"speed": 31
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 208
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57274,
45.47449
]
},
"properties": {
"trip": {
"id": "295769542",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "108_1"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29108",
"label": "29108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 340,
"odometer": 0,
"speed": 10
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576686612,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3104
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58869,
45.4762
]
},
"properties": {
"trip": {
"id": "295769368",
"shortName": null,
"headsign": "Est",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29111",
"label": "29111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 318,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575685222,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2957
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58154,
45.45612
]
},
"properties": {
"trip": {
"id": "295769124",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "37_11"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29114",
"label": "29114",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 201,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1581459724,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3348
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57397,
45.48367
]
},
"properties": {
"trip": {
"id": "295769619",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "35_22"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29119",
"label": "29119",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574865484,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2690
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57209,
45.5043
]
},
"properties": {
"trip": {
"id": "295768552",
"shortName": null,
"headsign": "Est",
"startTime": "20:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29120",
"label": "29120",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 305,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510761,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 212
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6142,
45.42556
]
},
"properties": {
"trip": {
"id": "295770052",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "198_34"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29122",
"label": "29122",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574442330,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1998
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72233,
45.44043
]
},
"properties": {
"trip": {
"id": "295768514",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29133",
"label": "29133",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 117,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 217
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70122,
45.44457
]
},
"properties": {
"trip": {
"id": "295769983",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "195_21"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29136",
"label": "29136",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 290,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441425,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1892
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68092,
45.43586
]
},
"properties": {
"trip": {
"id": "295769160",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "496_1"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29147",
"label": "29147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 79,
"odometer": 0,
"speed": 29
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 226
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57091,
45.45684
]
},
"properties": {
"trip": {
"id": "295768934",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "61_5"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29148",
"label": "29148",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 272,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 54,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575747486,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2961
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75156,
45.45662
]
},
"properties": {
"trip": {
"id": "296710165",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29149",
"label": "29149",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 263,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403192,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 827
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65595,
45.44236
]
},
"properties": {
"trip": {
"id": "296710183",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29150",
"label": "29150",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 287,
"odometer": 0,
"speed": 75
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 227
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63969,
45.5707
]
},
"properties": {
"trip": {
"id": "295863941",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "121_22"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "29851",
"label": "29851",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": 0,
"speed": 8
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576862057,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 3143
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58653,
45.52648
]
},
"properties": {
"trip": {
"id": "296278538",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30006",
"label": "30006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 222,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 259
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93552,
45.40505
]
},
"properties": {
"trip": {
"id": "295770166",
"shortName": null,
"headsign": "Est",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "411_5"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30026",
"label": "30026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 88,
"odometer": 0,
"speed": 33
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574438407,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 1538
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56286,
45.46769
]
},
"properties": {
"trip": {
"id": "295768431",
"shortName": null,
"headsign": "Nord",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "12_1"
},
"route": {
"id": "12",
"shortName": "12",
"longName": "Île-des-Soeurs",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30028",
"label": "30028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 161,
"odometer": 0,
"speed": 30
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575991447,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61884,
45.44136
]
},
"properties": {
"trip": {
"id": "295769737",
"shortName": null,
"headsign": "Est",
"startTime": "20:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "110_19"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30043",
"label": "30043",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 52,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 67,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 263
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58224,
45.45691
]
},
"properties": {
"trip": {
"id": "295770370",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "112_14"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30044",
"label": "30044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 70,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 264
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63138,
45.48121
]
},
"properties": {
"trip": {
"id": "296278289",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30063",
"label": "30063",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1599242645,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8732
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57393,
45.54965
]
},
"properties": {
"trip": {
"id": "296278422",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "47_1"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Masson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30067",
"label": "30067",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 23,
"odometer": 0,
"speed": 17
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575600260,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2932
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57251,
45.45001
]
},
"properties": {
"trip": {
"id": "295769468",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "107_2"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30076",
"label": "30076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 3,
"odometer": 0,
"speed": 15
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574697730,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2541
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55357,
45.5542
]
},
"properties": {
"trip": {
"id": "296278567",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "97_16"
},
"route": {
"id": "97",
"shortName": "97",
"longName": "Avenue-du-Mont-Royal",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30093",
"label": "30093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575993489,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 2998
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85728,
45.48616
]
},
"properties": {
"trip": {
"id": "301363352",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "468_11"
},
"route": {
"id": "468",
"shortName": "468",
"longName": "Express Pierrefonds / Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30095",
"label": "30095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 43
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576634426,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3090
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63255,
45.41703
]
},
"properties": {
"trip": {
"id": "295769566",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "110_20"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30097",
"label": "30097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 273,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574434804,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1196
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5248,
45.59336
]
},
"properties": {
"trip": {
"id": "296393179",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "28_15"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30110",
"label": "30110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435403,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1234
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54025,
45.58962
]
},
"properties": {
"trip": {
"id": "296392737",
"shortName": null,
"headsign": "Nord",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "44_1"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Armand-Bombardier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30111",
"label": "30111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 285
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.535,
45.59666
]
},
"properties": {
"trip": {
"id": "296393084",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "26_2"
},
"route": {
"id": "26",
"shortName": "26",
"longName": "Mercier-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30116",
"label": "30116",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440515,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1790
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49219,
45.65727
]
},
"properties": {
"trip": {
"id": "296392967",
"shortName": null,
"headsign": "Est",
"startTime": "20:59:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "189_1"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30126",
"label": "30126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 346,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 290
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53258,
45.60074
]
},
"properties": {
"trip": {
"id": "296392451",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "187_1"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30137",
"label": "30137",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575078748,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2796
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49882,
45.64594
]
},
"properties": {
"trip": {
"id": "296392852",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "187_2"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30142",
"label": "30142",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13,
"odometer": 0,
"speed": 7
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574869325,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2693
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56116,
45.65044
]
},
"properties": {
"trip": {
"id": "296392806",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30147",
"label": "30147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 95,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 299
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51608,
45.65564
]
},
"properties": {
"trip": {
"id": "296392822",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30153",
"label": "30153",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 12,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 303
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50188,
45.66163
]
},
"properties": {
"trip": {
"id": "296393197",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "187_1"
},
"route": {
"id": "187",
"shortName": "187",
"longName": "René-Lévesque",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30159",
"label": "30159",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 195,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575910458,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2978
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82129,
45.49567
]
},
"properties": {
"trip": {
"id": "301362575",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "206_6"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30167",
"label": "30167",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 154,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 307
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70989,
45.5256
]
},
"properties": {
"trip": {
"id": "301362861",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "164_3"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30172",
"label": "30172",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 101,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440216,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1750
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68784,
45.51031
]
},
"properties": {
"trip": {
"id": "301363677",
"shortName": null,
"headsign": "Ouest destination Raymond-Lasnier / Beaulac",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "70_12"
},
"route": {
"id": "70",
"shortName": "70",
"longName": "Bois-Franc",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30176",
"label": "30176",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436604,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1337
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70343,
45.53019
]
},
"properties": {
"trip": {
"id": "301362833",
"shortName": null,
"headsign": "Nord",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "170_10"
},
"route": {
"id": "170",
"shortName": "170",
"longName": "Keller",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30180",
"label": "30180",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575000979,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2770
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66701,
45.49383
]
},
"properties": {
"trip": {
"id": "296848077",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "92_12"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30181",
"label": "30181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575992407,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2996
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6106,
45.61327
]
},
"properties": {
"trip": {
"id": "296392319",
"shortName": null,
"headsign": "Nord",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "33_4"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30193",
"label": "30193",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 315
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58377,
45.57618
]
},
"properties": {
"trip": {
"id": "296393255",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "814_1"
},
"route": {
"id": "814",
"shortName": "814",
"longName": "Jean-Talon Est / Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30195",
"label": "30195",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 317
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58789,
45.59712
]
},
"properties": {
"trip": {
"id": "296392603",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "192_1"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30196",
"label": "30196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403195,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 833
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51033,
45.65279
]
},
"properties": {
"trip": {
"id": "296392929",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30199",
"label": "30199",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578324131,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3199
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53573,
45.59696
]
},
"properties": {
"trip": {
"id": "296392506",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "189_1"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30200",
"label": "30200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577463251,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3170
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64,
45.50655
]
},
"properties": {
"trip": {
"id": "296848339",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "92_11"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30214",
"label": "30214",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574442941,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2058
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53564,
45.54819
]
},
"properties": {
"trip": {
"id": "295863250",
"shortName": null,
"headsign": "Nord",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30217",
"label": "30217",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 296,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 321
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79158,
45.47735
]
},
"properties": {
"trip": {
"id": "301363892",
"shortName": null,
"headsign": "Est",
"startTime": "21:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "204_10"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30237",
"label": "30237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574877993,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2711
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54482,
45.57976
]
},
"properties": {
"trip": {
"id": "296295261",
"shortName": null,
"headsign": "Est",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "185_2"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30238",
"label": "30238",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576546106,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3077
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7346,
45.52278
]
},
"properties": {
"trip": {
"id": "301363524",
"shortName": null,
"headsign": "Sud",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "170_11"
},
"route": {
"id": "170",
"shortName": "170",
"longName": "Keller",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30239",
"label": "30239",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1581746764,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 3360
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83208,
45.46112
]
},
"properties": {
"trip": {
"id": "301362888",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "230_6"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30243",
"label": "30243",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 72
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 328
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.5868
]
},
"properties": {
"trip": {
"id": "295864543",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_3"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30819",
"label": "30819",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 20
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440518,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1794
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53368,
45.54745
]
},
"properties": {
"trip": {
"id": "295864421",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30828",
"label": "30828",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 345
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53361,
45.54756
]
},
"properties": {
"trip": {
"id": "295864528",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_1"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30834",
"label": "30834",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 216,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575421822,
"lastSeenAt": 1784510490,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68086,
45.51557
]
},
"properties": {
"trip": {
"id": "295864013",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "121_1"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30865",
"label": "30865",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574993554,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2762
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67297,
45.5225
]
},
"properties": {
"trip": {
"id": "295863923",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "121_22"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30870",
"label": "30870",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403197,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 835
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64543,
45.56861
]
},
"properties": {
"trip": {
"id": "295864027",
"shortName": null,
"headsign": "Est",
"startTime": "20:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "121_1"
},
"route": {
"id": "121",
"shortName": "121",
"longName": "Sauvé / Côte-Vertu",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30872",
"label": "30872",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575393994,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2861
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62134,
45.61376
]
},
"properties": {
"trip": {
"id": "295864483",
"shortName": null,
"headsign": "Nord destination Cégep Marie-Victorin",
"startTime": "20:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_3"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30876",
"label": "30876",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 54,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574443852,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65004,
45.58382
]
},
"properties": {
"trip": {
"id": "295864022",
"shortName": null,
"headsign": "Nord",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "67_2"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30880",
"label": "30880",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575048035,
"lastSeenAt": 1784510543,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2784
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65097,
45.5844
]
},
"properties": {
"trip": {
"id": "295863766",
"shortName": null,
"headsign": "Sud",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "67_1"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "30882",
"label": "30882",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 368
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58189,
45.48844
]
},
"properties": {
"trip": {
"id": "296710297",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_3"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31001",
"label": "31001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 56,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577059930,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3150
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56125,
45.50867
]
},
"properties": {
"trip": {
"id": "296848562",
"shortName": null,
"headsign": "Nord destination Décarie / Lucy",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "129_4"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31009",
"label": "31009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1591293847,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 7297
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69212,
45.5393
]
},
"properties": {
"trip": {
"id": "296848544",
"shortName": null,
"headsign": "Sud",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "179_1"
},
"route": {
"id": "179",
"shortName": "179",
"longName": "De l'Acadie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31022",
"label": "31022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575428311,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2879
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58026,
45.49809
]
},
"properties": {
"trip": {
"id": "296294178",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "24_2"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31038",
"label": "31038",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 211,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 378
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56643,
45.49928
]
},
"properties": {
"trip": {
"id": "296294495",
"shortName": null,
"headsign": "Sud via Wellington / Bridge",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "74_1"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "Bridge",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31058",
"label": "31058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 388
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66101,
45.47649
]
},
"properties": {
"trip": {
"id": "296709462",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "162_2"
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31062",
"label": "31062",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510380,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 390
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55338,
45.60525
]
},
"properties": {
"trip": {
"id": "296294575",
"shortName": null,
"headsign": "Est",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "85_1"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31064",
"label": "31064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 5,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1586455686,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 7093
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56771,
45.59018
]
},
"properties": {
"trip": {
"id": "296392368",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31068",
"label": "31068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574439918,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1721
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49271,
45.67606
]
},
"properties": {
"trip": {
"id": "296393115",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:17:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "189_2"
},
"route": {
"id": "189",
"shortName": "189",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31072",
"label": "31072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 188,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510708,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 392
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59658,
45.63792
]
},
"properties": {
"trip": {
"id": "296393003",
"shortName": null,
"headsign": "Sud",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "44_2"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Armand-Bombardier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31073",
"label": "31073",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1582756446,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3381
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5128,
45.64711
]
},
"properties": {
"trip": {
"id": "296393155",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "186_2"
},
"route": {
"id": "186",
"shortName": "186",
"longName": "Sherbrooke-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31083",
"label": "31083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1575603869,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2934
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57312,
45.57012
]
},
"properties": {
"trip": {
"id": "296848375",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "18_21"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31100",
"label": "31100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574614927,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2503
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56985,
45.59738
]
},
"properties": {
"trip": {
"id": "296848428",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "95_2"
},
"route": {
"id": "95",
"shortName": "95",
"longName": "Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31101",
"label": "31101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 296,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 400
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66742,
45.55688
]
},
"properties": {
"trip": {
"id": "296848175",
"shortName": null,
"headsign": "Nord",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "13_12"
},
"route": {
"id": "13",
"shortName": "13",
"longName": "Christophe-Colomb",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31110",
"label": "31110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577244271,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3167
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83534,
45.46083
]
},
"properties": {
"trip": {
"id": "301362678",
"shortName": null,
"headsign": "Est",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "230_5"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31111",
"label": "31111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 403
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65282,
45.55075
]
},
"properties": {
"trip": {
"id": "295864159",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "140_12"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31113",
"label": "31113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 292,
"odometer": 0,
"speed": 32
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574434506,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 1186
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64662,
45.59041
]
},
"properties": {
"trip": {
"id": "295863066",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "43_2"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31117",
"label": "31117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 405
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57804,
45.55585
]
},
"properties": {
"trip": {
"id": "296847773",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "197_20"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31122",
"label": "31122",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574696289,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2535
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62151,
45.4768
]
},
"properties": {
"trip": {
"id": "301362522",
"shortName": null,
"headsign": "Nord",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "17_12"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Décarie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31124",
"label": "31124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 409
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5528,
45.59763
]
},
"properties": {
"trip": {
"id": "296848587",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31140",
"label": "31140",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574436305,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1302
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59482,
45.55051
]
},
"properties": {
"trip": {
"id": "296294615",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "94_1"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31146",
"label": "31146",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 417
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57835,
45.51165
]
},
"properties": {
"trip": {
"id": "296848362",
"shortName": null,
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "129_29"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31147",
"label": "31147",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 418
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54776,
45.56993
]
},
"properties": {
"trip": {
"id": "296294747",
"shortName": null,
"headsign": "Sud",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "131_2"
},
"route": {
"id": "131",
"shortName": "131",
"longName": "De l'Assomption",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31150",
"label": "31150",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 21,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574437511,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1441
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60555,
45.47716
]
},
"properties": {
"trip": {
"id": "296294229",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "24_1"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31151",
"label": "31151",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399675,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 420
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56105,
45.49777
]
},
"properties": {
"trip": {
"id": "296295778",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "777_1"
},
"route": {
"id": "777",
"shortName": "777",
"longName": "Jean-Drapeau / Casino / Bonaventure",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31154",
"label": "31154",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574409618,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1113
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52525,
45.50621
]
},
"properties": {
"trip": {
"id": "296295728",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "777_2"
},
"route": {
"id": "777",
"shortName": "777",
"longName": "Jean-Drapeau / Casino / Bonaventure",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31171",
"label": "31171",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 211,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 430
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54949,
45.544
]
},
"properties": {
"trip": {
"id": "296294317",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "29_3"
},
"route": {
"id": "29",
"shortName": "29",
"longName": "Rachel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31177",
"label": "31177",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 5
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440844,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1837
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53115,
45.5188
]
},
"properties": {
"trip": {
"id": "296295467",
"shortName": null,
"headsign": "Est",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "767_2"
},
"route": {
"id": "767",
"shortName": "767",
"longName": "La Ronde / Station Jean-Drapeau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31179",
"label": "31179",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 339,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576083519,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 3010
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57362,
45.5411
]
},
"properties": {
"trip": {
"id": "296294635",
"shortName": null,
"headsign": "Sud",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "94_2"
},
"route": {
"id": "94",
"shortName": "94",
"longName": "D'Iberville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31181",
"label": "31181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120,
"odometer": 0,
"speed": 31
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440844,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1839
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54327,
45.55363
]
},
"properties": {
"trip": {
"id": "296294660",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "125_2"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31182",
"label": "31182",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600691827,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 8860
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61126,
45.53147
]
},
"properties": {
"trip": {
"id": "296848302",
"shortName": null,
"headsign": "Est",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31190",
"label": "31190",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 438
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58045,
45.61755
]
},
"properties": {
"trip": {
"id": "296392391",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_3"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31193",
"label": "31193",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 100,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439622,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1688
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56953,
45.59071
]
},
"properties": {
"trip": {
"id": "296392911",
"shortName": null,
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"startTime": "20:55:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "33_3"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31196",
"label": "31196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 109,
"odometer": 0,
"speed": 50
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440845,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1840
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57234,
45.58277
]
},
"properties": {
"trip": {
"id": "296392576",
"shortName": null,
"headsign": "Nord",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "32_2"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31198",
"label": "31198",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 297,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574437813,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1486
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56,
45.53849
]
},
"properties": {
"trip": {
"id": "296294204",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "24_2"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31200",
"label": "31200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 209,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575302054,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2828
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73402,
45.50355
]
},
"properties": {
"trip": {
"id": "301364020",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "164_3"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31221",
"label": "31221",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439922,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1725
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51292,
45.58124
]
},
"properties": {
"trip": {
"id": "296294147",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "22_2"
},
"route": {
"id": "22",
"shortName": "22",
"longName": "Notre-Dame",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31228",
"label": "31228",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 452
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54993,
45.53262
]
},
"properties": {
"trip": {
"id": "296295208",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "185_1"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31231",
"label": "31231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510604,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 453
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55987,
45.52517
]
},
"properties": {
"trip": {
"id": "296294692",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "125_1"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31232",
"label": "31232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205,
"odometer": 0,
"speed": 2
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 454
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57024,
45.49894
]
},
"properties": {
"trip": {
"id": "296294969",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "150_1"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31237",
"label": "31237",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 210,
"odometer": 0,
"speed": 14
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1671019145,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 12826
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56895,
45.50724
]
},
"properties": {
"trip": {
"id": "296708614",
"shortName": null,
"headsign": "Sud",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "80_1"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31815",
"label": "31815",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112,
"odometer": 0,
"speed": 19
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 462
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58638,
45.5551
]
},
"properties": {
"trip": {
"id": "295863996",
"shortName": null,
"headsign": "Sud",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "67_1"
},
"route": {
"id": "67",
"shortName": "67",
"longName": "Saint-Michel",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31832",
"label": "31832",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 113,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575270370,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 2824
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58106,
45.49635
]
},
"properties": {
"trip": {
"id": "296709659",
"shortName": null,
"headsign": "Nord",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "165_2"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "31839",
"label": "31839",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 34,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 473
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53419,
45.5965
]
},
"properties": {
"trip": {
"id": "296848502",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "18_21"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32001",
"label": "32001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 124,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577506115,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3175
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59649,
45.49485
]
},
"properties": {
"trip": {
"id": "296847895",
"shortName": null,
"headsign": "Sud",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "66_3"
},
"route": {
"id": "66",
"shortName": "66",
"longName": "The Boulevard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32004",
"label": "32004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 38,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 487
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64503,
45.49138
]
},
"properties": {
"trip": {
"id": "296709100",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "160_16"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32006",
"label": "32006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 488
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59325,
45.56518
]
},
"properties": {
"trip": {
"id": "296708762",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "93_2"
},
"route": {
"id": "93",
"shortName": "93",
"longName": "Jean-Talon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32007",
"label": "32007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575043216,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2776
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67135,
45.54944
]
},
"properties": {
"trip": {
"id": "296708579",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32008",
"label": "32008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 23,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 489
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68349,
45.5076
]
},
"properties": {
"trip": {
"id": "296707694",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "16_1"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Graham",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32010",
"label": "32010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 490
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66386,
45.45869
]
},
"properties": {
"trip": {
"id": "296708941",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "103_2"
},
"route": {
"id": "103",
"shortName": "103",
"longName": "Monkland",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32011",
"label": "32011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 94,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 491
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6358,
45.60128
]
},
"properties": {
"trip": {
"id": "296708535",
"shortName": null,
"headsign": "Est",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32013",
"label": "32013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574785231,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2652
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59965,
45.55986
]
},
"properties": {
"trip": {
"id": "296393131",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32019",
"label": "32019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 168,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575941191,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2992
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61704,
45.62928
]
},
"properties": {
"trip": {
"id": "296392985",
"shortName": null,
"headsign": "Sud destination Hector-Barsalou / de Boucherville",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "33_3"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Langelier",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32026",
"label": "32026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325,
"odometer": 0,
"speed": 29
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 496
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8132,
45.51001
]
},
"properties": {
"trip": {
"id": "301363241",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32030",
"label": "32030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 264,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 498
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57317,
45.56047
]
},
"properties": {
"trip": {
"id": "295864556",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:50:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "32801",
"label": "32801",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 22
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 499
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62495,
45.49752
]
},
"properties": {
"trip": {
"id": "296709637",
"shortName": null,
"headsign": "Sud",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "165_1"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33823",
"label": "33823",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1575168014,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2817
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58161,
45.51334
]
},
"properties": {
"trip": {
"id": "296708640",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "80_2"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33824",
"label": "33824",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 303,
"odometer": 0,
"speed": 10
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576016300,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3004
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62462,
45.53013
]
},
"properties": {
"trip": {
"id": "296708679",
"shortName": null,
"headsign": "Sud",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "80_1"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33825",
"label": "33825",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 512
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6054,
45.52363
]
},
"properties": {
"trip": {
"id": "296708685",
"shortName": null,
"headsign": "Nord",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "80_2"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "Avenue du Parc",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33827",
"label": "33827",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 513
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60468,
45.49503
]
},
"properties": {
"trip": {
"id": "296709706",
"shortName": null,
"headsign": "Sud",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "165_1"
},
"route": {
"id": "165",
"shortName": "165",
"longName": "Côte-des-Neiges",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "33837",
"label": "33837",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 519
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53238,
45.61303
]
},
"properties": {
"trip": {
"id": "296392238",
"shortName": null,
"headsign": "Est",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "26_3"
},
"route": {
"id": "26",
"shortName": "26",
"longName": "Mercier-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36002",
"label": "36002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 285,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435709,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1262
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51136,
45.65071
]
},
"properties": {
"trip": {
"id": "296392162",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "186_1"
},
"route": {
"id": "186",
"shortName": "186",
"longName": "Sherbrooke-Est",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36008",
"label": "36008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13,
"odometer": 0,
"speed": 50
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 524
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62936,
45.61564
]
},
"properties": {
"trip": {
"id": "296392872",
"shortName": null,
"headsign": "Sud",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "32_3"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36009",
"label": "36009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 525
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67606,
45.50884
]
},
"properties": {
"trip": {
"id": "296709291",
"shortName": null,
"headsign": "Nord",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "128_23"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36015",
"label": "36015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 67,
"odometer": 0,
"speed": 22
},
"agencyId": 1,
"currentStopSequence": 72,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 528
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53461,
45.59734
]
},
"properties": {
"trip": {
"id": "296392342",
"shortName": null,
"headsign": "Est",
"startTime": "20:44:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "141_1"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36030",
"label": "36030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 44
},
"agencyId": 1,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574448630,
"lastSeenAt": 1784510700,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2189
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57127,
45.6592
]
},
"properties": {
"trip": {
"id": "296393216",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "36046",
"label": "36046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574472509,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 2359
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66311,
45.52114
]
},
"properties": {
"trip": {
"id": "296709276",
"shortName": null,
"headsign": "Nord",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "128_23"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37003",
"label": "37003",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1587251647,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 7110
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62746,
45.4705
]
},
"properties": {
"trip": {
"id": "296709492",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "162_2"
},
"route": {
"id": "162",
"shortName": "162",
"longName": "Westminster",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37004",
"label": "37004",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 205,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574695930,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2532
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63834,
45.54556
]
},
"properties": {
"trip": {
"id": "296708865",
"shortName": null,
"headsign": "Est",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "100_14"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37007",
"label": "37007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 32,
"odometer": 0,
"speed": 28
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580796906,
"lastSeenAt": 1784510700,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3321
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70754,
45.52213
]
},
"properties": {
"trip": {
"id": "296709427",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "127_1"
},
"route": {
"id": "127",
"shortName": "127",
"longName": "Alexis-Nihon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37010",
"label": "37010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 540
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62927,
45.46355
]
},
"properties": {
"trip": {
"id": "296708996",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "105_2"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37011",
"label": "37011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 541
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71136,
45.52147
]
},
"properties": {
"trip": {
"id": "296708590",
"shortName": null,
"headsign": "Est",
"startTime": "21:41:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "69_28"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37012",
"label": "37012",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 46,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 851
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82806,
45.46672
]
},
"properties": {
"trip": {
"id": "296709940",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "470_19"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37016",
"label": "37016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 329,
"odometer": 0,
"speed": 38
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574904513,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2715
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82964,
45.46785
]
},
"properties": {
"trip": {
"id": "296709907",
"shortName": null,
"headsign": "Est",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37017",
"label": "37017",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144,
"odometer": 0,
"speed": 21
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574439624,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1695
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6039,
45.53552
]
},
"properties": {
"trip": {
"id": "296709124",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "160_16"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37020",
"label": "37020",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574782211,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2640
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61012,
45.4959
]
},
"properties": {
"trip": {
"id": "296709752",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "166_1"
},
"route": {
"id": "166",
"shortName": "166",
"longName": "Queen-Mary",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37025",
"label": "37025",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574438114,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1519
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66815,
45.55548
]
},
"properties": {
"trip": {
"id": "296708550",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "69_27"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37027",
"label": "37027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 8
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1581371164,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3344
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60876,
45.47429
]
},
"properties": {
"trip": {
"id": "296709058",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "105_1"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37029",
"label": "37029",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": 0,
"speed": 25
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574445040,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2150
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67755,
45.50412
]
},
"properties": {
"trip": {
"id": "296709246",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "127_6"
},
"route": {
"id": "127",
"shortName": "127",
"longName": "Alexis-Nihon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37032",
"label": "37032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 45,
"odometer": 0,
"speed": 17
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439322,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62989,
45.51822
]
},
"properties": {
"trip": {
"id": "296707709",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "16_3"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Graham",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37044",
"label": "37044",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 113,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574409321,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1106
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68402,
45.5141
]
},
"properties": {
"trip": {
"id": "296709827",
"shortName": null,
"headsign": "Est",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "171_19"
},
"route": {
"id": "171",
"shortName": "171",
"longName": "Henri-Bourassa",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37045",
"label": "37045",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 328,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 854
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62086,
45.493
]
},
"properties": {
"trip": {
"id": "296709783",
"shortName": null,
"headsign": "Sud",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "166_2"
},
"route": {
"id": "166",
"shortName": "166",
"longName": "Queen-Mary",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37047",
"label": "37047",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 554
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70086,
45.49973
]
},
"properties": {
"trip": {
"id": "296709330",
"shortName": null,
"headsign": "Sud",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "128_22"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37048",
"label": "37048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 38,
"odometer": 0,
"speed": 40
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574546654,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2488
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67002,
45.50649
]
},
"properties": {
"trip": {
"id": "296708845",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "100_13"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37050",
"label": "37050",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132,
"odometer": 0,
"speed": 42
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435107,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1223
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6628,
45.52105
]
},
"properties": {
"trip": {
"id": "296709214",
"shortName": null,
"headsign": "Sud",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "124_11"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37051",
"label": "37051",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 292,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575048643,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2785
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63816,
45.54576
]
},
"properties": {
"trip": {
"id": "296392765",
"shortName": null,
"headsign": "Est",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "192_2"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37052",
"label": "37052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 127,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574952602,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2738
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56362,
45.50638
]
},
"properties": {
"trip": {
"id": "296710145",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 1 gare d’autocars de Montréal",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_12"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37055",
"label": "37055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 28,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 556
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68354,
45.52485
]
},
"properties": {
"trip": {
"id": "296709307",
"shortName": null,
"headsign": "Sud",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "128_22"
},
"route": {
"id": "128",
"shortName": "128",
"longName": "Saint-Laurent",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37070",
"label": "37070",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574412320,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1131
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61615,
45.4848
]
},
"properties": {
"trip": {
"id": "296709183",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "124_11"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37079",
"label": "37079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 125,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 566
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61989,
45.60677
]
},
"properties": {
"trip": {
"id": "296709348",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "69_27"
},
"route": {
"id": "69",
"shortName": "69",
"longName": "Gouin",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37080",
"label": "37080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 238,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 567
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70162,
45.47602
]
},
"properties": {
"trip": {
"id": "296708790",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "100_13"
},
"route": {
"id": "100",
"shortName": "100",
"longName": "Crémazie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37082",
"label": "37082",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 134,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 569
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60944,
45.48242
]
},
"properties": {
"trip": {
"id": "296709156",
"shortName": null,
"headsign": "Nord",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "124_10"
},
"route": {
"id": "124",
"shortName": "124",
"longName": "Victoria",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37085",
"label": "37085",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574477081,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2446
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64117,
45.45536
]
},
"properties": {
"trip": {
"id": "296709017",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "105_1"
},
"route": {
"id": "105",
"shortName": "105",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37092",
"label": "37092",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 209,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578498021,
"lastSeenAt": 1784510744,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 3213
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6902,
45.48673
]
},
"properties": {
"trip": {
"id": "296709890",
"shortName": null,
"headsign": "Est",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37093",
"label": "37093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 42,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574435710,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1265
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89178,
45.46498
]
},
"properties": {
"trip": {
"id": "296709924",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "470_18"
},
"route": {
"id": "470",
"shortName": "470",
"longName": "Express Pierrefonds",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37097",
"label": "37097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439019,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 1621
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62537,
45.51522
]
},
"properties": {
"trip": {
"id": "296709384",
"shortName": null,
"headsign": "Est",
"startTime": "21:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "160_17"
},
"route": {
"id": "160",
"shortName": "160",
"longName": "Barclay",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37101",
"label": "37101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1575042132,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2774
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62067,
45.47797
]
},
"properties": {
"trip": {
"id": "296708923",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "103_1"
},
"route": {
"id": "103",
"shortName": "103",
"longName": "Monkland",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "37104",
"label": "37104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574873674,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2703
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59785,
45.54705
]
},
"properties": {
"trip": {
"id": "296213257",
"shortName": null,
"headsign": "Nord",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10_2"
},
"route": {
"id": "10",
"shortName": "10",
"longName": "De Lorimier",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38009",
"label": "38009",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403205,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 857
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52988,
45.60447
]
},
"properties": {
"trip": {
"id": "296295232",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "185_1"
},
"route": {
"id": "185",
"shortName": "185",
"longName": "Sherbrooke",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38011",
"label": "38011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 282,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 578
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53598,
45.52148
]
},
"properties": {
"trip": {
"id": "296295610",
"shortName": null,
"headsign": "Nord",
"startTime": "21:33:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "769_19"
},
"route": {
"id": "769",
"shortName": "769",
"longName": "La Ronde / Station Papineau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38013",
"label": "38013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 280,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574703523,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2587
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54829,
45.45255
]
},
"properties": {
"trip": {
"id": "296295156",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "168_1"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38014",
"label": "38014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440527,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1804
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5585,
45.51225
]
},
"properties": {
"trip": {
"id": "296295007",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "150_2"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38016",
"label": "38016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
},
"properties": {
"trip": {
"id": "296295051",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "150_1"
},
"route": {
"id": "150",
"shortName": "150",
"longName": "René-Lévesque",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38019",
"label": "38019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 581
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56755,
45.51672
]
},
"properties": {
"trip": {
"id": "296294247",
"shortName": null,
"headsign": "Est",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "24_1"
},
"route": {
"id": "24",
"shortName": "24",
"longName": "Sherbrooke",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38021",
"label": "38021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 858
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5468,
45.5628
]
},
"properties": {
"trip": {
"id": "296294259",
"shortName": null,
"headsign": "Sud",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "136_2"
},
"route": {
"id": "136",
"shortName": "136",
"longName": "Viau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38022",
"label": "38022",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 859
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54537,
45.59812
]
},
"properties": {
"trip": {
"id": "296294835",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "85_2"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38028",
"label": "38028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441758,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1948
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56184,
45.5018
]
},
"properties": {
"trip": {
"id": "296294440",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "50_14"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38029",
"label": "38029",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574731834,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2613
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56756,
45.57615
]
},
"properties": {
"trip": {
"id": "296294863",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "131_1"
},
"route": {
"id": "131",
"shortName": "131",
"longName": "De l'Assomption",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38035",
"label": "38035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 298,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575758414,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2962
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55174,
45.53334
]
},
"properties": {
"trip": {
"id": "296295187",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "85_2"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Hochelaga",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38037",
"label": "38037",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 586
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78211,
45.45419
]
},
"properties": {
"trip": {
"id": "301365143",
"shortName": null,
"headsign": "Nord",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "815_17"
},
"route": {
"id": "815",
"shortName": "815",
"longName": "REM des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38039",
"label": "38039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 351,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574403206,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 860
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66782,
45.5437
]
},
"properties": {
"trip": {
"id": "295864214",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "180_14"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38041",
"label": "38041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 25,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574907402,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 2722
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62864,
45.47849
]
},
"properties": {
"trip": {
"id": "296848049",
"shortName": null,
"headsign": "Nord",
"startTime": "21:07:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "66_4"
},
"route": {
"id": "66",
"shortName": "66",
"longName": "The Boulevard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38046",
"label": "38046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 255,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 590
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75433,
45.49528
]
},
"properties": {
"trip": {
"id": "301364184",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "215_15"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38058",
"label": "38058",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 596
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.95672,
45.4053
]
},
"properties": {
"trip": {
"id": "301363048",
"shortName": null,
"headsign": "Sud",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "212_3"
},
"route": {
"id": "212",
"shortName": "212",
"longName": "Sainte-Anne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38059",
"label": "38059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 154,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574442061,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1983
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77048,
45.4532
]
},
"properties": {
"trip": {
"id": "301363154",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "204_10"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38074",
"label": "38074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 78,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 603
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.89294,
45.45942
]
},
"properties": {
"trip": {
"id": "301363264",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "218_5"
},
"route": {
"id": "218",
"shortName": "218",
"longName": "Antoine-Faucon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38079",
"label": "38079",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574440227,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 1763
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56104,
45.44841
]
},
"properties": {
"trip": {
"id": "296295120",
"shortName": null,
"headsign": "Nord",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "168_2"
},
"route": {
"id": "168",
"shortName": "168",
"longName": "Cité-du-Havre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38093",
"label": "38093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574437815,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1491
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56686,
45.51107
]
},
"properties": {
"trip": {
"id": "296294707",
"shortName": null,
"headsign": "Est",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "125_2"
},
"route": {
"id": "125",
"shortName": "125",
"longName": "Ontario",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38094",
"label": "38094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 12,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 613
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53029,
45.55657
]
},
"properties": {
"trip": {
"id": "296294796",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "34_1"
},
"route": {
"id": "34",
"shortName": "34",
"longName": "Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "38097",
"label": "38097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 204,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 615
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55735,
45.51376
]
},
"properties": {
"trip": {
"id": "296710201",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_13"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39001",
"label": "39001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1575681032,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 2949
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60863,
45.46389
]
},
"properties": {
"trip": {
"id": "296710308",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 2 station Lionel-Groulx",
"startTime": "21:17:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_4"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39002",
"label": "39002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65,
"odometer": 0,
"speed": 81
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 618
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66882,
45.44656
]
},
"properties": {
"trip": {
"id": "296710283",
"shortName": null,
"headsign": "Ouest - Vers YUL aéroport Montréal-Trudeau",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_13"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39008",
"label": "39008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 284,
"odometer": 0,
"speed": 90
},
"agencyId": 1,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 620
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57314,
45.48806
]
},
"properties": {
"trip": {
"id": "296710130",
"shortName": null,
"headsign": "Est - Vers le centre-ville de Montréal trajet 1 gare d’autocars de Montréal",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "747_12"
},
"route": {
"id": "747",
"shortName": "747",
"longName": "YUL Aéroport / Centre-Ville",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39014",
"label": "39014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
9
],
"isActive": null
},
"id": 623
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53448,
45.52139
]
},
"properties": {
"trip": {
"id": "296295673",
"shortName": null,
"headsign": "Sud",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "769_1"
},
"route": {
"id": "769",
"shortName": "769",
"longName": "La Ronde / Station Papineau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39019",
"label": "39019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 284,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 625
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55707,
45.50015
]
},
"properties": {
"trip": {
"id": "296294464",
"shortName": null,
"headsign": "Est",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "50_15"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Vieux-Montréal / Vieux-Port",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39023",
"label": "39023",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 116,
"odometer": 0,
"speed": 6
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574436008,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 1289
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53386,
45.52132
]
},
"properties": {
"trip": {
"id": "296295364",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "767_1"
},
"route": {
"id": "767",
"shortName": "767",
"longName": "La Ronde / Station Jean-Drapeau",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39038",
"label": "39038",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574445043,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
3
],
"isActive": null
},
"id": 2159
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60055,
45.5861
]
},
"properties": {
"trip": {
"id": "296392122",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "192_2"
},
"route": {
"id": "192",
"shortName": "192",
"longName": "Robert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39064",
"label": "39064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 646
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58028,
45.61684
]
},
"properties": {
"trip": {
"id": "296392478",
"shortName": null,
"headsign": "Nord",
"startTime": "20:47:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "28_16"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39076",
"label": "39076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574441762,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 1951
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6127,
45.53949
]
},
"properties": {
"trip": {
"id": "296847818",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "95_2"
},
"route": {
"id": "95",
"shortName": "95",
"longName": "Bélanger",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39090",
"label": "39090",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574445659,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2176
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83389,
45.42824
]
},
"properties": {
"trip": {
"id": "295770395",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "211_19"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39091",
"label": "39091",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 66,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574439626,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1700
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51911,
45.5916
]
},
"properties": {
"trip": {
"id": "296393045",
"shortName": null,
"headsign": "Nord",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "28_16"
},
"route": {
"id": "28",
"shortName": "28",
"longName": "Honoré-Beaugrand",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39093",
"label": "39093",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 294,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1574960088,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 2745
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67113,
45.46262
]
},
"properties": {
"trip": {
"id": "296847743",
"shortName": null,
"headsign": "Est",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "161_18"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39094",
"label": "39094",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 655
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5677,
45.53293
]
},
"properties": {
"trip": {
"id": "296213227",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10_1"
},
"route": {
"id": "10",
"shortName": "10",
"longName": "De Lorimier",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39096",
"label": "39096",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56761,
45.59049
]
},
"properties": {
"trip": {
"id": "296392788",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "141_3"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39105",
"label": "39105",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1574433604,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 1158
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63863,
45.48765
]
},
"properties": {
"trip": {
"id": "296848318",
"shortName": null,
"headsign": "Sud destination Notre-Dame / St-Gabriel",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "129_29"
},
"route": {
"id": "129",
"shortName": "129",
"longName": "Côte-Sainte-Catherine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39108",
"label": "39108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 665
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60241,
45.53292
]
},
"properties": {
"trip": {
"id": "296847846",
"shortName": null,
"headsign": "Nord",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "31_10"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Saint-Denis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39112",
"label": "39112",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 666
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54694,
45.57695
]
},
"properties": {
"trip": {
"id": "296393063",
"shortName": null,
"headsign": "Sud",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "32_3"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Lacordaire",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39124",
"label": "39124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1574399676,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 672
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48012,
45.70137
]
},
"properties": {
"trip": {
"id": "296392944",
"shortName": null,
"headsign": "Est",
"startTime": "20:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "86_2"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Pointe-aux-Trembles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "39135",
"label": "39135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 252,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 100,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576171617,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
2
],
"isActive": null
},
"id": 3027
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64691,
45.4419
]
},
"properties": {
"trip": {
"id": "295770100",
"shortName": null,
"headsign": "Est",
"startTime": "19:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "198_35"
},
"route": {
"id": "198",
"shortName": "198",
"longName": "Broadway",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40005",
"label": "40005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576770377,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3119
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86678,
45.43671
]
},
"properties": {
"trip": {
"id": "295769059",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "211_17"
},
"route": {
"id": "211",
"shortName": "211",
"longName": "Bord-du-Lac",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40007",
"label": "40007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 31,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578066617,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3194
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84676,
45.43471
]
},
"properties": {
"trip": {
"id": "295768758",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "411_6"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40008",
"label": "40008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1576768086,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3117
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58035,
45.48335
]
},
"properties": {
"trip": {
"id": "295770209",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "496_2"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40010",
"label": "40010",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580233148,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 3304
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57232,
45.51827
]
},
"properties": {
"trip": {
"id": "296847660",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "144_1"
},
"route": {
"id": "144",
"shortName": "144",
"longName": "Avenue des Pins",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40031",
"label": "40031",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1577500121,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54257,
45.58268
]
},
"properties": {
"trip": {
"id": "296847538",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "197_1"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40032",
"label": "40032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1576777131,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3129
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66528,
45.53569
]
},
"properties": {
"trip": {
"id": "296848139",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "179_2"
},
"route": {
"id": "179",
"shortName": "179",
"longName": "De l'Acadie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40034",
"label": "40034",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 22,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1577152957,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3160
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61971,
45.54564
]
},
"properties": {
"trip": {
"id": "296848405",
"shortName": null,
"headsign": "Est",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "99_1"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Villeray",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40035",
"label": "40035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1579288020,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58875,
45.55222
]
},
"properties": {
"trip": {
"id": "296848203",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "18_18"
},
"route": {
"id": "18",
"shortName": "18",
"longName": "Beaubien",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40042",
"label": "40042",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 30,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1579029181,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3242
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62822,
45.50558
]
},
"properties": {
"trip": {
"id": "296848276",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "161_19"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40047",
"label": "40047",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 199,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1580010244,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3293
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61436,
45.53846
]
},
"properties": {
"trip": {
"id": "296847953",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "92_11"
},
"route": {
"id": "92",
"shortName": "92",
"longName": "Jean-Talon Ouest",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40048",
"label": "40048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1578617940,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3224
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62414,
45.50966
]
},
"properties": {
"trip": {
"id": "296848464",
"shortName": null,
"headsign": "Est",
"startTime": "20:58:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "161_18"
},
"route": {
"id": "161",
"shortName": "161",
"longName": "Van Horne",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40049",
"label": "40049",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1579030735,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3243
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83693,
45.45962
]
},
"properties": {
"trip": {
"id": "301363336",
"shortName": null,
"headsign": "Est",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40050",
"label": "40050",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1580936165,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3327
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61167,
45.537
]
},
"properties": {
"trip": {
"id": "296847561",
"shortName": null,
"headsign": "Sud",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "31_8"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Saint-Denis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40055",
"label": "40055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1579556928,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3267
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58914,
45.54316
]
},
"properties": {
"trip": {
"id": "296847977",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "197_1"
},
"route": {
"id": "197",
"shortName": "197",
"longName": "Rosemont",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40059",
"label": "40059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1580146448,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
31
],
"isActive": null
},
"id": 3297
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63765,
45.45327
]
},
"properties": {
"trip": {
"id": "295769102",
"shortName": null,
"headsign": "Est",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "90_16"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40062",
"label": "40062",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1597916706,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7887
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68033,
45.44333
]
},
"properties": {
"trip": {
"id": "295770291",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "90_4"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40068",
"label": "40068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1601026145,
"lastSeenAt": 1784510498,
"links": [
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8897
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57568,
45.46318
]
},
"properties": {
"trip": {
"id": "295769503",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "108_11"
},
"route": {
"id": "108",
"shortName": "108",
"longName": "Bannantyne",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40069",
"label": "40069",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 182,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1598260204,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56718,
45.4798
]
},
"properties": {
"trip": {
"id": "295768899",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "61_6"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Wellington",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40070",
"label": "40070",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1597223884,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7424
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66824,
45.47084
]
},
"properties": {
"trip": {
"id": "295769208",
"shortName": null,
"headsign": "Est",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "104_20"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Cavendish",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40071",
"label": "40071",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 295,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598896267,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8634
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5709,
45.49801
]
},
"properties": {
"trip": {
"id": "295768990",
"shortName": null,
"headsign": "Nord",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "71_11"
},
"route": {
"id": "71",
"shortName": "71",
"longName": "Pointe-Saint-Charles",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40072",
"label": "40072",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1599574868,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8767
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62791,
45.44311
]
},
"properties": {
"trip": {
"id": "295770066",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "195_21"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40075",
"label": "40075",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 227,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1598669345,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8602
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60423,
45.44664
]
},
"properties": {
"trip": {
"id": "295768475",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "35_23"
},
"route": {
"id": "35",
"shortName": "35",
"longName": "Griffintown",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40076",
"label": "40076",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600982172,
"lastSeenAt": 1784510767,
"links": [
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8894
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68562,
45.44471
]
},
"properties": {
"trip": {
"id": "295769587",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "110_20"
},
"route": {
"id": "110",
"shortName": "110",
"longName": "Centrale",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40077",
"label": "40077",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 63,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598873890,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8630
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59293,
45.46948
]
},
"properties": {
"trip": {
"id": "295768604",
"shortName": null,
"headsign": "Est",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "36_24"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40082",
"label": "40082",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600542726,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8850
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56361,
45.4628
]
},
"properties": {
"trip": {
"id": "295770232",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "37_1"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40083",
"label": "40083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 153,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598453886,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 8487
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5616,
45.50123
]
},
"properties": {
"trip": {
"id": "295768629",
"shortName": null,
"headsign": "Est",
"startTime": "20:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "36_24"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40085",
"label": "40085",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1597401488,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7807
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83709,
45.45954
]
},
"properties": {
"trip": {
"id": "301363392",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "206_5"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40099",
"label": "40099",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1598384226,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8415
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80173,
45.49484
]
},
"properties": {
"trip": {
"id": "301364092",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40101",
"label": "40101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 45,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1596796749,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7417
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59129,
45.51764
]
},
"properties": {
"trip": {
"id": "296278380",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "11_14"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40105",
"label": "40105",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1600981814,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8893
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79874,
45.48782
]
},
"properties": {
"trip": {
"id": "301363707",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "208_8"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40106",
"label": "40106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 19,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1597229587,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7426
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6626,
45.4389
]
},
"properties": {
"trip": {
"id": "295770410",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "496_2"
},
"route": {
"id": "496",
"shortName": "496",
"longName": "Express Victoria",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40110",
"label": "40110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 256,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1597435812,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 7829
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86134,
45.48069
]
},
"properties": {
"trip": {
"id": "301363723",
"shortName": null,
"headsign": "Nord",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "207_5"
},
"route": {
"id": "207",
"shortName": "207",
"longName": "Jacques-Bizard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40112",
"label": "40112",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 336,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609761490,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 9339
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83472,
45.46479
]
},
"properties": {
"trip": {
"id": "301363930",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "208_9"
},
"route": {
"id": "208",
"shortName": "208",
"longName": "Brunswick",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40113",
"label": "40113",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 53,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1599565875,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 8766
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84587,
45.43116
]
},
"properties": {
"trip": {
"id": "301363419",
"shortName": null,
"headsign": "Est",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "200_7"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Sainte-Anne-de-Bellevue",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40117",
"label": "40117",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1596794408,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 7416
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78845,
45.44804
]
},
"properties": {
"trip": {
"id": "301363853",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:36:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "202_19"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40123",
"label": "40123",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 286,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 60,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606846146,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9249
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57439,
45.53944
]
},
"properties": {
"trip": {
"id": "296278584",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "97_1"
},
"route": {
"id": "97",
"shortName": "97",
"longName": "Avenue-du-Mont-Royal",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40124",
"label": "40124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827731,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9203
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81469,
45.51093
]
},
"properties": {
"trip": {
"id": "301362730",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40129",
"label": "40129",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 265,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9205
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.8353,
45.46078
]
},
"properties": {
"trip": {
"id": "301363590",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "205_9"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40133",
"label": "40133",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 321,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1602674533,
"lastSeenAt": 1784510783,
"links": [
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9098
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66862,
45.50336
]
},
"properties": {
"trip": {
"id": "301362506",
"shortName": null,
"headsign": "Sud",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "17_13"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Décarie",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40134",
"label": "40134",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 119,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9208
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71778,
45.5307
]
},
"properties": {
"trip": {
"id": "301364145",
"shortName": null,
"headsign": "Nord",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "64_7"
},
"route": {
"id": "64",
"shortName": "64",
"longName": "Grenet",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40135",
"label": "40135",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 311,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9209
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.90433,
45.43781
]
},
"properties": {
"trip": {
"id": "301362796",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40144",
"label": "40144",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 102,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 46,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510778,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9214
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83678,
45.45998
]
},
"properties": {
"trip": {
"id": "301363634",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "203_14"
},
"route": {
"id": "203",
"shortName": "203",
"longName": "Carson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40146",
"label": "40146",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 235,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608150971,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9306
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80888,
45.51087
]
},
"properties": {
"trip": {
"id": "301362653",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "206_5"
},
"route": {
"id": "206",
"shortName": "206",
"longName": "Roger-Pilon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40152",
"label": "40152",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 269,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606828095,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9245
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76671,
45.44026
]
},
"properties": {
"trip": {
"id": "301363021",
"shortName": null,
"headsign": "Sud",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "209_10"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40157",
"label": "40157",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 56,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1602270490,
"lastSeenAt": 1784510783,
"links": [
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9082
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73341,
45.50313
]
},
"properties": {
"trip": {
"id": "301364160",
"shortName": null,
"headsign": "Est",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "177_10"
},
"route": {
"id": "177",
"shortName": "177",
"longName": "Thimens",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40159",
"label": "40159",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510774,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9222
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5814,
45.53329
]
},
"properties": {
"trip": {
"id": "296278325",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "27_1"
},
"route": {
"id": "27",
"shortName": "27",
"longName": "Saint-Joseph",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40164",
"label": "40164",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9224
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66849,
45.50965
]
},
"properties": {
"trip": {
"id": "301363286",
"shortName": null,
"headsign": "Est",
"startTime": "20:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40165",
"label": "40165",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 114,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 74,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608118387,
"lastSeenAt": 1784510765,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9302
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83717,
45.45979
]
},
"properties": {
"trip": {
"id": "301363107",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "205_8"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40170",
"label": "40170",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609016232,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9325
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83697,
45.45936
]
},
"properties": {
"trip": {
"id": "301363565",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "218_4"
},
"route": {
"id": "218",
"shortName": "218",
"longName": "Antoine-Faucon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40174",
"label": "40174",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606927869,
"lastSeenAt": 1784510775,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9262
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69555,
45.48298
]
},
"properties": {
"trip": {
"id": "301363955",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "202_19"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40178",
"label": "40178",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 46
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1602676759,
"lastSeenAt": 1784510767,
"links": [
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9099
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86508,
45.49502
]
},
"properties": {
"trip": {
"id": "301363781",
"shortName": null,
"headsign": "Sud",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "207_6"
},
"route": {
"id": "207",
"shortName": "207",
"longName": "Jacques-Bizard",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40181",
"label": "40181",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 35,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9230
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60445,
45.44646
]
},
"properties": {
"trip": {
"id": "295768664",
"shortName": null,
"headsign": "Est",
"startTime": "21:40:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "37_11"
},
"route": {
"id": "37",
"shortName": "37",
"longName": "Jolicoeur",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40185",
"label": "40185",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827732,
"lastSeenAt": 1784510767,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9232
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59031,
45.44669
]
},
"properties": {
"trip": {
"id": "295769448",
"shortName": null,
"headsign": "Nord",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "114_12"
},
"route": {
"id": "114",
"shortName": "114",
"longName": "Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40196",
"label": "40196",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606907347,
"lastSeenAt": 1784510776,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68392,
45.51394
]
},
"properties": {
"trip": {
"id": "301363369",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:29:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "215_15"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40197",
"label": "40197",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9238
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61513,
45.50738
]
},
"properties": {
"trip": {
"id": "296268862",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "51_2"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40200",
"label": "40200",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 217,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9239
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67941,
45.53817
]
},
"properties": {
"trip": {
"id": "301364073",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:15:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "164_2"
},
"route": {
"id": "164",
"shortName": "164",
"longName": "Dudemaine",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40201",
"label": "40201",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 293,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 9,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1608032470,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9298
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79097,
45.47158
]
},
"properties": {
"trip": {
"id": "301365123",
"shortName": null,
"headsign": "Sud",
"startTime": "21:24:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "815_16"
},
"route": {
"id": "815",
"shortName": "815",
"longName": "REM des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40202",
"label": "40202",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 182,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606828029,
"lastSeenAt": 1784510775,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9244
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78216,
45.46027
]
},
"properties": {
"trip": {
"id": "301363075",
"shortName": null,
"headsign": "Nord",
"startTime": "21:08:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "209_11"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40205",
"label": "40205",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 72
},
"agencyId": 1,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9241
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74256,
45.4475
]
},
"properties": {
"trip": {
"id": "301363749",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "204_9"
},
"route": {
"id": "204",
"shortName": "204",
"longName": "Cardinal",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40206",
"label": "40206",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 229,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608120073,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9303
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79237,
45.46179
]
},
"properties": {
"trip": {
"id": "301362755",
"shortName": null,
"headsign": "Est",
"startTime": "20:46:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "230_5"
},
"route": {
"id": "230",
"shortName": "230",
"longName": "Saint-Louis",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40208",
"label": "40208",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 73,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607551628,
"lastSeenAt": 1784510766,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9286
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78986,
45.48447
]
},
"properties": {
"trip": {
"id": "301364175",
"shortName": null,
"headsign": "Est",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "215_14"
},
"route": {
"id": "215",
"shortName": "215",
"longName": "Henri-Bourassa",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40211",
"label": "40211",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 55,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607546954,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9284
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.9287,
45.40536
]
},
"properties": {
"trip": {
"id": "301363210",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "200_9"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Sainte-Anne-de-Bellevue",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40212",
"label": "40212",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 283,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 44,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607077263,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9269
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87335,
45.47107
]
},
"properties": {
"trip": {
"id": "301362600",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "68_27"
},
"route": {
"id": "68",
"shortName": "68",
"longName": "Pierrefonds",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40213",
"label": "40213",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606827733,
"lastSeenAt": 1784510783,
"links": [
3,
3,
3,
3,
22
],
"tags": [
8
],
"isActive": null
},
"id": 9242
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55779,
45.48485
]
},
"properties": {
"trip": {
"id": "295769843",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "107_1"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40217",
"label": "40217",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 188,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 13,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1606943355,
"lastSeenAt": 1784510765,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9263
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74365,
45.44748
]
},
"properties": {
"trip": {
"id": "295770035",
"shortName": null,
"headsign": "Est",
"startTime": "21:21:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "195_4"
},
"route": {
"id": "195",
"shortName": "195",
"longName": "Dorval / Angrignon",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40226",
"label": "40226",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 277,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607372415,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9275
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60355,
45.47413
]
},
"properties": {
"trip": {
"id": "295768784",
"shortName": null,
"headsign": "Sud",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "38_22"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "De l'Église",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40227",
"label": "40227",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607372770,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9276
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59386,
45.45275
]
},
"properties": {
"trip": {
"id": "295768577",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "36_23"
},
"route": {
"id": "36",
"shortName": "36",
"longName": "Monk",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40228",
"label": "40228",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 164,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1607766905,
"lastSeenAt": 1784510771,
"links": [
3,
3,
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9290
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64775,
45.43338
]
},
"properties": {
"trip": {
"id": "295769770",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:45:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "113_1"
},
"route": {
"id": "113",
"shortName": "113",
"longName": "Lapierre",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40231",
"label": "40231",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1608372964,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9317
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61823,
45.42314
]
},
"properties": {
"trip": {
"id": "295769645",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:03:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "112_14"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40232",
"label": "40232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1609456453,
"lastSeenAt": 1784510759,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9335
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63862,
45.42928
]
},
"properties": {
"trip": {
"id": "295768456",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "106_1"
},
"route": {
"id": "106",
"shortName": "106",
"longName": "Newman",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40234",
"label": "40234",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 3,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1607895128,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9292
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61848,
45.46311
]
},
"properties": {
"trip": {
"id": "295769079",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:04:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "90_4"
},
"route": {
"id": "90",
"shortName": "90",
"longName": "Saint-Jacques",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40239",
"label": "40239",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1609277113,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56212,
45.50145
]
},
"properties": {
"trip": {
"id": "295769408",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:43:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "107_1"
},
"route": {
"id": "107",
"shortName": "107",
"longName": "Verdun",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40240",
"label": "40240",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1609624328,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9336
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61242,
45.42442
]
},
"properties": {
"trip": {
"id": "295769698",
"shortName": null,
"headsign": "Est",
"startTime": "21:11:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "112_1"
},
"route": {
"id": "112",
"shortName": "112",
"longName": "Airlie",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40244",
"label": "40244",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 138,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1610574133,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9352
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65533,
45.46125
]
},
"properties": {
"trip": {
"id": "295770312",
"shortName": null,
"headsign": "Est",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "102_1"
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Somerled",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "40248",
"label": "40248",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1608376385,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 9318
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61136,
45.4933
]
},
"properties": {
"trip": {
"id": "296278449",
"shortName": null,
"headsign": "Est",
"startTime": "21:14:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "11_17"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41002",
"label": "41002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1626985865,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10709
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59821,
45.55898
]
},
"properties": {
"trip": {
"id": "296392430",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:42:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "141_3"
},
"route": {
"id": "141",
"shortName": "141",
"longName": "Jean-Talon Est",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41005",
"label": "41005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 49,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1625850845,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10672
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.79527,
45.48259
]
},
"properties": {
"trip": {
"id": "301362626",
"shortName": null,
"headsign": "Nord",
"startTime": "20:38:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "209_11"
},
"route": {
"id": "209",
"shortName": "209",
"longName": "Des Sources / YUL Aéroport",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41006",
"label": "41006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 326,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1629407885,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10781
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58271,
45.53852
]
},
"properties": {
"trip": {
"id": "296278264",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:10:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "47_2"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Masson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41021",
"label": "41021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1626207183,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10685
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81303,
45.51022
]
},
"properties": {
"trip": {
"id": "301363982",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "205_8"
},
"route": {
"id": "205",
"shortName": "205",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41025",
"label": "41025",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1627496885,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10734
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61808,
45.50411
]
},
"properties": {
"trip": {
"id": "296278645",
"shortName": null,
"headsign": "Est",
"startTime": "20:56:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "51_22"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41027",
"label": "41027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26,
"odometer": 0,
"speed": 9
},
"agencyId": 1,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630076345,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10800
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64758,
45.45937
]
},
"properties": {
"trip": {
"id": "296278511",
"shortName": null,
"headsign": "Est",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "51_22"
},
"route": {
"id": "51",
"shortName": "51",
"longName": "Édouard-Montpetit",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41033",
"label": "41033",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 299,
"odometer": 0,
"speed": 45
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1627503366,
"lastSeenAt": 1784510769,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10735
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75706,
45.44201
]
},
"properties": {
"trip": {
"id": "301363998",
"shortName": null,
"headsign": "Est",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "202_22"
},
"route": {
"id": "202",
"shortName": "202",
"longName": "Dawson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41035",
"label": "41035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 86,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1631218743,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10869
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57389,
45.5266
]
},
"properties": {
"trip": {
"id": "296278602",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:31:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "11_14"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Parc-du-Mont-Royal / Ridgewood",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41036",
"label": "41036",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1634095804,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10937
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78304,
45.45715
]
},
"properties": {
"trip": {
"id": "301363831",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "203_15"
},
"route": {
"id": "203",
"shortName": "203",
"longName": "Carson",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41041",
"label": "41041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 27,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1628025725,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
6
],
"isActive": null
},
"id": 10747
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
},
"properties": {
"trip": {
"id": "295864113",
"shortName": null,
"headsign": "Nord",
"startTime": "20:39:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41048",
"label": "41048",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631703424,
"lastSeenAt": 1784510682,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10877
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57995,
45.56258
]
},
"properties": {
"trip": {
"id": "295863316",
"shortName": null,
"headsign": "Sud",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_2"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41049",
"label": "41049",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1629921492,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10795
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63296,
45.53608
]
},
"properties": {
"trip": {
"id": "295864305",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "193_2"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41052",
"label": "41052",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 200,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630609145,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10813
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66864,
45.55428
]
},
"properties": {
"trip": {
"id": "295864083",
"shortName": null,
"headsign": "Nord",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41053",
"label": "41053",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 47,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1630527125,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10807
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61913,
45.5531
]
},
"properties": {
"trip": {
"id": "295862987",
"shortName": null,
"headsign": "Est",
"startTime": "21:06:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "193_1"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41055",
"label": "41055",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 17,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1631651768,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10875
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61294,
45.60897
]
},
"properties": {
"trip": {
"id": "295863083",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "43_2"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41064",
"label": "41064",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631741406,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10881
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.56519,
45.51052
]
},
"properties": {
"trip": {
"id": "295863485",
"shortName": null,
"headsign": "Nord",
"startTime": "21:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41066",
"label": "41066",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1632335645,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10895
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65783,
45.53368
]
},
"properties": {
"trip": {
"id": "295864105",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "54_14"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41068",
"label": "41068",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 283,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1633029909,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10911
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64314,
45.59649
]
},
"properties": {
"trip": {
"id": "295864359",
"shortName": null,
"headsign": "Nord",
"startTime": "20:18:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41069",
"label": "41069",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 43,
"currentStatus": 1,
"congestionLevel": 3,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1631827446,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10884
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55539,
45.55495
]
},
"properties": {
"trip": {
"id": "295863231",
"shortName": null,
"headsign": "Nord",
"startTime": "21:13:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41074",
"label": "41074",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 10,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 5,
"carriageDetails": [],
"firstSeenAt": 1632322923,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 10894
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59722,
45.53127
]
},
"properties": {
"trip": {
"id": "295863536",
"shortName": null,
"headsign": "Nord",
"startTime": "20:05:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "56_2"
},
"route": {
"id": "56",
"shortName": "56",
"longName": "St-Hubert",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41080",
"label": "41080",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1647890585,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11143
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74143,
45.52011
]
},
"properties": {
"trip": {
"id": "295863607",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "79_1"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41083",
"label": "41083",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 223,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1656495064,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12375
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5871,
45.51874
]
},
"properties": {
"trip": {
"id": "295863502",
"shortName": null,
"headsign": "Sud",
"startTime": "20:51:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "55_21"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41084",
"label": "41084",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 121,
"odometer": 0,
"speed": 24
},
"agencyId": 1,
"currentStopSequence": 32,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1651053785,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11171
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60036,
45.6246
]
},
"properties": {
"trip": {
"id": "295863902",
"shortName": null,
"headsign": "Est",
"startTime": "20:49:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41087",
"label": "41087",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 24,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1643404565,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11058
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7188,
45.53158
]
},
"properties": {
"trip": {
"id": "295864242",
"shortName": null,
"headsign": "Est",
"startTime": "21:32:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "180_12"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41092",
"label": "41092",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1645441923,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11102
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65083,
45.5823
]
},
"properties": {
"trip": {
"id": "295863163",
"shortName": null,
"headsign": "Est",
"startTime": "21:12:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41095",
"label": "41095",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 16,
"odometer": 0,
"speed": 35
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1643401924,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11054
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53845,
45.66131
]
},
"properties": {
"trip": {
"id": "295863587",
"shortName": null,
"headsign": "Est",
"startTime": "20:35:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41097",
"label": "41097",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 350,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1645089784,
"lastSeenAt": 1784510760,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11098
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57762,
45.53434
]
},
"properties": {
"trip": {
"id": "295863194",
"shortName": null,
"headsign": "Sud",
"startTime": "20:54:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "45_3"
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Papineau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41100",
"label": "41100",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 115,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1643451963,
"lastSeenAt": 1784510778,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11063
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61523,
45.62756
]
},
"properties": {
"trip": {
"id": "295863285",
"shortName": null,
"headsign": "Est via Gouin / Ozias-Leduc",
"startTime": "20:52:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_10"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41101",
"label": "41101",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 141,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 25,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1649102104,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11161
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64821,
45.54306
]
},
"properties": {
"trip": {
"id": "295862961",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "20_4"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Crémazie / Marché Central",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41104",
"label": "41104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643405464,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11059
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61346,
45.53247
]
},
"properties": {
"trip": {
"id": "295863545",
"shortName": null,
"headsign": "Nord",
"startTime": "20:53:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "55_20"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41106",
"label": "41106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 304,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1643363763,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11048
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64931,
45.59159
]
},
"properties": {
"trip": {
"id": "295863037",
"shortName": null,
"headsign": "Ouest",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "43_14"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41111",
"label": "41111",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 36,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 59,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643365624,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11051
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63287,
45.59372
]
},
"properties": {
"trip": {
"id": "295864169",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:16:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "140_12"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41124",
"label": "41124",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 143,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1643831945,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11068
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64697,
45.59031
]
},
"properties": {
"trip": {
"id": "295863182",
"shortName": null,
"headsign": "Est",
"startTime": "21:09:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41126",
"label": "41126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 5,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 3,
"carriageDetails": [],
"firstSeenAt": 1649069105,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11159
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66719,
45.55605
]
},
"properties": {
"trip": {
"id": "295863298",
"shortName": null,
"headsign": "Est",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "41128",
"label": "41128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1644487384,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 11083
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66729,
45.55586
]
},
"properties": {
"trip": {
"id": "295863406",
"shortName": null,
"headsign": "Est",
"startTime": "21:34:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42001",
"label": "42001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1663361164,
"lastSeenAt": 1784510776,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12461
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65726,
45.57293
]
},
"properties": {
"trip": {
"id": "295863115",
"shortName": null,
"headsign": "Sud",
"startTime": "21:25:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "45_3"
},
"route": {
"id": "45",
"shortName": "45",
"longName": "Papineau",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42002",
"label": "42002",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 120,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1664656624,
"lastSeenAt": 1784510767,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12619
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57761,
45.59928
]
},
"properties": {
"trip": {
"id": "295864329",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:23:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "193_2"
},
"route": {
"id": "193",
"shortName": "193",
"longName": "Jarry",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42005",
"label": "42005",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 213,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1669290545,
"lastSeenAt": 1784510782,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12756
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71037,
45.53856
]
},
"properties": {
"trip": {
"id": "295863857",
"shortName": null,
"headsign": "Est",
"startTime": "21:00:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "79_3"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42006",
"label": "42006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1669072444,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12748
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.54382,
45.67036
]
},
"properties": {
"trip": {
"id": "295863413",
"shortName": null,
"headsign": "Est",
"startTime": "20:28:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "49_8"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42008",
"label": "42008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 62,
"odometer": 0,
"speed": 54
},
"agencyId": 1,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1664362026,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12612
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81327,
45.51027
]
},
"properties": {
"trip": {
"id": "295863835",
"shortName": null,
"headsign": "Est",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "79_3"
},
"route": {
"id": "79",
"shortName": "79",
"longName": "Gouin",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42011",
"label": "42011",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665517506,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12660
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66321,
45.53985
]
},
"properties": {
"trip": {
"id": "295864189",
"shortName": null,
"headsign": "Est",
"startTime": "21:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "140_11"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42020",
"label": "42020",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 293,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1664964845,
"lastSeenAt": 1784510775,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12636
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65623,
45.55057
]
},
"properties": {
"trip": {
"id": "295864264",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "180_14"
},
"route": {
"id": "180",
"shortName": "180",
"longName": "De Salaberry",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42021",
"label": "42021",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665173828,
"lastSeenAt": 1784510766,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12651
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53846,
45.66131
]
},
"properties": {
"trip": {
"id": "295863628",
"shortName": null,
"headsign": "Est",
"startTime": "20:19:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_8"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42023",
"label": "42023",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 47,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666107304,
"lastSeenAt": 1784510476,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12673
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.60546,
45.63398
]
},
"properties": {
"trip": {
"id": "295863323",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:01:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "48_7"
},
"route": {
"id": "48",
"shortName": "48",
"longName": "Perras",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42026",
"label": "42026",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 21,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666293725,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12682
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63251,
45.59339
]
},
"properties": {
"trip": {
"id": "295864131",
"shortName": null,
"headsign": "Est",
"startTime": "20:48:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "140_11"
},
"route": {
"id": "140",
"shortName": "140",
"longName": "Fleury",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42028",
"label": "42028",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 323,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 48,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1662027064,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12444
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63913,
45.57607
]
},
"properties": {
"trip": {
"id": "295863467",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:27:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "54_14"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42034",
"label": "42034",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1669722724,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12761
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64194,
45.5476
]
},
"properties": {
"trip": {
"id": "295863434",
"shortName": null,
"headsign": "Est",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "54_13"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Charland / Chabanel",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42035",
"label": "42035",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 24,
"odometer": 0,
"speed": 27
},
"agencyId": 1,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1664997186,
"lastSeenAt": 1784510771,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12640
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5642,
45.6587
]
},
"properties": {
"trip": {
"id": "295863381",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "49_35"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Maurice-Duplessis",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42036",
"label": "42036",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1668508684,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12733
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61568,
45.57735
]
},
"properties": {
"trip": {
"id": "295864048",
"shortName": null,
"headsign": "Nord",
"startTime": "20:57:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "139_1"
},
"route": {
"id": "139",
"shortName": "139",
"longName": "Pie-IX",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42039",
"label": "42039",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666123747,
"lastSeenAt": 1784510768,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12675
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.53353,
45.54768
]
},
"properties": {
"trip": {
"id": "295864454",
"shortName": null,
"headsign": "Sud destination Pie-IX / Notre-Dame",
"startTime": "20:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "439_4"
},
"route": {
"id": "439",
"shortName": "439",
"longName": "Express Pie-IX",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42040",
"label": "42040",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1665430506,
"lastSeenAt": 1784510478,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.57044,
45.65937
]
},
"properties": {
"trip": {
"id": "295863094",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:30:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "43_14"
},
"route": {
"id": "43",
"shortName": "43",
"longName": "Monselet",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42041",
"label": "42041",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 0
},
"agencyId": 1,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1667420463,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12720
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.62628,
45.554
]
},
"properties": {
"trip": {
"id": "295863018",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:20:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "20_5"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Crémazie / Marché Central",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42042",
"label": "42042",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": 0,
"speed": 36
},
"agencyId": 1,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665352742,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12654
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67092,
45.55034
]
},
"properties": {
"trip": {
"id": "295863515",
"shortName": null,
"headsign": "Sud",
"startTime": "21:22:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "55_21"
},
"route": {
"id": "55",
"shortName": "55",
"longName": "Saint-Laurent",
"color": "#781B7D",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "42046",
"label": "42046",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203,
"odometer": 0,
"speed": 18
},
"agencyId": 1,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1666126206,
"lastSeenAt": 1784510774,
"links": [
3,
22
],
"tags": [
5
],
"isActive": null
},
"id": 12676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59663,
45.47311
]
},
"properties": {
"trip": {
"id": "295768734",
"shortName": null,
"headsign": "Nord",
"startTime": "21:02:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "38_23"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "De l'Église",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "44016",
"label": "44016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 0,
"odometer": 0,
"speed": 12
},
"agencyId": 1,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1737757625,
"lastSeenAt": 1784510777,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2928930
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5811,
45.48244
]
},
"properties": {
"trip": {
"id": "295769938",
"shortName": null,
"headsign": "Ouest",
"startTime": "21:26:00",
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "411_6"
},
"route": {
"id": "411",
"shortName": "411",
"longName": "Express Lionel-Groulx",
"color": "#009EE0",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "44032",
"label": "44032",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 291,
"odometer": 0,
"speed": 13
},
"agencyId": 1,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1744807988,
"lastSeenAt": 1784510783,
"links": [
3,
22
],
"tags": [
4
],
"isActive": null
},
"id": 2929150
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.05109,
45.39923
]
},
"properties": {
"trip": {
"id": "4083491-TRAIN-E26-TRKPI-Dimanche-01",
"shortName": "65",
"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": "3023",
"label": "3023",
"licensePlate": null,
"type": 2
},
"position": {
"bearing": 44.1,
"odometer": 0,
"speed": 19
},
"agencyId": 2,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [
{
"id": "exo1367",
"label": null,
"occupancyStatus": null,
"type": 3
},
{
"id": "3065",
"label": null,
"occupancyStatus": null,
"type": 7
},
{
"id": "exo3024",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "3134",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "exo3023",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "3103",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "3090",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "3060",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "exo1365",
"label": null,
"occupancyStatus": null,
"type": null
},
{
"id": "3118",
"label": null,
"occupancyStatus": null,
"type": null
}
],
"firstSeenAt": 1581202503,
"lastSeenAt": 1784509019,
"links": [
52
],
"tags": [],
"isActive": null
},
"id": 3338
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69708,
45.56779
]
},
"properties": {
"trip": {
"id": "JUIN2642O2D10021430578",
"shortName": null,
"headsign": "Terminus Le Carrefour",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2642O2"
},
"route": {
"id": "JUIN2642O",
"shortName": "42",
"longName": "Terminus Le Carrefour",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "0908",
"label": "0908",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 230,
"odometer": null,
"speed": 19
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510833,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924706
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.71976,
45.55862
]
},
"properties": {
"trip": {
"id": "JUIN2626E1D10116480556",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2626E1"
},
"route": {
"id": "JUIN2626E",
"shortName": "26",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1006",
"label": "1006",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510803,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78427,
45.51933
]
},
"properties": {
"trip": {
"id": "JUIN26144O1D12517210531",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26144O1"
},
"route": {
"id": "JUIN26144O",
"shortName": "144",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1014",
"label": "1014",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": null,
"speed": 16
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682855528,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2809004
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.55489,
45.67703
]
},
"properties": {
"trip": {
"id": "JUIN26252O2L2505570002",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26252O2"
},
"route": {
"id": "JUIN2652O",
"shortName": "52",
"longName": "Métro Henri-Bourassa",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1118",
"label": "1118",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 240,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924665
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66668,
45.59314
]
},
"properties": {
"trip": {
"id": "JUIN2642E1D10020320573",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2642E1"
},
"route": {
"id": "JUIN2642E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1120",
"label": "1120",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 68,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924664
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69397,
45.57202
]
},
"properties": {
"trip": {
"id": "JUIN2673S2D10419330586",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2673S2"
},
"route": {
"id": "JUIN2673S",
"shortName": "73",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1204",
"label": "1204",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 141,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924789
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82458,
45.52104
]
},
"properties": {
"trip": {
"id": "JUIN2626E1D10116480556",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2626E1"
},
"route": {
"id": "JUIN2626E",
"shortName": "26",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1210",
"label": "1210",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 65,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1574470503,
"lastSeenAt": 1784510863,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2309
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.76289,
45.53682
]
},
"properties": {
"trip": {
"id": "JUIN2666O2D10521380533",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2666O2"
},
"route": {
"id": "JUIN2666O",
"shortName": "66",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1218",
"label": "1218",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 250,
"odometer": null,
"speed": 16
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682967918,
"lastSeenAt": 1784510823,
"links": [],
"tags": [],
"isActive": null
},
"id": 2923491
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74793,
45.56936
]
},
"properties": {
"trip": {
"id": "JUIN2650E2D1007520505",
"shortName": null,
"headsign": "Saint-Vincent-De-Paul",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2650E2"
},
"route": {
"id": "JUIN2650E",
"shortName": "50",
"longName": "Saint-Vincent-De-Paul",
"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,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510828,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924772
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70935,
45.61248
]
},
"properties": {
"trip": {
"id": "JUIN2670E2D10314470524",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2670E2"
},
"route": {
"id": "JUIN2670E",
"shortName": "70",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1501",
"label": "1501",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 132,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682952614,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2901970
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75795,
45.55266
]
},
"properties": {
"trip": {
"id": "JUIN26255N1D10615010513",
"shortName": null,
"headsign": "Laval-Ouest",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26255N1"
},
"route": {
"id": "JUIN26255N",
"shortName": "255",
"longName": "Laval-Ouest",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1511",
"label": "1511",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 238,
"odometer": null,
"speed": 8
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924767
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66517,
45.60176
]
},
"properties": {
"trip": {
"id": "JUIN2658E2D10318460527",
"shortName": null,
"headsign": "Saint-Vincent-De-Paul",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2658E2"
},
"route": {
"id": "JUIN2658E",
"shortName": "58",
"longName": "Saint-Vincent-De-Paul",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1607",
"label": "1607",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 4,
"odometer": null,
"speed": 8
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682966053,
"lastSeenAt": 1784510858,
"links": [],
"tags": [],
"isActive": null
},
"id": 2920530
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81677,
45.5828
]
},
"properties": {
"trip": {
"id": "JUIN2676O1D1011170513",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2676O1"
},
"route": {
"id": "JUIN2676O",
"shortName": "76",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1610",
"label": "1610",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 322,
"odometer": null,
"speed": 3
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682870947,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2823317
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75099,
45.54333
]
},
"properties": {
"trip": {
"id": "JUIN2660O1D12422350531",
"shortName": null,
"headsign": "Chomedey",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2660O1"
},
"route": {
"id": "JUIN2660O",
"shortName": "60",
"longName": "Chomedey",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1614",
"label": "1614",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 142,
"odometer": null,
"speed": 16
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682967436,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2922732
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68241,
45.56081
]
},
"properties": {
"trip": {
"id": "JUIN2620O1D11619530523",
"shortName": null,
"headsign": "Chomedey",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2620O1"
},
"route": {
"id": "JUIN2620O",
"shortName": "20",
"longName": "Chomedey",
"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,
"carriageDetails": [],
"firstSeenAt": 1682876589,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2829330
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77564,
45.58904
]
},
"properties": {
"trip": {
"id": "JUIN2665N2D10013570513",
"shortName": null,
"headsign": "Gare Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2665N2"
},
"route": {
"id": "JUIN2665N",
"shortName": "65",
"longName": "Gare Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1622",
"label": "1622",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 198,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682968396,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924624
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73596,
45.6684
]
},
"properties": {
"trip": {
"id": "JUIN2674O2D10718040524",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2674O2"
},
"route": {
"id": "JUIN2674O",
"shortName": "74",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1627",
"label": "1627",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 232,
"odometer": null,
"speed": 21
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682716395,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2617781
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.68053,
45.57822
]
},
"properties": {
"trip": {
"id": "JUIN2648S2D1111450512",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2648S2"
},
"route": {
"id": "JUIN2648S",
"shortName": "48",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1701",
"label": "1701",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 220,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924740
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7486,
45.65314
]
},
"properties": {
"trip": {
"id": "JUIN2617N1D10516330561",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2617N1"
},
"route": {
"id": "JUIN2617N",
"shortName": "17",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1703",
"label": "1703",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314,
"odometer": null,
"speed": 8
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682968396,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924606
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67822,
45.62681
]
},
"properties": {
"trip": {
"id": "JUIN2648N1D1110500507",
"shortName": null,
"headsign": "Gare Vimont",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2648N1"
},
"route": {
"id": "JUIN2648N",
"shortName": "48",
"longName": "Gare Vimont",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1721",
"label": "1721",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 326,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510858,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924752
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72044,
45.60011
]
},
"properties": {
"trip": {
"id": "JUIN2639N1D10414330521",
"shortName": null,
"headsign": "Auteuil",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2639N1"
},
"route": {
"id": "JUIN2639N",
"shortName": "39",
"longName": "Auteuil",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1722",
"label": "1722",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": null,
"speed": 14
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924751
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74139,
45.57261
]
},
"properties": {
"trip": {
"id": "JUIN2665S1D10422270532",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2665S1"
},
"route": {
"id": "JUIN2665S",
"shortName": "65",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1802",
"label": "1802",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 129,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510843,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924734
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81435,
45.58287
]
},
"properties": {
"trip": {
"id": "JUIN2661S2D10215150518",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2661S2"
},
"route": {
"id": "JUIN2661S",
"shortName": "61",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1806",
"label": "1806",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 38,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682949430,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2897463
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72645,
45.60118
]
},
"properties": {
"trip": {
"id": "JUIN2674E1D10622590531",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2674E1"
},
"route": {
"id": "JUIN2674E",
"shortName": "74",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1814",
"label": "1814",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 324,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682946195,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2892200
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73701,
45.59279
]
},
"properties": {
"trip": {
"id": "JUIN2670O1D10421000547",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2670O1"
},
"route": {
"id": "JUIN2670O",
"shortName": "70",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1902",
"label": "1902",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 260,
"odometer": null,
"speed": 6
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682967986,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2923676
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77998,
45.61966
]
},
"properties": {
"trip": {
"id": "JUIN26151S1D10015060532",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26151S1"
},
"route": {
"id": "JUIN26151S",
"shortName": "151",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1903",
"label": "1903",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 152,
"odometer": null,
"speed": 6
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924722
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61376,
45.64684
]
},
"properties": {
"trip": {
"id": "JUIN2642O2D10021430578",
"shortName": null,
"headsign": "Terminus Le Carrefour",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2642O2"
},
"route": {
"id": "JUIN2642O",
"shortName": "42",
"longName": "Terminus Le Carrefour",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1905",
"label": "1905",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 226,
"odometer": null,
"speed": 10
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924720
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.77874,
45.62132
]
},
"properties": {
"trip": {
"id": "JUIN2663S2D11820130526",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2663S2"
},
"route": {
"id": "JUIN2663S",
"shortName": "63",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1911",
"label": "1911",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 187,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924727
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86293,
45.53855
]
},
"properties": {
"trip": {
"id": "JUIN26203E1D14020440505",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26203E1"
},
"route": {
"id": "JUIN26203E",
"shortName": "203",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "1914",
"label": "1914",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254,
"odometer": null,
"speed": 21
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682967986,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2923682
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74411,
45.61111
]
},
"properties": {
"trip": {
"id": "JUIN26345S2L26626550056",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26345S2"
},
"route": {
"id": "JUIN2645S",
"shortName": "45",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2007",
"label": "2007",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 151,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924697
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78957,
45.6025
]
},
"properties": {
"trip": {
"id": "JUIN26151N2D10016260537",
"shortName": null,
"headsign": "Sainte-Rose",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26151N2"
},
"route": {
"id": "JUIN26151N",
"shortName": "151",
"longName": "Sainte-Rose",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2016",
"label": "2016",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 345,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682944819,
"lastSeenAt": 1784510858,
"links": [],
"tags": [],
"isActive": null
},
"id": 2889666
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.58853,
45.67213
]
},
"properties": {
"trip": {
"id": "JUIN2642E1D10020320573",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2642E1"
},
"route": {
"id": "JUIN2642E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2103",
"label": "2103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 52,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510858,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924685
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87272,
45.55526
]
},
"properties": {
"trip": {
"id": "JUIN2646S1D10817080524",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2646S1"
},
"route": {
"id": "JUIN2646S",
"shortName": "46",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2104",
"label": "2104",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510803,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924684
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7495,
45.56835
]
},
"properties": {
"trip": {
"id": "JUIN2642E1D10020320573",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2642E1"
},
"route": {
"id": "JUIN2642E",
"shortName": "42",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2107",
"label": "2107",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 311,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924683
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80409,
45.57911
]
},
"properties": {
"trip": {
"id": "JUIN2676E2D10115180534",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2676E2"
},
"route": {
"id": "JUIN2676E",
"shortName": "76",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2108",
"label": "2108",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 78,
"odometer": null,
"speed": 11
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510848,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924682
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80639,
45.52584
]
},
"properties": {
"trip": {
"id": "JUIN2626O2D10116050551",
"shortName": null,
"headsign": "Station Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2626O2"
},
"route": {
"id": "JUIN2626O",
"shortName": "26",
"longName": "Station Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2109",
"label": "2109",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 299,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682968338,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924410
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.7602,
45.54744
]
},
"properties": {
"trip": {
"id": "JUIN2640E2D10916400518",
"shortName": null,
"headsign": "Métro Montmorency",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2640E2"
},
"route": {
"id": "JUIN2640E",
"shortName": "40",
"longName": "Métro Montmorency",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2115",
"label": "2115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 61,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924692
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61634,
45.64513
]
},
"properties": {
"trip": {
"id": "JUIN26252E1L13816090021",
"shortName": null,
"headsign": "Saint-François",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26252E1"
},
"route": {
"id": "JUIN2652E",
"shortName": "52",
"longName": "Saint-François",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2116",
"label": "2116",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 44,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924691
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72059,
45.55841
]
},
"properties": {
"trip": {
"id": "JUIN2639S2D10217040530",
"shortName": null,
"headsign": "Terminus Le Carrefour",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2639S2"
},
"route": {
"id": "JUIN2639S",
"shortName": "39",
"longName": "Terminus Le Carrefour",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2119",
"label": "2119",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924690
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64874,
45.6316
]
},
"properties": {
"trip": {
"id": "JUIN26222O1D214590518",
"shortName": null,
"headsign": "Métro Cartier",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26222O1"
},
"route": {
"id": "JUIN2622O",
"shortName": "22",
"longName": "Métro Cartier",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2127",
"label": "2127",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510858,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924698
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72976,
45.53422
]
},
"properties": {
"trip": {
"id": "JUIN26151S1D10015060532",
"shortName": null,
"headsign": "Métro Côte-Vertu",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26151S1"
},
"route": {
"id": "JUIN26151S",
"shortName": "151",
"longName": "Métro Côte-Vertu",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2207",
"label": "2207",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144,
"odometer": null,
"speed": 29
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682973751,
"lastSeenAt": 1784510798,
"links": [],
"tags": [],
"isActive": null
},
"id": 2924666
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73382,
45.53916
]
},
"properties": {
"trip": {
"id": "JUIN2624O2D10719410541",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2624O2"
},
"route": {
"id": "JUIN2624O",
"shortName": "24",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2211",
"label": "2211",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 215,
"odometer": null,
"speed": 0
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682894651,
"lastSeenAt": 1784510868,
"links": [],
"tags": [],
"isActive": null
},
"id": 2849130
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64721,
45.61449
]
},
"properties": {
"trip": {
"id": "JUIN26322E1D605320501",
"shortName": null,
"headsign": "Duvernay",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN26322E1"
},
"route": {
"id": "JUIN26322E",
"shortName": "322",
"longName": "Duvernay",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2212",
"label": "2212",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 50,
"odometer": null,
"speed": 5
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1656429365,
"lastSeenAt": 1784510868,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 12372
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78299,
45.54447
]
},
"properties": {
"trip": {
"id": "JUIN2656O2D1014370525",
"shortName": null,
"headsign": "Sainte-Dorothée",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2656O2"
},
"route": {
"id": "JUIN2656O",
"shortName": "56",
"longName": "Sainte-Dorothée",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2215",
"label": "2215",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 236,
"odometer": null,
"speed": 18
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1682940799,
"lastSeenAt": 1784510863,
"links": [],
"tags": [],
"isActive": null
},
"id": 2880167
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.80422,
45.59698
]
},
"properties": {
"trip": {
"id": "JUIN2673N1D10418340571",
"shortName": null,
"headsign": "Fabreville",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2673N1"
},
"route": {
"id": "JUIN2673N",
"shortName": "73",
"longName": "Fabreville",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2401",
"label": "2401",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 148,
"odometer": null,
"speed": 27
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1753723930,
"lastSeenAt": 1784510773,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929471
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.73779,
45.61326
]
},
"properties": {
"trip": {
"id": "JUIN2631S2D10316570570",
"shortName": null,
"headsign": "Métro Henri-Bourassa",
"startTime": null,
"scheduleRelationship": null,
"blockId": null,
"serviceId": null,
"shapeId": "JUIN2631S2"
},
"route": {
"id": "JUIN2631S",
"shortName": "31",
"longName": "Métro Henri-Bourassa",
"color": "#151f6d",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2408",
"label": "2408",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 143,
"odometer": null,
"speed": 13
},
"agencyId": 3,
"currentStopSequence": null,
"currentStatus": null,
"congestionLevel": null,
"occupancyStatus": null,
"carriageDetails": [],
"firstSeenAt": 1753722849,
"lastSeenAt": 1784510868,
"links": [
53,
80
],
"tags": [],
"isActive": null
},
"id": 2929468
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52156,
45.52372
]
},
"properties": {
"trip": {
"id": "4_2_R_F9_2603_tebr_20:32",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2603",
"serviceId": null,
"shapeId": "4_2_R"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21703",
"label": "21703",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 68.3,
"odometer": 0,
"speed": 24
},
"agencyId": 4,
"currentStopSequence": 77,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574433903,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1160
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45521,
45.62433
]
},
"properties": {
"trip": {
"id": "81_1_A_F9_2640_dbmv_21:12",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2640",
"serviceId": null,
"shapeId": "81_1_A"
},
"route": {
"id": "81",
"shortName": "81",
"longName": "du Fort-St-Louis / Marie-Victorin",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21801",
"label": "21801",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 190.5,
"odometer": 0,
"speed": 17
},
"agencyId": 4,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1593021724,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7349
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51299,
45.52917
]
},
"properties": {
"trip": {
"id": "74_1_A_F9_2606_auge_21:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2606",
"serviceId": null,
"shapeId": "74_1_A"
},
"route": {
"id": "74",
"shortName": "74",
"longName": "St-Laurent / Secteur Bellerive",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21802",
"label": "21802",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 212.9,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 25,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574434505,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1182
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46535,
45.45959
]
},
"properties": {
"trip": {
"id": "77_1_R_F9_2642_geth_20:58",
"shortName": null,
"headsign": "CÉGEP Édouard-Montpetit",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2642",
"serviceId": null,
"shapeId": "77_1_R"
},
"route": {
"id": "77",
"shortName": "77",
"longName": "Taschereau / Coteau-Rouge / Cégep É.-Montpetit",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21812",
"label": "21812",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 176.2,
"odometer": 0,
"speed": 3
},
"agencyId": 4,
"currentStopSequence": 39,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574442337,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2003
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.52215,
45.52256
]
},
"properties": {
"trip": {
"id": "99_2_A_F9_1621_sewl_20:37",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1621",
"serviceId": null,
"shapeId": "99_2_A"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Promenades St-Bruno / St-Bruno-de-Montarville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21815",
"label": "21815",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 3.3,
"odometer": 0,
"speed": 39
},
"agencyId": 4,
"currentStopSequence": 57,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1612784883,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9780
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50385,
45.54774
]
},
"properties": {
"trip": {
"id": "17_1_R_F9_1620_mtro_21:19",
"shortName": null,
"headsign": "Sect. M Vieux-Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1620",
"serviceId": null,
"shapeId": "17_1_R"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Roland-Therrien / Roberval",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21816",
"label": "21816",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 36.7,
"odometer": 0,
"speed": 16
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1612178345,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9724
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48311,
45.49772
]
},
"properties": {
"trip": {
"id": "3_1_A_F9_1603_dimo_21:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1603",
"serviceId": null,
"shapeId": "3_1_A"
},
"route": {
"id": "3",
"shortName": "3",
"longName": "Secteur Laflèche",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21820",
"label": "21820",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 224.4,
"odometer": 0,
"speed": 38
},
"agencyId": 4,
"currentStopSequence": 30,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1611925266,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9698
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44103,
45.44707
]
},
"properties": {
"trip": {
"id": "38_2_A_F9_1630_parc_21:07",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1630",
"serviceId": null,
"shapeId": "38_2_A"
},
"route": {
"id": "38",
"shortName": "38",
"longName": "Chevrier / Secteur B Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21825",
"label": "21825",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 139.7,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574403530,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 981
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43623,
45.44619
]
},
"properties": {
"trip": {
"id": "132_1_A_F9_1638_kile_21:01",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1638",
"serviceId": null,
"shapeId": "132_1_A"
},
"route": {
"id": "132",
"shortName": "132",
"longName": "DIX30 / Parc de la Cité / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21828",
"label": "21828",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 231.5,
"odometer": 0,
"speed": 19
},
"agencyId": 4,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574403530,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 985
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45435,
45.47483
]
},
"properties": {
"trip": {
"id": "5_2_A_F9_1610_gbma_20:57",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1610",
"serviceId": null,
"shapeId": "5_2_A"
},
"route": {
"id": "5",
"shortName": "5",
"longName": "Auteuil / mtée St-Hubert / Maisonneuve",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21830",
"label": "21830",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225.5,
"odometer": 0,
"speed": 28
},
"agencyId": 4,
"currentStopSequence": 46,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574403530,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 987
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44077,
45.44095
]
},
"properties": {
"trip": {
"id": "132_1_R_F9_1604_tebr_21:26",
"shortName": null,
"headsign": "Mountainview",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1604",
"serviceId": null,
"shapeId": "132_1_R"
},
"route": {
"id": "132",
"shortName": "132",
"longName": "DIX30 / Parc de la Cité / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21837",
"label": "21837",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 315.9,
"odometer": 0,
"speed": 27
},
"agencyId": 4,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1581019083,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3331
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3389,
45.52452
]
},
"properties": {
"trip": {
"id": "160_2_R_F9_1618_parc_20:51",
"shortName": null,
"headsign": "Centre-ville St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1618",
"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": "21838",
"label": "21838",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 47.3,
"odometer": 0,
"speed": 31
},
"agencyId": 4,
"currentStopSequence": 49,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1611491045,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9622
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47427,
45.43793
]
},
"properties": {
"trip": {
"id": "47_2_R_F9_1617_parc_21:11",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1617",
"serviceId": null,
"shapeId": "47_2_R"
},
"route": {
"id": "47",
"shortName": "47",
"longName": "Secteurs R-S-T Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21842",
"label": "21842",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 22.7,
"odometer": 0,
"speed": 5
},
"agencyId": 4,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574403531,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 995
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44346,
45.47506
]
},
"properties": {
"trip": {
"id": "50_2_R_F9_1633_parc_21:14",
"shortName": null,
"headsign": "Prince-Charles",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1633",
"serviceId": null,
"shapeId": "50_2_R"
},
"route": {
"id": "50",
"shortName": "50",
"longName": "Bienville / Orchard / Prince-Charles",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21851",
"label": "21851",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 341.5,
"odometer": 0,
"speed": 12
},
"agencyId": 4,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1579473363,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3265
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51315,
45.51737
]
},
"properties": {
"trip": {
"id": "21_1_R_F9_1643_mtro_21:23",
"shortName": null,
"headsign": "place Java",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1643",
"serviceId": null,
"shapeId": "21_1_R"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21903",
"label": "21903",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 144.4,
"odometer": 0,
"speed": 46
},
"agencyId": 4,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574409311,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 1088
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48071,
45.51793
]
},
"properties": {
"trip": {
"id": "73_1_R_F9_1641_mtro_21:10",
"shortName": null,
"headsign": "de Fontainebleau",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1641",
"serviceId": null,
"shapeId": "73_1_R"
},
"route": {
"id": "73",
"shortName": "73",
"longName": "Joliette / de Lyon",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21904",
"label": "21904",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 117.5,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1574403531,
"lastSeenAt": 1784510883,
"links": [
54,
87,
87
],
"tags": [],
"isActive": null
},
"id": 999
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37614,
45.50728
]
},
"properties": {
"trip": {
"id": "8_1_R_F9_1614_mtro_20:32",
"shortName": null,
"headsign": "Promenades St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1614",
"serviceId": null,
"shapeId": "8_1_R"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "ch. de Chambly / Cousineau / Promenades St-Bruno",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "21906",
"label": "21906",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 339,
"odometer": 0,
"speed": 34
},
"agencyId": 4,
"currentStopSequence": 66,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1582706105,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3379
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49086,
45.54118
]
},
"properties": {
"trip": {
"id": "10_1_A_F9_2609_bebo_21:11",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2609",
"serviceId": null,
"shapeId": "10_1_A"
},
"route": {
"id": "10",
"shortName": "10",
"longName": "Roland-Therrien / Belcourt",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22001",
"label": "22001",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 327.2,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1583244243,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3396
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45187,
45.59872
]
},
"properties": {
"trip": {
"id": "80_1_R_F9_2646_mtro_21:20",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2646",
"serviceId": null,
"shapeId": "80_1_R"
},
"route": {
"id": "80",
"shortName": "80",
"longName": "De Montarville / Carrefour de la Rive-Sud",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22008",
"label": "22008",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 53.4,
"odometer": 0,
"speed": 59
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1583361425,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 3405
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44919,
45.57007
]
},
"properties": {
"trip": {
"id": "123_2_A_F9_2650_depe_21:12",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2650",
"serviceId": null,
"shapeId": "123_2_A"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Jacques-Cartier / Parcs industriels",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22013",
"label": "22013",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 16.4,
"odometer": 0,
"speed": 23
},
"agencyId": 4,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1586558402,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7096
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46785,
45.51301
]
},
"properties": {
"trip": {
"id": "123_2_R_F9_2652_mtro_21:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2652",
"serviceId": null,
"shapeId": "123_2_R"
},
"route": {
"id": "123",
"shortName": "123",
"longName": "Jacques-Cartier / Parcs industriels",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22015",
"label": "22015",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 26.5,
"odometer": 0,
"speed": 48
},
"agencyId": 4,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1585135144,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7026
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46616,
45.55468
]
},
"properties": {
"trip": {
"id": "20_1_R_F9_2638_mtro_21:10",
"shortName": null,
"headsign": "Sect. B Vieux-Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2638",
"serviceId": null,
"shapeId": "20_1_R"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Jean-Paul-Vincent / Beauharnois",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22019",
"label": "22019",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 136.4,
"odometer": 0,
"speed": 48
},
"agencyId": 4,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1585771086,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7067
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42456,
45.50536
]
},
"properties": {
"trip": {
"id": "88_1_A_F9_2649_kile_21:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2649",
"serviceId": null,
"shapeId": "88_1_A"
},
"route": {
"id": "88",
"shortName": "88",
"longName": "ch. de Chambly / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22025",
"label": "22025",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 301.7,
"odometer": 0,
"speed": 43
},
"agencyId": 4,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1587565743,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 7116
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.3799,
45.50315
]
},
"properties": {
"trip": {
"id": "99_2_R_F9_2618_mtro_21:10",
"shortName": null,
"headsign": "St-Bruno",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2618",
"serviceId": null,
"shapeId": "99_2_R"
},
"route": {
"id": "99",
"shortName": "99",
"longName": "Promenades St-Bruno / St-Bruno-de-Montarville",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22027",
"label": "22027",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 133.2,
"odometer": 0,
"speed": 31
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1610140868,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9344
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.51746,
45.50572
]
},
"properties": {
"trip": {
"id": "15_1_R_F9_1653_mtro_21:22",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1653",
"serviceId": null,
"shapeId": "15_1_R"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Riverside / Alexandra / Churchill",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22030",
"label": "22030",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 187.2,
"odometer": 0,
"speed": 17
},
"agencyId": 4,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1611574685,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9630
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4433,
45.58425
]
},
"properties": {
"trip": {
"id": "83_1_A_F9_2648_dbmv_21:19",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2648",
"serviceId": null,
"shapeId": "83_1_A"
},
"route": {
"id": "83",
"shortName": "83",
"longName": "De Montarville / Samuel-De Champlain",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22033",
"label": "22033",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 320.8,
"odometer": 0,
"speed": 33
},
"agencyId": 4,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1611318726,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 9365
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4818,
45.52942
]
},
"properties": {
"trip": {
"id": "88_1_R_F9_2611_mtro_21:02",
"shortName": null,
"headsign": "Mountainview",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2611",
"serviceId": null,
"shapeId": "88_1_R"
},
"route": {
"id": "88",
"shortName": "88",
"longName": "ch. de Chambly / Mountainview",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22059",
"label": "22059",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123.1,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 20,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1624306866,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 10615
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46857,
45.45573
]
},
"properties": {
"trip": {
"id": "49_2_A_F9_1654_prri_21:17",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1654",
"serviceId": null,
"shapeId": "49_2_A"
},
"route": {
"id": "49",
"shortName": "49",
"longName": "Secteurs R-S Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22102",
"label": "22102",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 13.6,
"odometer": 0,
"speed": 37
},
"agencyId": 4,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1652697966,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11181
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44334,
45.49302
]
},
"properties": {
"trip": {
"id": "4_3_A_F9_1605_mtro_21:00",
"shortName": null,
"headsign": "Terminus Brossard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1605",
"serviceId": null,
"shapeId": "4_3_A"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22103",
"label": "22103",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 37,
"odometer": 0,
"speed": 28
},
"agencyId": 4,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1645562766,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11107
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43216,
45.50751
]
},
"properties": {
"trip": {
"id": "428_1_R_F9_1656_mtro_21:15",
"shortName": null,
"headsign": "Aéroport MET – Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1656",
"serviceId": null,
"shapeId": "428_1_R"
},
"route": {
"id": "428",
"shortName": "428",
"longName": "Zone aéroportuaire / Aéroport MET",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22106",
"label": "22106",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 84.8,
"odometer": 0,
"speed": 58
},
"agencyId": 4,
"currentStopSequence": 4,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1647137763,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11127
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43153,
45.46696
]
},
"properties": {
"trip": {
"id": "21_1_A_F9_1623_java_21:11",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1623",
"serviceId": null,
"shapeId": "21_1_A"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22109",
"label": "22109",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314.6,
"odometer": 0,
"speed": 32
},
"agencyId": 4,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1648064406,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11147
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43552,
45.44661
]
},
"properties": {
"trip": {
"id": "21_1_R_F9_1616_mtro_20:53",
"shortName": null,
"headsign": "place Java",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1616",
"serviceId": null,
"shapeId": "21_1_R"
},
"route": {
"id": "21",
"shortName": "21",
"longName": "Grande Allée / du Quartier",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22110",
"label": "22110",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 233.2,
"odometer": 0,
"speed": 42
},
"agencyId": 4,
"currentStopSequence": 52,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1645477326,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11104
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44052,
45.48954
]
},
"properties": {
"trip": {
"id": "4_2_R_F9_1612_tebr_21:02",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1612",
"serviceId": null,
"shapeId": "4_2_R"
},
"route": {
"id": "4",
"shortName": "4",
"longName": "Taschereau / Payer / DIX30",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22115",
"label": "22115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 19.5,
"odometer": 0,
"speed": 30
},
"agencyId": 4,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1647288727,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11131
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46558,
45.48431
]
},
"properties": {
"trip": {
"id": "54_1_A_F9_1619_parc_21:22",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1619",
"serviceId": null,
"shapeId": "54_1_A"
},
"route": {
"id": "54",
"shortName": "54",
"longName": "Tiffin / St-Georges / Taschereau",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22118",
"label": "22118",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 329.6,
"odometer": 0,
"speed": 20
},
"agencyId": 4,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1636747325,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 10964
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46946,
45.46712
]
},
"properties": {
"trip": {
"id": "41_1_A_F9_1631_parc_21:26",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1631",
"serviceId": null,
"shapeId": "41_1_A"
},
"route": {
"id": "41",
"shortName": "41",
"longName": "Rome / Milan",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22121",
"label": "22121",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 259.2,
"odometer": 0,
"speed": 20
},
"agencyId": 4,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1640124065,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11015
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49987,
45.4949
]
},
"properties": {
"trip": {
"id": "1_1_A_F9_1602_aqua_21:14",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1602",
"serviceId": null,
"shapeId": "1_1_A"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Desaulniers / Victoria / Windsor",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22123",
"label": "22123",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 311.5,
"odometer": 0,
"speed": 5
},
"agencyId": 4,
"currentStopSequence": 20,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1642539066,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11037
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.46214,
45.43703
]
},
"properties": {
"trip": {
"id": "44_2_A_F9_1652_naoc_21:24",
"shortName": null,
"headsign": "Terminus Panama",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1652",
"serviceId": null,
"shapeId": "44_2_A"
},
"route": {
"id": "44",
"shortName": "44",
"longName": "Secteurs M-N-O Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22126",
"label": "22126",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 203.6,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 9,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1647000006,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 11122
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42918,
45.47706
]
},
"properties": {
"trip": {
"id": "42_2_R_F9_1632_parc_21:11",
"shortName": null,
"headsign": "Parc de la Cité",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1632",
"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": "22128",
"label": "22128",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 70,
"odometer": 0,
"speed": 42
},
"agencyId": 4,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1656063604,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 12173
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48586,
45.47112
]
},
"properties": {
"trip": {
"id": "13_1_A_F9_2604_parc_21:20",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2604",
"serviceId": null,
"shapeId": "13_1_A"
},
"route": {
"id": "13",
"shortName": "13",
"longName": "Riverside / Secteurs P-V Brossard",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22406",
"label": "22406",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 6.1,
"odometer": 0,
"speed": 25
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1706958548,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925607
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44746,
45.59934
]
},
"properties": {
"trip": {
"id": "61_2_A_F9_2631_flmo_20:59",
"shortName": null,
"headsign": "Terminus Radisson",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2631",
"serviceId": null,
"shapeId": "61_2_A"
},
"route": {
"id": "61",
"shortName": "61",
"longName": "Boucherville / Terminus Radisson",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22414",
"label": "22414",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 139.5,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 36,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1707474965,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925623
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5081,
45.53207
]
},
"properties": {
"trip": {
"id": "75_1_R_F9_2615_mtro_21:21",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2615",
"serviceId": null,
"shapeId": "75_1_R"
},
"route": {
"id": "75",
"shortName": "75",
"longName": "Quinn / Brébeuf",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22417",
"label": "22417",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 118.7,
"odometer": 0,
"speed": 15
},
"agencyId": 4,
"currentStopSequence": 7,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1708687988,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2925643
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.48041,
45.51416
]
},
"properties": {
"trip": {
"id": "16_1_R_F9_2613_mtro_21:10",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2613",
"serviceId": null,
"shapeId": "16_1_R"
},
"route": {
"id": "16",
"shortName": "16",
"longName": "Nobert / Antoinette-Robidoux / Adoncour",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22451",
"label": "22451",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 27.7,
"odometer": 0,
"speed": 21
},
"agencyId": 4,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1741771926,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2929034
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.49432,
45.51045
]
},
"properties": {
"trip": {
"id": "19_1_R_F9_2614_mtro_21:20",
"shortName": null,
"headsign": "Terminus Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "2614",
"serviceId": null,
"shapeId": "19_1_R"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Davis",
"color": "#D90B3E",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "22453",
"label": "22453",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 131.3,
"odometer": 0,
"speed": 0
},
"agencyId": 4,
"currentStopSequence": 10,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1742414474,
"lastSeenAt": 1784510883,
"links": [
54,
87
],
"tags": [],
"isActive": null
},
"id": 2929058
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.91298,
45.57261
]
},
"properties": {
"trip": {
"id": "12545449-LA-E26-LA_GTFS-Week-end-01",
"shortName": "13",
"headsign": "Hector-Lanthier -25e Ave -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2270023"
},
"route": {
"id": "227",
"shortName": "227",
"longName": "Deux-Montagnes - Saint-Eustache (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9b32AA0RA098716",
"label": "668",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 325,
"odometer": 0,
"speed": 28
},
"agencyId": 5,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1706696886,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925595
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93446,
45.52909
]
},
"properties": {
"trip": {
"id": "12594447-LA-E26-LA_GTFS-Week-end-01",
"shortName": "13",
"headsign": "Pointe-Calumet - Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2210015"
},
"route": {
"id": "221",
"shortName": "221",
"longName": "Deux-Montagnes - Pointe Calumet (Avenue Joseph)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA0RA098764",
"label": "666",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 81.9,
"odometer": 0,
"speed": 38
},
"agencyId": 5,
"currentStopSequence": 69,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1709205818,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925656
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99906,
45.77437
]
},
"properties": {
"trip": {
"id": "12116393-LA-E26-LA_GTFS-Week-end-01",
"shortName": "28",
"headsign": "Lafontaine - Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2350024"
},
"route": {
"id": "235",
"shortName": "235",
"longName": "Saint-Jérôme (Lafontaine)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA3RA098709",
"label": "836",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 244.9,
"odometer": 0,
"speed": 33
},
"agencyId": 5,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1707251890,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925616
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.94271,
45.52361
]
},
"properties": {
"trip": {
"id": "12096162-LA-E26-LA_GTFS-Week-end-01",
"shortName": "27",
"headsign": "Deux-Montagnes-Ste-Marthe-Grand-Moulin",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2220027"
},
"route": {
"id": "222",
"shortName": "222",
"longName": "Deux-Montagnes - Sainte-Marthe-sur-le-Lac",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA6RA098705",
"label": "673",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 266.9,
"odometer": 0,
"speed": 26
},
"agencyId": 5,
"currentStopSequence": 72,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1700476144,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925427
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.99172,
45.77515
]
},
"properties": {
"trip": {
"id": "12556744-LA-E26-LA_GTFS-Week-end-01",
"shortName": "28",
"headsign": "Saint-Antoine - 36e Avenue",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2370013"
},
"route": {
"id": "237",
"shortName": "237",
"longName": "Saint-Jérôme (Saint-Antoine)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AA8RA098771",
"label": "838",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 261.3,
"odometer": 0,
"speed": 44
},
"agencyId": 5,
"currentStopSequence": 37,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1713348727,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 2925781
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.85775,
45.65102
]
},
"properties": {
"trip": {
"id": "13409119-LA-E26-LA_GTFS-Week-end-01",
"shortName": "28",
"headsign": "des Mille-Îles - du Domaine",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2510020"
},
"route": {
"id": "251",
"shortName": "251",
"longName": "Sainte-Thérèse - Polyvalente Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AAXRA098707",
"label": "671",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 133.4,
"odometer": 0,
"speed": 34
},
"agencyId": 5,
"currentStopSequence": 23,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1700476144,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2925428
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86544,
45.58026
]
},
"properties": {
"trip": {
"id": "13501269-LA-E26-LA_GTFS-Week-end-01",
"shortName": "28",
"headsign": "Saint-Eustache (Sud) - Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6000094"
},
"route": {
"id": "600",
"shortName": "600",
"longName": "Deux-Montagnes - St-Eustache (Sud) - Ste-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J0N3753690",
"label": "682",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 234.5,
"odometer": 0,
"speed": 36
},
"agencyId": 5,
"currentStopSequence": 50,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672950245,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12872
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-74.02931,
45.77655
]
},
"properties": {
"trip": {
"id": "13457146-LA-E26-LA_GTFS-Week-end-01",
"shortName": "27",
"headsign": "Melançon - Roland-Godard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2320028"
},
"route": {
"id": "232",
"shortName": "232",
"longName": "Saint-Jérôme (Centre)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1N3753598",
"label": "908",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 354.7,
"odometer": 0,
"speed": 48
},
"agencyId": 5,
"currentStopSequence": 19,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1665480846,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12657
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.81777,
45.64124
]
},
"properties": {
"trip": {
"id": "13409023-LA-E26-LA_GTFS-Week-end-01",
"shortName": "19",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2490042"
},
"route": {
"id": "249",
"shortName": "249",
"longName": "Sainte-Thérèse - Lorraine - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1N3753665",
"label": "514",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225.2,
"odometer": 0,
"speed": 35
},
"agencyId": 5,
"currentStopSequence": 51,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672605965,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12855
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.75961,
45.66525
]
},
"properties": {
"trip": {
"id": "13409097-LA-E26-LA_GTFS-Week-end-01",
"shortName": "28",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6100019"
},
"route": {
"id": "610",
"shortName": "610",
"longName": "Sainte-Thérèse - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4N3753630",
"label": "507",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 32.9,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 33,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672577104,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12852
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82779,
45.68509
]
},
"properties": {
"trip": {
"id": "13409063-LA-E26-LA_GTFS-Week-end-01",
"shortName": "36",
"headsign": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2500031"
},
"route": {
"id": "250",
"shortName": "250",
"longName": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4N3753658",
"label": "510",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 49.8,
"odometer": 0,
"speed": 35
},
"agencyId": 5,
"currentStopSequence": 16,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672577165,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12853
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82471,
45.6278
]
},
"properties": {
"trip": {
"id": "13501286-LA-E26-LA_GTFS-Week-end-01",
"shortName": "29",
"headsign": "Saint-Eustache (Sud) - Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6000097"
},
"route": {
"id": "600",
"shortName": "600",
"longName": "Deux-Montagnes - St-Eustache (Sud) - Ste-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5N3753622",
"label": "688",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 314.3,
"odometer": 0,
"speed": 28
},
"agencyId": 5,
"currentStopSequence": 67,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1666108805,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12674
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.86952,
45.57062
]
},
"properties": {
"trip": {
"id": "13501335-LA-E26-LA_GTFS-Week-end-01",
"shortName": "30",
"headsign": "Station Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7080046"
},
"route": {
"id": "708",
"shortName": "708",
"longName": "Deux-Montagnes - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5N3753698",
"label": "678",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 225.7,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 11,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1673385066,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12877
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.84108,
45.62735
]
},
"properties": {
"trip": {
"id": "13408812-LA-E26-LA_GTFS-Week-end-01",
"shortName": "62",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090153"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6N3753600",
"label": "910",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 128,
"odometer": 0,
"speed": 62
},
"agencyId": 5,
"currentStopSequence": 54,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1666342444,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12683
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.82753,
45.63497
]
},
"properties": {
"trip": {
"id": "13409098-LA-E26-LA_GTFS-Week-end-01",
"shortName": "29",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "6100020"
},
"route": {
"id": "610",
"shortName": "610",
"longName": "Sainte-Thérèse - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6N3753631",
"label": "508",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 270.7,
"odometer": 0,
"speed": 38
},
"agencyId": 5,
"currentStopSequence": 66,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672576563,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12851
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.92649,
45.70332
]
},
"properties": {
"trip": {
"id": "13408813-LA-E26-LA_GTFS-Week-end-01",
"shortName": "64",
"headsign": "Terminus Montmorency",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090153"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6N3753676",
"label": "929",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 133.4,
"odometer": 0,
"speed": 45
},
"agencyId": 5,
"currentStopSequence": 17,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1673899990,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12882
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.87344,
45.66932
]
},
"properties": {
"trip": {
"id": "13408773-LA-E26-LA_GTFS-Week-end-01",
"shortName": "61",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090156"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8N3753646",
"label": "918",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 309.8,
"odometer": 0,
"speed": 48
},
"agencyId": 5,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1674079986,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 13105
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72078,
45.55837
]
},
"properties": {
"trip": {
"id": "13408774-LA-E26-LA_GTFS-Week-end-01",
"shortName": "63",
"headsign": "Terminus Saint-Jérôme",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7090156"
},
"route": {
"id": "709",
"shortName": "709",
"longName": "Saint-Jérôme - Laval",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9N3753607",
"label": "913",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 246.4,
"odometer": 0,
"speed": 0
},
"agencyId": 5,
"currentStopSequence": 1,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1668632107,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
12
],
"isActive": null
},
"id": 12740
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.78902,
45.59943
]
},
"properties": {
"trip": {
"id": "13408985-LA-E26-LA_GTFS-Week-end-01",
"shortName": "29",
"headsign": "Terminus Ste-Thérèse - Laval (Ste-Rose)",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2420025"
},
"route": {
"id": "242",
"shortName": "242",
"longName": "Sainte-Thérèse - Rosemère - Laval (Sainte-Rose)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9N3753610",
"label": "697",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 169,
"odometer": 0,
"speed": 51
},
"agencyId": 5,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1667553545,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 12722
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.83599,
45.63529
]
},
"properties": {
"trip": {
"id": "13409047-LA-E26-LA_GTFS-Week-end-01",
"shortName": "37",
"headsign": "Terminus Sainte-Thérèse",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2500036"
},
"route": {
"id": "250",
"shortName": "250",
"longName": "Sainte-Anne-des-Plaines - Sainte-Thérèse",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9N3753624",
"label": "502",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135.2,
"odometer": 0,
"speed": 16
},
"agencyId": 5,
"currentStopSequence": 60,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1672745825,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
14
],
"isActive": null
},
"id": 12866
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.93081,
45.55911
]
},
"properties": {
"trip": {
"id": "13501232-LA-E26-LA_GTFS-Week-end-01",
"shortName": "13",
"headsign": "Grand-Moulin -Industriel -Deux-Montagnes",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2250020"
},
"route": {
"id": "225",
"shortName": "225",
"longName": "Deux-Montagnes - Saint-Eustache (A-Sauvé)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2R9AM32D7TJ733001",
"label": "663",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 169,
"odometer": 0,
"speed": 38
},
"agencyId": 5,
"currentStopSequence": 55,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1780652350,
"lastSeenAt": 1784510880,
"links": [
55,
81
],
"tags": [
13
],
"isActive": null
},
"id": 2930568
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47852,
45.50453
]
},
"properties": {
"trip": {
"id": "3281034-VR-E26-VR_GTFS-Week-end-01",
"shortName": "46",
"headsign": "Longueuil via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000337"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1M3753048",
"label": "310221",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 264.5,
"odometer": 0,
"speed": 73
},
"agencyId": 6,
"currentStopSequence": 60,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1751576418,
"lastSeenAt": 1784510877,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929387
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.19342,
45.56226
]
},
"properties": {
"trip": {
"id": "3281006-VR-E26-VR_GTFS-Week-end-01",
"shortName": "45",
"headsign": "St-Hyacinthe via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000332"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3M3753049",
"label": "310321",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 105.34,
"odometer": 0,
"speed": 50
},
"agencyId": 6,
"currentStopSequence": 31,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1751576293,
"lastSeenAt": 1784510877,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929386
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-72.98753,
45.60183
]
},
"properties": {
"trip": {
"id": "3281035-VR-E26-VR_GTFS-Week-end-01",
"shortName": "48",
"headsign": "Longueuil via Promenades",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "2000337"
},
"route": {
"id": "200",
"shortName": "200",
"longName": "Saint-Hyacinthe - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J9J3751561",
"label": "309618",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254.6,
"odometer": 0,
"speed": 54
},
"agencyId": 6,
"currentStopSequence": 14,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1752002112,
"lastSeenAt": 1784510877,
"links": [
56,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929413
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.5302,
45.60468
]
},
"properties": {
"trip": {
"id": "3409284-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "29",
"headsign": "Montréal",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A4000280"
},
"route": {
"id": "400",
"shortName": "400",
"longName": "Repentigny - Montréal via Sherbrooke",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J6M3753126",
"label": "317121",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 201.98,
"odometer": 0,
"speed": 0
},
"agencyId": 8,
"currentStopSequence": 58,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1631207527,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10867
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44646,
45.7463
]
},
"properties": {
"trip": {
"id": "3409264-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "28",
"headsign": "Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A4000281"
},
"route": {
"id": "400",
"shortName": "400",
"longName": "Repentigny - Montréal via Sherbrooke",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7F3001454",
"label": "316115",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 32.59,
"odometer": 0,
"speed": 9
},
"agencyId": 8,
"currentStopSequence": 38,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1706104109,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2925580
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50718,
45.71093
]
},
"properties": {
"trip": {
"id": "3409314-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "18",
"headsign": "Terminus Repentigny",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A90127"
},
"route": {
"id": "9",
"shortName": "9",
"longName": "Charlemagne - CHPLG - Terrebonne",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8M3753127",
"label": "317221",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 51.69,
"odometer": 0,
"speed": 52
},
"agencyId": 8,
"currentStopSequence": 15,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1632770468,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10900
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.4537,
45.74697
]
},
"properties": {
"trip": {
"id": "3409207-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "16",
"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": "2NVYL82J8M3753130",
"label": "317521",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 123.81,
"odometer": 0,
"speed": 0
},
"agencyId": 8,
"currentStopSequence": 20,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1633118048,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10917
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.44547,
45.75274
]
},
"properties": {
"trip": {
"id": "3409295-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "14",
"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": "2NVYL82J9F3001732",
"label": "316315",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33.85,
"odometer": 0,
"speed": 32
},
"agencyId": 8,
"currentStopSequence": 22,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619536625,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 9937
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43761,
45.75058
]
},
"properties": {
"trip": {
"id": "3409230-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "24",
"headsign": "Iberville / Jacques-Plante",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A150072"
},
"route": {
"id": "15",
"shortName": "15",
"longName": "Repentigny secteur sud (rue Notre-Dame)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXM3753131",
"label": "317621",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 302.59,
"odometer": 0,
"speed": 30
},
"agencyId": 8,
"currentStopSequence": 35,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1634068447,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10935
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.47713,
45.75577
]
},
"properties": {
"trip": {
"id": "3409190-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "14",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A110152"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Repentigny secteur Le Gardeur - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U4B3000007",
"label": "314611",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 306.15,
"odometer": 0,
"speed": 29
},
"agencyId": 8,
"currentStopSequence": 8,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619536625,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 9939
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.45287,
45.7466
]
},
"properties": {
"trip": {
"id": "3409174-ASSO-E26-AS_GTFS-Week-end-01",
"shortName": "14",
"headsign": "L'Assomption",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "A10151"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Repentigny secteur Nord - Cégep",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U6D3000870",
"label": "315513",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 122.23,
"odometer": 0,
"speed": 18
},
"agencyId": 8,
"currentStopSequence": 26,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619606348,
"lastSeenAt": 1784510881,
"links": [
58,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10436
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.32388,
45.58099
]
},
"properties": {
"trip": {
"id": "3340924-SJU-E26-SJU_GTFS-Week-end-01",
"shortName": "25",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "3500020"
},
"route": {
"id": "350",
"shortName": "350",
"longName": "Express Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AAXRA098738",
"label": "605224",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 256.83,
"odometer": 0,
"speed": 66
},
"agencyId": 9,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1724095931,
"lastSeenAt": 1784510877,
"links": [
59,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927711
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.74194,
45.36148
]
},
"properties": {
"trip": {
"id": "8726537-SO-E26-SO_GTFS-Dimanche-01",
"shortName": "23",
"headsign": "Principale - Terminus Châteauguay",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "330198"
},
"route": {
"id": "33",
"shortName": "33",
"longName": "Châteauguay",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3R3754533",
"label": "314224",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 99.4,
"odometer": 0,
"speed": 44
},
"agencyId": 10,
"currentStopSequence": 40,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1729631294,
"lastSeenAt": 1784510877,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2927889
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.67162,
45.40273
]
},
"properties": {
"trip": {
"id": "3327633-SO-E26-SO_GTFS-Dimanche-01",
"shortName": "21",
"headsign": "Terminus Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "10544"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Valleyfield - Beauharnois - Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J4M3753044",
"label": "310921",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 69.1,
"odometer": 0,
"speed": 55
},
"agencyId": 10,
"currentStopSequence": 70,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1628277367,
"lastSeenAt": 1784510877,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 10758
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.66125,
45.40553
]
},
"properties": {
"trip": {
"id": "3328032-SO-E26-SO_GTFS-Dimanche-01",
"shortName": "9",
"headsign": "Châteauguay - Terminus Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "310227"
},
"route": {
"id": "31",
"shortName": "31",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5S3755026",
"label": "318225",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 69.1,
"odometer": 0,
"speed": 14
},
"agencyId": 10,
"currentStopSequence": 42,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1759260016,
"lastSeenAt": 1784510877,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929582
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.65211,
45.43142
]
},
"properties": {
"trip": {
"id": "3328058-SO-E26-SO_GTFS-Dimanche-01",
"shortName": "10",
"headsign": "Châteauguay - Terminus Angrignon",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "320182"
},
"route": {
"id": "32",
"shortName": "32",
"longName": "Châteauguay - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7S3755027",
"label": "318325",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 18.9,
"odometer": 0,
"speed": 22
},
"agencyId": 10,
"currentStopSequence": 11,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1755890952,
"lastSeenAt": 1784510877,
"links": [
60,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2929517
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.37325,
45.76425
]
},
"properties": {
"trip": {
"id": "8233742-SV-E26-SV_GTFS-Week-end-01",
"shortName": "65",
"headsign": "Longueuil",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7010030"
},
"route": {
"id": "701",
"shortName": "701",
"longName": "Contrecoeur - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33497KC720704",
"label": "1904",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 219.31,
"odometer": 0,
"speed": 68
},
"agencyId": 14,
"currentStopSequence": 21,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1770410175,
"lastSeenAt": 1784510875,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2930054
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.43587,
45.67127
]
},
"properties": {
"trip": {
"id": "10600775-SV-E26-SV_GTFS-Week-end-01",
"shortName": "60",
"headsign": "Sorel",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "7000498"
},
"route": {
"id": "700",
"shortName": "700",
"longName": "Sorel-Tracy - Longueuil",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33498GC713428",
"label": "1628",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 333.39,
"odometer": 0,
"speed": 46
},
"agencyId": 14,
"currentStopSequence": 6,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1770232213,
"lastSeenAt": 1784510875,
"links": [
64,
81
],
"tags": [
18
],
"isActive": null
},
"id": 2930039
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.69588,
45.74457
]
},
"properties": {
"trip": {
"id": "3259114-TM-E26-TM_GTFS-Week-end-01",
"shortName": "32",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M170021"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1E3001397",
"label": "29258",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 133.6,
"odometer": 0,
"speed": 83
},
"agencyId": 15,
"currentStopSequence": 47,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619549529,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10172
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.59081,
45.69324
]
},
"properties": {
"trip": {
"id": "3259358-TM-E26-TM_GTFS-Week-end-01",
"shortName": "32",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110077"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J1G3750333",
"label": "29273",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 247.59,
"odometer": 0,
"speed": 36
},
"agencyId": 15,
"currentStopSequence": 41,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619551389,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10206
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.61749,
45.72779
]
},
"properties": {
"trip": {
"id": "3259419-TM-E26-TM_GTFS-Week-end-01",
"shortName": "32",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M200028"
},
"route": {
"id": "20",
"shortName": "20",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3G3750334",
"label": "29274",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 202.96,
"odometer": 0,
"speed": 0
},
"agencyId": 15,
"currentStopSequence": 12,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619571548,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10410
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.64889,
45.74002
]
},
"properties": {
"trip": {
"id": "3259756-TM-E26-TM_GTFS-Week-end-01",
"shortName": "8",
"headsign": "Terrebonne / Mascouche",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M20148"
},
"route": {
"id": "2",
"shortName": "2",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J3L3752515",
"label": "220-204",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135.43,
"odometer": 0,
"speed": 50
},
"agencyId": 15,
"currentStopSequence": 56,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619553490,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10277
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.751,
45.78139
]
},
"properties": {
"trip": {
"id": "3259093-TM-E26-TM_GTFS-Week-end-01",
"shortName": "29",
"headsign": "Laforce / Major",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M170022"
},
"route": {
"id": "17",
"shortName": "17",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J5E3001399",
"label": "29260",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 313.03,
"odometer": 0,
"speed": 86
},
"agencyId": 15,
"currentStopSequence": 45,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619536626,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9971
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.6701,
45.72726
]
},
"properties": {
"trip": {
"id": "3259734-TM-E26-TM_GTFS-Week-end-01",
"shortName": "16",
"headsign": "Mascouche / Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M10074"
},
"route": {
"id": "1",
"shortName": "1",
"longName": "Terrebonne - Mascouche",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J7G3750336",
"label": "29276",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 135.96,
"odometer": 0,
"speed": 45
},
"agencyId": 15,
"currentStopSequence": 68,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619553131,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10260
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.50803,
45.72323
]
},
"properties": {
"trip": {
"id": "3259292-TM-E26-TM_GTFS-Week-end-01",
"shortName": "31",
"headsign": "Lachenaie",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M110078"
},
"route": {
"id": "11",
"shortName": "11",
"longName": "Terrebonne - Lachenaie",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82J8L3752512",
"label": "220-201",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 181.7,
"odometer": 0,
"speed": 44
},
"agencyId": 15,
"currentStopSequence": 57,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619543647,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10112
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63219,
45.70405
]
},
"properties": {
"trip": {
"id": "3259778-TM-E26-TM_GTFS-Week-end-01",
"shortName": "16",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M80047"
},
"route": {
"id": "8",
"shortName": "8",
"longName": "Terrebonne - secteur centre",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXG3750332",
"label": "29272",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 75.5,
"odometer": 0,
"speed": 27
},
"agencyId": 15,
"currentStopSequence": 50,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619544008,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10116
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.63737,
45.59098
]
},
"properties": {
"trip": {
"id": "11217125-TM-E26-TM_GTFS-Week-end-01",
"shortName": "30",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M25B0036"
},
"route": {
"id": "25B",
"shortName": "25B",
"longName": "Terrebonne - Montréal",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82JXL3752513",
"label": "220-202",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 319.65,
"odometer": 0,
"speed": 25
},
"agencyId": 15,
"currentStopSequence": 0,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619536626,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 9975
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.70708,
45.76304
]
},
"properties": {
"trip": {
"id": "3259272-TM-E26-TM_GTFS-Week-end-01",
"shortName": "32",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M140028"
},
"route": {
"id": "14",
"shortName": "14",
"longName": "Terrebonne - La Plaine",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2NVYL82U8D3000868",
"label": "29246",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 217.55,
"odometer": 0,
"speed": 26
},
"agencyId": 15,
"currentStopSequence": 18,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1619637248,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 10450
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.72193,
45.57265
]
},
"properties": {
"trip": {
"id": "3259067-TM-E26-TM_GTFS-Week-end-01",
"shortName": "32",
"headsign": "Terminus Terrebonne",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "M190084"
},
"route": {
"id": "19",
"shortName": "19",
"longName": "Terrebonne - Terminus Montmorency",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2PCH33490HC713604",
"label": "6754",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 317.97,
"odometer": 0,
"speed": 6
},
"agencyId": 15,
"currentStopSequence": 3,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1734727692,
"lastSeenAt": 1784510877,
"links": [
65,
81
],
"tags": [
20
],
"isActive": null
},
"id": 2928831
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.23357,
45.4381
]
},
"properties": {
"trip": {
"id": "10797928-CRC-E26-GTFS_CRC-Week-end-01",
"shortName": "11",
"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": "2G9B32AA4RA098721",
"label": "603524",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 78.8,
"odometer": 0,
"speed": 25
},
"agencyId": 16,
"currentStopSequence": 29,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1719842349,
"lastSeenAt": 1784510877,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926654
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.42403,
45.44019
]
},
"properties": {
"trip": {
"id": "10797898-CRC-E26-GTFS_CRC-Week-end-01",
"shortName": "41",
"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": "2G9B32AA8RA098723",
"label": "603924",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 112.7,
"odometer": 0,
"speed": 45
},
"agencyId": 16,
"currentStopSequence": 2,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1720815370,
"lastSeenAt": 1784510877,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926691
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-73.29652,
45.43329
]
},
"properties": {
"trip": {
"id": "10797842-CRC-E26-GTFS_CRC-Week-end-01",
"shortName": "11",
"headsign": "Chambly - Daigneault",
"startTime": null,
"scheduleRelationship": 0,
"blockId": null,
"serviceId": null,
"shapeId": "1040013"
},
"route": {
"id": "104",
"shortName": "104",
"longName": "Chambly (Brassard - Martel - Gentilly)",
"color": "#1F1F1F",
"textColor": "#FFFFFF"
},
"vehicle": {
"id": "2G9B32AAXRA098724",
"label": "603824",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 343.8,
"odometer": 0,
"speed": 29
},
"agencyId": 16,
"currentStopSequence": 34,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 1,
"carriageDetails": [],
"firstSeenAt": 1720212372,
"lastSeenAt": 1784510877,
"links": [
66,
81
],
"tags": [
10
],
"isActive": null
},
"id": 2926674
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.24917,
43.71918
]
},
"properties": {
"trip": {
"id": "130284010",
"shortName": "B",
"headsign": "North - 102B Markham Rd towards Steeles",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "10214140",
"serviceId": null,
"shapeId": "shp-102-06"
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1222",
"label": "1222",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 74,
"odometer": 0,
"speed": 37
},
"agencyId": 17,
"currentStopSequence": 11,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1682729405,
"lastSeenAt": 1784510839,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2686141
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.36368,
43.75279
]
},
"properties": {
"trip": {
"id": "95723010",
"shortName": "B",
"headsign": "East - 95B York Mills towards U of T Scarborough",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "9517170",
"serviceId": null,
"shapeId": "shp-95-06"
},
"route": {
"id": "95",
"shortName": "95",
"longName": "York Mills",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1232",
"label": "1232",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 74,
"odometer": 0,
"speed": 53
},
"agencyId": 17,
"currentStopSequence": 14,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1682822770,
"lastSeenAt": 1784510844,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2792397
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.21751,
43.73989
]
},
"properties": {
"trip": {
"id": "43139010",
"shortName": "",
"headsign": "South - 102 Markham Rd towards Warden Station",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "10218180",
"serviceId": null,
"shapeId": "shp-102-59"
},
"route": {
"id": "102",
"shortName": "102",
"longName": "Markham Rd",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1253",
"label": "1253",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 164,
"odometer": 0,
"speed": 26
},
"agencyId": 17,
"currentStopSequence": 49,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1682814731,
"lastSeenAt": 1784510844,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2782786
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.32442,
43.77493
]
},
"properties": {
"trip": {
"id": "97258010",
"shortName": "B",
"headsign": "East - 85B Sheppard East towards Meadowvale",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "8518152",
"serviceId": null,
"shapeId": "shp-85-11"
},
"route": {
"id": "85",
"shortName": "85",
"longName": "Sheppard East",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1261",
"label": "1261",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 76,
"odometer": 0,
"speed": 55
},
"agencyId": 17,
"currentStopSequence": 6,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1682831169,
"lastSeenAt": 1784510841,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2801445
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.37399,
43.75077
]
},
"properties": {
"trip": {
"id": "45300010",
"shortName": "",
"headsign": "West - 122 Graydon Hall towards York Mills Station",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1227110",
"serviceId": null,
"shapeId": "shp-122-54"
},
"route": {
"id": "122",
"shortName": "122",
"longName": "Graydon Hall",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1277",
"label": "1277",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 254,
"odometer": 0,
"speed": 51
},
"agencyId": 17,
"currentStopSequence": 28,
"currentStatus": 2,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1583369896,
"lastSeenAt": 1784510845,
"links": [
83
],
"tags": [
24
],
"isActive": null
},
"id": 5228
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.19144,
43.76542
]
},
"properties": {
"trip": {
"id": "56043010",
"shortName": "C",
"headsign": "East - 86C Scarborough towards Sheppard",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "860880",
"serviceId": null,
"shapeId": "shp-86-10"
},
"route": {
"id": "86",
"shortName": "86",
"longName": "Scarborough",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1298",
"label": "1298",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 33,
"odometer": 0,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": 17,
"currentStatus": 1,
"congestionLevel": 0,
"occupancyStatus": 2,
"carriageDetails": [],
"firstSeenAt": 1682639628,
"lastSeenAt": 1784510847,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 1755450
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-79.25757,
43.80988
]
},
"properties": {
"trip": {
"id": "108266010",
"shortName": "A",
"headsign": "North - 130A Middlefield towards Steeles",
"startTime": null,
"scheduleRelationship": 0,
"blockId": "1300220",
"serviceId": null,
"shapeId": "shp-130-03"
},
"route": {
"id": "130",
"shortName": "130",
"longName": "Middlefield",
"color": "#ed1c24",
"textColor": "#ffffff"
},
"vehicle": {
"id": "1413",
"label": "1413",
"licensePlate": null,
"type": 3
},
"position": {
"bearing": 345,
"odometer": 0,
"speed": 0
},
"agencyId": 17,
"currentStopSequence": 15,
"currentStatus": 0,
"congestionLevel": 0,
"occupancyStatus": 0,
"carriageDetails": [],
"firstSeenAt": 1682756763,
"lastSeenAt": 1784510843,
"links": [],
"tags": [
24
],
"isActive": null
},
"id": 2723147
}
],
"links": {
"first": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
"last": "https://api.transittracker.ca/v2/vehicles.geojson?page=5",
"prev": null,
"next": "https://api.transittracker.ca/v2/vehicles.geojson?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"links": [
{
"url": null,
"label": "« Previous",
"page": null,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=1",
"label": "1",
"page": 1,
"active": true
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
"label": "2",
"page": 2,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=3",
"label": "3",
"page": 3,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=4",
"label": "4",
"page": 4,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=5",
"label": "5",
"page": 5,
"active": false
},
{
"url": "https://api.transittracker.ca/v2/vehicles.geojson?page=2",
"label": "Next »",
"page": 2,
"active": false
}
],
"path": "https://api.transittracker.ca/v2/vehicles.geojson",
"per_page": 500,
"to": 500,
"total": 2203
}
}
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,
"carriageDetails": [],
"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.