Détails de la ressource

Nom du fichier : GTFS - RT Carsud
Format : gtfs-rt

Cette ressource fait partie du jeu de données Réseau urbain CarSud.

Disponibilité au téléchargement

18/08/2025
100%
19/08/2025
100%
20/08/2025
100%
21/08/2025
100%
22/08/2025
100%
23/08/2025
100%
24/08/2025
100%
25/08/2025
100%
26/08/2025
100%
27/08/2025
100%
28/08/2025
100%
29/08/2025
100%
30/08/2025
100%
31/08/2025
100%
01/09/2025
100%
02/09/2025
100%
03/09/2025
100%
04/09/2025
100%
05/09/2025
100%
06/09/2025
100%
07/09/2025
100%
08/09/2025
100%
09/09/2025
100%
10/09/2025
100%
11/09/2025
100%
12/09/2025
100%
13/09/2025
100%
14/09/2025
100%
15/09/2025
100%
16/09/2025
100%
17/09/2025
100%
En savoir plus
Nous testons la disponibilité de cette ressource au téléchargement toutes les heures, en effectuant une requête HTTP de type HEAD dont le temps de réponse doit être inférieur à 5 secondes. Si nous détectons une indisponibilité, nous effectuons un nouveau test toutes les 10 minutes, jusqu'à ce que la ressource soit à nouveau disponible.

Pour les flux SIRI et SIRI Lite, nous effectuons une requête HTTP de type GET : nous considérons une réponse avec un code 401 ou 405 comme étant disponible. En cas d'erreur 500, nous considèrerons que le flux est indisponible, sauf si il semble contenir du SOAP.

Rapport de validation

765 erreurs, 6 avertissements

Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 16/09/2025 à 09h12 Europe/Paris avec le validateur GTFS-RT de MobilityData.

Erreurs

Sequential stop_time_update times are not increasing E022 9 erreurs

stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.

Exemples d'erreurs
  • trip_id 621 stop_sequence 36 arrival_time 11:25:38 (1758007538) is less than previous stop departure_time 11:27:53 (1758007673) - times must increase between two sequential stops
  • trip_id 621 stop_sequence 37 arrival_time 11:26:19 (1758007579) is less than previous stop departure_time 11:28:24 (1758007704) - times must increase between two sequential stops
  • trip_id 621 stop_sequence 38 arrival_time 11:26:48 (1758007608) is less than previous stop departure_time 11:28:44 (1758007724) - times must increase between two sequential stops
  • trip_id 621 stop_sequence 39 arrival_time 11:27:16 (1758007636) is less than previous stop departure_time 11:28:59 (1758007739) - times must increase between two sequential stops
  • trip_id 621 stop_sequence 40 arrival_time 11:28:22 (1758007702) is less than previous stop departure_time 11:29:13 (1758007753) - times must increase between two sequential stops

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 750 erreurs

If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt

Exemples d'erreurs
  • GTFS-rt trip_id 215 stop_sequence 5 has stop_id SJ00150P but GTFS stop_sequence 5 has stop_id SJ04525P - stop_ids should be the same
  • GTFS-rt trip_id 215 stop_sequence 6 has stop_id SJ00030P but GTFS stop_sequence 6 has stop_id SJ00150P - stop_ids should be the same
  • GTFS-rt trip_id 215 stop_sequence 7 has stop_id SJ03945P but GTFS stop_sequence 7 has stop_id SJ00030P - stop_ids should be the same
  • GTFS-rt trip_id 215 stop_sequence 8 has stop_id SJ00020P but GTFS stop_sequence 8 has stop_id SJ03945P - stop_ids should be the same
  • GTFS-rt trip_id 215 stop_sequence 9 has stop_id SJ00025P but GTFS stop_sequence 9 has stop_id SJ00020P - stop_ids should be the same

GTFS-rt stop_sequence not found in GTFS data E051 6 erreurs

All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip

Exemples d'erreurs
  • GTFS-rt trip_id 897 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 217 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 545 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 696 contains stop_sequence 81 that does not exist in GTFS stop_times.txt for this trip
  • GTFS-rt trip_id 708 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip

Avertissements

vehicle_id not populated W002 3 erreurs

vehicle_id should be populated for TripUpdates and VehiclePositions

Exemples d'erreurs
  • trip_id 430 does not have a vehicle_id
  • trip_id 942 does not have a vehicle_id
  • trip_id 697 does not have a vehicle_id

ID in one feed missing from the other W003 3 erreurs

a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed

Exemples d'erreurs
  • trip_id 430 is in TripUpdates but not in VehiclePositions feed
  • trip_id 697 is in TripUpdates but not in VehiclePositions feed
  • trip_id 942 is in TripUpdates but not in VehiclePositions feed
Valider ce GTFS-RT maintenant

Validations précédentes

Voici un récapitulatif des différents types d'erreurs constatés au cours des 30 derniers jours.

Identifiant d'erreur Description Nombre d'erreurs Nombre d'occurences
E045 If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt 20 122 30 fois (100 % des validations)
E051 All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip 210 29 fois (97 % des validations)
W002 vehicle_id should be populated for TripUpdates and VehiclePositions 55 26 fois (87 % des validations)
W003 a trip_id that is provided in the VehiclePositions feed should be provided in the TripUpdates feed, and a vehicle_id that is provided in the TripUpdates feed should be provided in the VehiclePositions feed 55 26 fois (87 % des validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 261 23 fois (77 % des validations)
E029 The vehicle position should be within a certain distance of the GTFS shapes.txt data for the current trip unless there is a Service Alert with the Effect of DETOUR for this trip_id. 4 3 fois (10 % des validations)

Contenu du flux GTFS-RT

Entités

Entités présentes dans ce flux le 17/09/2025 à 06h21 Europe/Paris.

trip_updates (39) vehicle_positions (38) service_alerts (0)

Entités présentes dans ce flux lors des 7 derniers jours.

trip_updates vehicle_positions

Flux GTFS-RT décodé

Voir le contenu du flux

Voici le flux GTFS-RT décodé au format Protobuf le 17/09/2025 à 06h21 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.

{ "entity": [ { "id": "zenbus:Vehicle:378800010:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 58, "position": { "latitude": -21.378015518188477, "longitude": 55.6168098449707 }, "stopId": "SJ03920C", "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "72", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "866" }, "vehicle": { "id": "zenbus:Vehicle:378800010:LOC" } } }, { "id": "313", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082853" }, "departure": { "time": "1758082878" }, "stopId": "SJ03920C", "stopSequence": 58 }, { "arrival": { "time": "1758082904" }, "departure": { "time": "1758082914" }, "stopId": "SJ03925C", "stopSequence": 59 }, { "arrival": { "time": "1758082941" }, "departure": { "time": "1758082951" }, "stopId": "SJ0050C", "stopSequence": 60 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "72", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "866" }, "vehicle": { "id": "zenbus:Vehicle:378800010:LOC" } } }, { "id": "zenbus:Vehicle:378810002:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 5, "position": { "latitude": -21.3712100982666, "longitude": 55.612998962402344 }, "stopId": "SJ01030P", "timestamp": "1758080836", "trip": { "directionId": 1, "routeId": "73", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:40:00", "tripId": "168" }, "vehicle": { "id": "zenbus:Vehicle:378810002:LOC" } } }, { "id": "874", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082842" }, "departure": { "time": "1758082852" }, "stopId": "SJ01020P", "stopSequence": 6 }, { "arrival": { "time": "1758082889" }, "departure": { "time": "1758082899" }, "stopId": "SJ01010P", "stopSequence": 7 }, { "arrival": { "time": "1758082963" }, "departure": { "time": "1758082973" }, "stopId": "SJ01000P", "stopSequence": 8 }, { "arrival": { "time": "1758083055" }, "departure": { "time": "1758083065" }, "stopId": "SJ00990P", "stopSequence": 9 }, { "arrival": { "time": "1758083098" }, "departure": { "time": "1758083108" }, "stopId": "SJ00980P", "stopSequence": 10 }, { "arrival": { "time": "1758083148" }, "departure": { "time": "1758083158" }, "stopId": "SJ00970P", "stopSequence": 11 }, { "arrival": { "time": "1758083189" }, "departure": { "time": "1758083199" }, "stopId": "SJ00960P", "stopSequence": 12 }, { "arrival": { "time": "1758083272" }, "departure": { "time": "1758083282" }, "stopId": "SJ00950P", "stopSequence": 13 }, { "arrival": { "time": "1758083313" }, "departure": { "time": "1758083323" }, "stopId": "SJ00940P", "stopSequence": 14 }, { "arrival": { "time": "1758083371" }, "departure": { "time": "1758083381" }, "stopId": "SJ00930P", "stopSequence": 15 }, { "arrival": { "time": "1758083412" }, "departure": { "time": "1758083422" }, "stopId": "SJ00920P", "stopSequence": 16 }, { "arrival": { "time": "1758083454" }, "departure": { "time": "1758083464" }, "stopId": "SJ00910P", "stopSequence": 17 }, { "arrival": { "time": "1758083503" }, "departure": { "time": "1758083513" }, "stopId": "SJ00410P", "stopSequence": 18 }, { "arrival": { "time": "1758083532" }, "departure": { "time": "1758083542" }, "stopId": "SJ0200P", "stopSequence": 19 }, { "arrival": { "time": "1758083563" }, "departure": { "time": "1758083573" }, "stopId": "SJ00900P", "stopSequence": 20 }, { "arrival": { "time": "1758083587" }, "departure": { "time": "1758083597" }, "stopId": "SJ00890P", "stopSequence": 21 }, { "arrival": { "time": "1758083661" }, "departure": { "time": "1758083671" }, "stopId": "SJ00880P", "stopSequence": 22 }, { "arrival": { "time": "1758083700" }, "departure": { "time": "1758083710" }, "stopId": "SJ00870P", "stopSequence": 23 }, { "arrival": { "time": "1758083728" }, "departure": { "time": "1758083738" }, "stopId": "SJ00860P", "stopSequence": 24 }, { "arrival": { "time": "1758083764" }, "departure": { "time": "1758083774" }, "stopId": "SJ00850P", "stopSequence": 25 }, { "arrival": { "time": "1758083791" }, "departure": { "time": "1758083801" }, "stopId": "SJ00840P", "stopSequence": 26 }, { "arrival": { "time": "1758083829" }, "departure": { "time": "1758083839" }, "stopId": "SJ00830P", "stopSequence": 27 }, { "arrival": { "time": "1758083871" }, "departure": { "time": "1758083881" }, "stopId": "SJ00820P", "stopSequence": 28 }, { "arrival": { "time": "1758083920" }, "departure": { "time": "1758083930" }, "stopId": "SJ00810P", "stopSequence": 29 }, { "arrival": { "time": "1758083960" }, "departure": { "time": "1758083970" }, "stopId": "SJ00800P", "stopSequence": 30 }, { "arrival": { "time": "1758083999" }, "departure": { "time": "1758084009" }, "stopId": "SJ00790P", "stopSequence": 31 }, { "arrival": { "time": "1758084037" }, "departure": { "time": "1758084047" }, "stopId": "SJ00780P", "stopSequence": 32 }, { "arrival": { "time": "1758084066" }, "departure": { "time": "1758084076" }, "stopId": "SJ00770P", "stopSequence": 33 }, { "arrival": { "time": "1758084096" }, "departure": { "time": "1758084106" }, "stopId": "SJ00760P", "stopSequence": 34 }, { "arrival": { "time": "1758084133" }, "departure": { "time": "1758084143" }, "stopId": "SJ00750P", "stopSequence": 35 }, { "arrival": { "time": "1758084187" }, "departure": { "time": "1758084197" }, "stopId": "SJ00740P", "stopSequence": 36 }, { "arrival": { "time": "1758084219" }, "departure": { "time": "1758084229" }, "stopId": "SJ00730P", "stopSequence": 37 }, { "arrival": { "time": "1758084248" }, "departure": { "time": "1758084258" }, "stopId": "SJ00720P", "stopSequence": 38 }, { "arrival": { "time": "1758084286" }, "departure": { "time": "1758084296" }, "stopId": "SJ00710P", "stopSequence": 39 }, { "arrival": { "time": "1758084337" }, "departure": { "time": "1758084347" }, "stopId": "SJ00690P", "stopSequence": 40 }, { "arrival": { "time": "1758084377" }, "departure": { "time": "1758084387" }, "stopId": "SJ00700P", "stopSequence": 41 }, { "arrival": { "time": "1758084388" }, "departure": { "time": "1758084398" }, "stopId": "SJ00700C", "stopSequence": 42 }, { "arrival": { "time": "1758084426" }, "departure": { "time": "1758084436" }, "stopId": "SJ00690C", "stopSequence": 43 }, { "arrival": { "time": "1758084464" }, "departure": { "time": "1758084474" }, "stopId": "SJ00680P", "stopSequence": 44 }, { "arrival": { "time": "1758084501" }, "departure": { "time": "1758084511" }, "stopId": "SJ00670P", "stopSequence": 45 }, { "arrival": { "time": "1758084533" }, "departure": { "time": "1758084543" }, "stopId": "SJ00660P", "stopSequence": 46 }, { "arrival": { "time": "1758084564" }, "departure": { "time": "1758084574" }, "stopId": "SJ00650P", "stopSequence": 47 }, { "arrival": { "time": "1758084596" }, "departure": { "time": "1758084606" }, "stopId": "SJ00640P", "stopSequence": 48 }, { "arrival": { "time": "1758084649" }, "departure": { "time": "1758084659" }, "stopId": "SJ00630P", "stopSequence": 49 }, { "arrival": { "time": "1758084680" }, "departure": { "time": "1758084690" }, "stopId": "SJ00620P", "stopSequence": 50 }, { "arrival": { "time": "1758084727" }, "departure": { "time": "1758084737" }, "stopId": "SJ00610P", "stopSequence": 51 }, { "arrival": { "time": "1758084761" }, "departure": { "time": "1758084771" }, "stopId": "SJ00600P", "stopSequence": 52 }, { "arrival": { "time": "1758084814" }, "departure": { "time": "1758084824" }, "stopId": "SJ04535P", "stopSequence": 53 }, { "arrival": { "time": "1758084863" }, "departure": { "time": "1758084873" }, "stopId": "SJ00590P", "stopSequence": 54 }, { "arrival": { "time": "1758084899" }, "departure": { "time": "1758084909" }, "stopId": "SJ00580C", "stopSequence": 55 } ], "timestamp": "1758082790", "trip": { "directionId": 1, "routeId": "73", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:40:00", "tripId": "168" }, "vehicle": { "id": "zenbus:Vehicle:378810002:LOC" } } }, { "id": "zenbus:Vehicle:350500005:LOC", "vehicle": { "currentStopSequence": 7, "position": { "latitude": -21.36874008178711, "longitude": 55.62363052368164 }, "stopId": "SJ01640P", "timestamp": "1758082863", "trip": { "directionId": 1, "routeId": "75", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:10:00", "tripId": "175" }, "vehicle": { "id": "zenbus:Vehicle:350500005:LOC" } } }, { "id": "137", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082892" }, "departure": { "time": "1758082902" }, "stopId": "SJ01640P", "stopSequence": 7 }, { "arrival": { "time": "1758082928" }, "departure": { "time": "1758082938" }, "stopId": "SJ01630P", "stopSequence": 8 }, { "arrival": { "time": "1758083022" }, "departure": { "time": "1758083032" }, "stopId": "SJ01620P", "stopSequence": 9 }, { "arrival": { "time": "1758083087" }, "departure": { "time": "1758083097" }, "stopId": "SJ04075P", "stopSequence": 10 }, { "arrival": { "time": "1758083126" }, "departure": { "time": "1758083136" }, "stopId": "SJ01610P", "stopSequence": 11 }, { "arrival": { "time": "1758083198" }, "departure": { "time": "1758083208" }, "stopId": "SJ01600P", "stopSequence": 12 }, { "arrival": { "time": "1758083230" }, "departure": { "time": "1758083240" }, "stopId": "SJ01590P", "stopSequence": 13 }, { "arrival": { "time": "1758083276" }, "departure": { "time": "1758083286" }, "stopId": "SJ01580P", "stopSequence": 14 }, { "arrival": { "time": "1758083343" }, "departure": { "time": "1758083353" }, "stopId": "SJ01570P", "stopSequence": 15 }, { "arrival": { "time": "1758083443" }, "departure": { "time": "1758083453" }, "stopId": "SJ01560P", "stopSequence": 16 }, { "arrival": { "time": "1758083477" }, "departure": { "time": "1758083487" }, "stopId": "SJ01550P", "stopSequence": 17 }, { "arrival": { "time": "1758083512" }, "departure": { "time": "1758083522" }, "stopId": "SJ01540P", "stopSequence": 18 }, { "arrival": { "time": "1758083560" }, "departure": { "time": "1758083570" }, "stopId": "SJ01530P", "stopSequence": 19 }, { "arrival": { "time": "1758083597" }, "departure": { "time": "1758083607" }, "stopId": "SJ01525P", "stopSequence": 20 }, { "arrival": { "time": "1758083636" }, "departure": { "time": "1758083646" }, "stopId": "SJ01520P", "stopSequence": 21 }, { "arrival": { "time": "1758083674" }, "departure": { "time": "1758083684" }, "stopId": "SJ01510P", "stopSequence": 22 }, { "arrival": { "time": "1758083719" }, "departure": { "time": "1758083729" }, "stopId": "SJ01500P", "stopSequence": 23 }, { "arrival": { "time": "1758083769" }, "departure": { "time": "1758083779" }, "stopId": "SJ0300P", "stopSequence": 24 }, { "arrival": { "time": "1758083805" }, "departure": { "time": "1758083815" }, "stopId": "SJ01490P", "stopSequence": 25 }, { "arrival": { "time": "1758083852" }, "departure": { "time": "1758083862" }, "stopId": "SJ01480P", "stopSequence": 26 }, { "arrival": { "time": "1758083910" }, "departure": { "time": "1758083920" }, "stopId": "SJ01470P", "stopSequence": 27 }, { "arrival": { "time": "1758083940" }, "departure": { "time": "1758083950" }, "stopId": "SJ01460P", "stopSequence": 28 }, { "arrival": { "time": "1758083976" }, "departure": { "time": "1758083986" }, "stopId": "SJ01450P", "stopSequence": 29 }, { "arrival": { "time": "1758084013" }, "departure": { "time": "1758084023" }, "stopId": "SJ01440P", "stopSequence": 30 }, { "arrival": { "time": "1758084072" }, "departure": { "time": "1758084082" }, "stopId": "SJ04240P", "stopSequence": 31 }, { "arrival": { "time": "1758084116" }, "departure": { "time": "1758084126" }, "stopId": "SJ01430P", "stopSequence": 32 }, { "arrival": { "time": "1758084154" }, "departure": { "time": "1758084164" }, "stopId": "SJ01420P", "stopSequence": 33 }, { "arrival": { "time": "1758084249" }, "departure": { "time": "1758084259" }, "stopId": "SJ01410P", "stopSequence": 34 }, { "arrival": { "time": "1758084281" }, "departure": { "time": "1758084291" }, "stopId": "SJ01400P", "stopSequence": 35 }, { "arrival": { "time": "1758084332" }, "departure": { "time": "1758084342" }, "stopId": "SJ04560P", "stopSequence": 36 }, { "arrival": { "time": "1758084383" }, "departure": { "time": "1758084393" }, "stopId": "SJ04070P", "stopSequence": 37 }, { "arrival": { "time": "1758084531" }, "departure": { "time": "1758084541" }, "stopId": "SJ01390P", "stopSequence": 38 }, { "arrival": { "time": "1758084608" }, "departure": { "time": "1758084618" }, "stopId": "SJ01380P", "stopSequence": 39 }, { "arrival": { "time": "1758084684" }, "departure": { "time": "1758084694" }, "stopId": "SJ01310P", "stopSequence": 40 }, { "arrival": { "time": "1758084722" }, "departure": { "time": "1758084732" }, "stopId": "SJ01320C", "stopSequence": 41 }, { "arrival": { "time": "1758084766" }, "departure": { "time": "1758084776" }, "stopId": "SJ01330C", "stopSequence": 42 }, { "arrival": { "time": "1758084796" }, "departure": { "time": "1758084806" }, "stopId": "SJ01340C", "stopSequence": 43 }, { "arrival": { "time": "1758084891" }, "departure": { "time": "1758084901" }, "stopId": "SJ01350C", "stopSequence": 44 }, { "arrival": { "time": "1758084936" }, "departure": { "time": "1758084946" }, "stopId": "SJ01360C", "stopSequence": 45 }, { "arrival": { "time": "1758084982" }, "departure": { "time": "1758084992" }, "stopId": "SJ04065C", "stopSequence": 46 }, { "arrival": { "time": "1758085031" }, "departure": { "time": "1758085041" }, "stopId": "SJ01300P", "stopSequence": 47 }, { "arrival": { "time": "1758085077" }, "departure": { "time": "1758085087" }, "stopId": "SJ01290P", "stopSequence": 48 }, { "arrival": { "time": "1758085113" }, "departure": { "time": "1758085123" }, "stopId": "SJ01280P", "stopSequence": 49 }, { "arrival": { "time": "1758085179" }, "departure": { "time": "1758085189" }, "stopId": "SJ0310P", "stopSequence": 50 }, { "arrival": { "time": "1758085191" }, "departure": { "time": "1758085201" }, "stopId": "SJ0310C", "stopSequence": 51 } ], "timestamp": "1758082865", "trip": { "directionId": 1, "routeId": "75", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:10:00", "tripId": "175" }, "vehicle": { "id": "zenbus:Vehicle:350500005:LOC" } } }, { "id": "zenbus:Vehicle:378800006:LOC", "vehicle": { "currentStopSequence": 11, "position": { "latitude": -21.381330490112305, "longitude": 55.64634323120117 }, "stopId": "SJ02050P", "timestamp": "1758082014", "trip": { "directionId": 1, "routeId": "76", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:50:00", "tripId": "170" }, "vehicle": { "id": "zenbus:Vehicle:378800006:LOC" } } }, { "id": "850", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082823" }, "departure": { "time": "1758082833" }, "stopId": "SJ02040P", "stopSequence": 12 }, { "arrival": { "time": "1758082866" }, "departure": { "time": "1758082876" }, "stopId": "SJ02030P", "stopSequence": 13 }, { "arrival": { "time": "1758082904" }, "departure": { "time": "1758082914" }, "stopId": "SJ02020P", "stopSequence": 14 }, { "arrival": { "time": "1758082968" }, "departure": { "time": "1758082978" }, "stopId": "SJ02010P", "stopSequence": 15 }, { "arrival": { "time": "1758083056" }, "departure": { "time": "1758083066" }, "stopId": "SJ02000P", "stopSequence": 16 }, { "arrival": { "time": "1758083128" }, "departure": { "time": "1758083138" }, "stopId": "SJ01990P", "stopSequence": 17 }, { "arrival": { "time": "1758083298" }, "departure": { "time": "1758083308" }, "stopId": "SJ01980P", "stopSequence": 18 }, { "arrival": { "time": "1758083348" }, "departure": { "time": "1758083358" }, "stopId": "SJ01970P", "stopSequence": 19 }, { "arrival": { "time": "1758083385" }, "departure": { "time": "1758083395" }, "stopId": "SJ01960P", "stopSequence": 20 }, { "arrival": { "time": "1758083432" }, "departure": { "time": "1758083442" }, "stopId": "SJ01950P", "stopSequence": 21 }, { "arrival": { "time": "1758083465" }, "departure": { "time": "1758083475" }, "stopId": "SJ01940P", "stopSequence": 22 }, { "arrival": { "time": "1758083496" }, "departure": { "time": "1758083506" }, "stopId": "SJ04095P", "stopSequence": 23 }, { "arrival": { "time": "1758083554" }, "departure": { "time": "1758083564" }, "stopId": "SJ01920P", "stopSequence": 24 }, { "arrival": { "time": "1758083587" }, "departure": { "time": "1758083597" }, "stopId": "SJ01910P", "stopSequence": 25 }, { "arrival": { "time": "1758083613" }, "departure": { "time": "1758083623" }, "stopId": "SJ04090P", "stopSequence": 26 }, { "arrival": { "time": "1758083643" }, "departure": { "time": "1758083653" }, "stopId": "SJ04085P", "stopSequence": 27 }, { "arrival": { "time": "1758083667" }, "departure": { "time": "1758083677" }, "stopId": "SJ01890P", "stopSequence": 28 }, { "arrival": { "time": "1758083766" }, "departure": { "time": "1758083776" }, "stopId": "SJ01880P", "stopSequence": 29 }, { "arrival": { "time": "1758083872" }, "departure": { "time": "1758083882" }, "stopId": "SJ01870P", "stopSequence": 30 }, { "arrival": { "time": "1758083984" }, "departure": { "time": "1758083994" }, "stopId": "SJ01860P", "stopSequence": 31 }, { "arrival": { "time": "1758084007" }, "departure": { "time": "1758084017" }, "stopId": "SJ01850P", "stopSequence": 32 }, { "arrival": { "time": "1758084041" }, "departure": { "time": "1758084051" }, "stopId": "SJ01840P", "stopSequence": 33 }, { "arrival": { "time": "1758084071" }, "departure": { "time": "1758084081" }, "stopId": "SJ01830P", "stopSequence": 34 }, { "arrival": { "time": "1758084109" }, "departure": { "time": "1758084119" }, "stopId": "SJ01820P", "stopSequence": 35 } ], "timestamp": "1758082759", "trip": { "directionId": 1, "routeId": "76", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:50:00", "tripId": "170" }, "vehicle": { "id": "zenbus:Vehicle:378800006:LOC" } } }, { "id": "zenbus:Vehicle:352550005:LOC", "vehicle": { "currentStopSequence": 1, "position": { "latitude": -21.378307342529297, "longitude": 55.621150970458984 }, "stopId": "SJ0075P", "timestamp": "1758082866", "trip": { "directionId": 1, "routeId": "78", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "176" }, "vehicle": { "id": "zenbus:Vehicle:352550005:LOC" } } }, { "id": "817", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082813" }, "departure": { "time": "1758082815" }, "stopId": "SJ0050C", "stopSequence": 0 }, { "arrival": { "time": "1758082898" }, "departure": { "time": "1758082908" }, "stopId": "SJ0075P", "stopSequence": 1 }, { "arrival": { "time": "1758082925" }, "departure": { "time": "1758082935" }, "stopId": "SJ0070P", "stopSequence": 2 }, { "arrival": { "time": "1758082952" }, "departure": { "time": "1758082962" }, "stopId": "SJ04600P", "stopSequence": 3 }, { "arrival": { "time": "1758082983" }, "departure": { "time": "1758082993" }, "stopId": "SJ01800P", "stopSequence": 4 }, { "arrival": { "time": "1758083007" }, "departure": { "time": "1758083017" }, "stopId": "SJ01790P", "stopSequence": 5 }, { "arrival": { "time": "1758083035" }, "departure": { "time": "1758083045" }, "stopId": "SJ04500P", "stopSequence": 6 }, { "arrival": { "time": "1758083065" }, "departure": { "time": "1758083075" }, "stopId": "SJ02740P", "stopSequence": 7 }, { "arrival": { "time": "1758083098" }, "departure": { "time": "1758083108" }, "stopId": "SJ02730P", "stopSequence": 8 }, { "arrival": { "time": "1758083168" }, "departure": { "time": "1758083178" }, "stopId": "SJ02080C", "stopSequence": 9 }, { "arrival": { "time": "1758083220" }, "departure": { "time": "1758083230" }, "stopId": "SJ02060C", "stopSequence": 10 }, { "arrival": { "time": "1758083258" }, "departure": { "time": "1758083268" }, "stopId": "SJ02140C", "stopSequence": 11 }, { "arrival": { "time": "1758083296" }, "departure": { "time": "1758083306" }, "stopId": "SJ02400C", "stopSequence": 12 }, { "arrival": { "time": "1758083349" }, "departure": { "time": "1758083359" }, "stopId": "SJ02390C", "stopSequence": 13 }, { "arrival": { "time": "1758083386" }, "departure": { "time": "1758083396" }, "stopId": "SJ02380C", "stopSequence": 14 }, { "arrival": { "time": "1758083426" }, "departure": { "time": "1758083436" }, "stopId": "SJ02370C", "stopSequence": 15 }, { "arrival": { "time": "1758083462" }, "departure": { "time": "1758083472" }, "stopId": "SJ02360C", "stopSequence": 16 }, { "arrival": { "time": "1758083508" }, "departure": { "time": "1758083518" }, "stopId": "SJ02720C", "stopSequence": 17 }, { "arrival": { "time": "1758083545" }, "departure": { "time": "1758083555" }, "stopId": "SJ02710C", "stopSequence": 18 }, { "arrival": { "time": "1758083573" }, "departure": { "time": "1758083583" }, "stopId": "SJ02700C", "stopSequence": 19 }, { "arrival": { "time": "1758083599" }, "departure": { "time": "1758083609" }, "stopId": "SJ02840P", "stopSequence": 20 }, { "arrival": { "time": "1758083626" }, "departure": { "time": "1758083636" }, "stopId": "SJ02830P", "stopSequence": 21 }, { "arrival": { "time": "1758083652" }, "departure": { "time": "1758083662" }, "stopId": "SJ02820P", "stopSequence": 22 }, { "arrival": { "time": "1758083681" }, "departure": { "time": "1758083691" }, "stopId": "SJ02810P", "stopSequence": 23 }, { "arrival": { "time": "1758083711" }, "departure": { "time": "1758083721" }, "stopId": "SJ02800P", "stopSequence": 24 }, { "arrival": { "time": "1758083737" }, "departure": { "time": "1758083747" }, "stopId": "SJ02680P", "stopSequence": 25 }, { "arrival": { "time": "1758083780" }, "departure": { "time": "1758083790" }, "stopId": "SJ04440P", "stopSequence": 26 }, { "arrival": { "time": "1758083806" }, "departure": { "time": "1758083816" }, "stopId": "SJ02670P", "stopSequence": 27 }, { "arrival": { "time": "1758083832" }, "departure": { "time": "1758083842" }, "stopId": "SJ04445P", "stopSequence": 28 }, { "arrival": { "time": "1758083862" }, "departure": { "time": "1758083872" }, "stopId": "SJ02650P", "stopSequence": 29 }, { "arrival": { "time": "1758083900" }, "departure": { "time": "1758083910" }, "stopId": "SJ02640P", "stopSequence": 39 }, { "arrival": { "time": "1758083934" }, "departure": { "time": "1758083944" }, "stopId": "SJ02630P", "stopSequence": 40 }, { "arrival": { "time": "1758083963" }, "departure": { "time": "1758083973" }, "stopId": "SJ02620P", "stopSequence": 41 }, { "arrival": { "time": "1758084027" }, "departure": { "time": "1758084037" }, "stopId": "SJ02610P", "stopSequence": 42 }, { "arrival": { "time": "1758084066" }, "departure": { "time": "1758084076" }, "stopId": "SJ02600P", "stopSequence": 43 }, { "arrival": { "time": "1758084107" }, "departure": { "time": "1758084117" }, "stopId": "SJ04430P", "stopSequence": 44 }, { "arrival": { "time": "1758084146" }, "departure": { "time": "1758084156" }, "stopId": "SJ02580P", "stopSequence": 45 }, { "arrival": { "time": "1758084239" }, "departure": { "time": "1758084249" }, "stopId": "SJ02560P", "stopSequence": 46 }, { "arrival": { "time": "1758084268" }, "departure": { "time": "1758084278" }, "stopId": "SJ02550P", "stopSequence": 47 }, { "arrival": { "time": "1758084299" }, "departure": { "time": "1758084309" }, "stopId": "SJ02540P", "stopSequence": 48 }, { "arrival": { "time": "1758084331" }, "departure": { "time": "1758084341" }, "stopId": "SJ02530P", "stopSequence": 49 }, { "arrival": { "time": "1758084682" }, "departure": { "time": "1758084692" }, "stopId": "SJ04325P", "stopSequence": 50 }, { "arrival": { "time": "1758084712" }, "departure": { "time": "1758084722" }, "stopId": "SJ02520P", "stopSequence": 51 }, { "arrival": { "time": "1758084747" }, "departure": { "time": "1758084757" }, "stopId": "SJ02510P", "stopSequence": 52 }, { "arrival": { "time": "1758084787" }, "departure": { "time": "1758084797" }, "stopId": "SJ04425P", "stopSequence": 53 }, { "arrival": { "time": "1758084808" }, "departure": { "time": "1758084818" }, "stopId": "SJ02500P", "stopSequence": 54 }, { "arrival": { "time": "1758084845" }, "departure": { "time": "1758084855" }, "stopId": "SJ02490P", "stopSequence": 55 }, { "arrival": { "time": "1758084869" }, "departure": { "time": "1758084879" }, "stopId": "SJ04410P", "stopSequence": 56 }, { "arrival": { "time": "1758084900" }, "departure": { "time": "1758084910" }, "stopId": "SJ04415P", "stopSequence": 57 }, { "arrival": { "time": "1758084930" }, "departure": { "time": "1758084940" }, "stopId": "SJ02470P", "stopSequence": 58 }, { "arrival": { "time": "1758084963" }, "departure": { "time": "1758084973" }, "stopId": "SJ04420P", "stopSequence": 59 }, { "arrival": { "time": "1758084979" }, "departure": { "time": "1758084989" }, "stopId": "SJ04420C", "stopSequence": 60 }, { "arrival": { "time": "1758085012" }, "departure": { "time": "1758085022" }, "stopId": "SJ02470C", "stopSequence": 61 }, { "arrival": { "time": "1758085043" }, "departure": { "time": "1758085053" }, "stopId": "SJ04415C", "stopSequence": 62 }, { "arrival": { "time": "1758085075" }, "departure": { "time": "1758085085" }, "stopId": "SJ04410C", "stopSequence": 63 }, { "arrival": { "time": "1758085106" }, "departure": { "time": "1758085116" }, "stopId": "SJ02460P", "stopSequence": 64 }, { "arrival": { "time": "1758085150" }, "departure": { "time": "1758085160" }, "stopId": "SJ0360P", "stopSequence": 65 }, { "arrival": { "time": "1758085164" }, "departure": { "time": "1758085174" }, "stopId": "SJ0360C", "stopSequence": 66 } ], "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "78", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "176" }, "vehicle": { "id": "zenbus:Vehicle:352550005:LOC" } } }, { "id": "zenbus:Vehicle:366300007:LOC", "vehicle": { "currentStopSequence": 57, "position": { "latitude": -21.379919052124023, "longitude": 55.63738250732422 }, "stopId": "SJ02730C", "timestamp": "1758081265", "trip": { "directionId": 0, "routeId": "78", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:10:00", "tripId": "876" }, "vehicle": { "id": "zenbus:Vehicle:366300007:LOC" } } }, { "id": "310", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082853" }, "departure": { "time": "1758082863" }, "stopId": "SJ02730C", "stopSequence": 57 }, { "arrival": { "time": "1758082892" }, "departure": { "time": "1758082902" }, "stopId": "SJ02740C", "stopSequence": 58 }, { "arrival": { "time": "1758082922" }, "departure": { "time": "1758082932" }, "stopId": "SJ04500C", "stopSequence": 59 }, { "arrival": { "time": "1758082954" }, "departure": { "time": "1758082964" }, "stopId": "SJ01790C", "stopSequence": 60 }, { "arrival": { "time": "1758082981" }, "departure": { "time": "1758082991" }, "stopId": "SJ01800C", "stopSequence": 61 }, { "arrival": { "time": "1758083016" }, "departure": { "time": "1758083026" }, "stopId": "SJ04600C", "stopSequence": 62 }, { "arrival": { "time": "1758083048" }, "departure": { "time": "1758083058" }, "stopId": "SJ0070C", "stopSequence": 63 }, { "arrival": { "time": "1758083079" }, "departure": { "time": "1758083089" }, "stopId": "SJ0075C", "stopSequence": 64 }, { "arrival": { "time": "1758083136" }, "departure": { "time": "1758083146" }, "stopId": "SJ0050C", "stopSequence": 65 } ], "timestamp": "1758082817", "trip": { "directionId": 0, "routeId": "78", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:10:00", "tripId": "876" }, "vehicle": { "id": "zenbus:Vehicle:366300007:LOC" } } }, { "id": "zenbus:Vehicle:378800003:LOC", "vehicle": { "currentStopSequence": 1, "position": { "latitude": -21.378860473632812, "longitude": 55.62126159667969 }, "stopId": "SJ0075P", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "81", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "177" }, "vehicle": { "id": "zenbus:Vehicle:378800003:LOC" } } }, { "id": "881", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082850" }, "departure": { "time": "1758082853" }, "stopId": "SJ0050C", "stopSequence": 0 }, { "arrival": { "time": "1758082949" }, "departure": { "time": "1758082959" }, "stopId": "SJ0075P", "stopSequence": 1 }, { "arrival": { "time": "1758082987" }, "departure": { "time": "1758082997" }, "stopId": "SJ0070P", "stopSequence": 2 }, { "arrival": { "time": "1758083025" }, "departure": { "time": "1758083035" }, "stopId": "SJ04600P", "stopSequence": 3 }, { "arrival": { "time": "1758083076" }, "departure": { "time": "1758083086" }, "stopId": "SJ01800P", "stopSequence": 4 }, { "arrival": { "time": "1758083104" }, "departure": { "time": "1758083114" }, "stopId": "SJ01790P", "stopSequence": 5 }, { "arrival": { "time": "1758083174" }, "departure": { "time": "1758083184" }, "stopId": "SJ04310P", "stopSequence": 6 }, { "arrival": { "time": "1758083217" }, "departure": { "time": "1758083227" }, "stopId": "SJ04505P", "stopSequence": 7 }, { "arrival": { "time": "1758083303" }, "departure": { "time": "1758083313" }, "stopId": "SJ04300P", "stopSequence": 8 }, { "arrival": { "time": "1758083363" }, "departure": { "time": "1758083373" }, "stopId": "SJ04295P", "stopSequence": 9 }, { "arrival": { "time": "1758083456" }, "departure": { "time": "1758083466" }, "stopId": "SJ01760P", "stopSequence": 10 }, { "arrival": { "time": "1758083522" }, "departure": { "time": "1758083532" }, "stopId": "SJ01750P", "stopSequence": 11 }, { "arrival": { "time": "1758083597" }, "departure": { "time": "1758083607" }, "stopId": "SJ01570P", "stopSequence": 12 }, { "arrival": { "time": "1758083725" }, "departure": { "time": "1758083735" }, "stopId": "SJ01560P", "stopSequence": 13 }, { "arrival": { "time": "1758083766" }, "departure": { "time": "1758083776" }, "stopId": "SJ01550P", "stopSequence": 14 }, { "arrival": { "time": "1758083808" }, "departure": { "time": "1758083818" }, "stopId": "SJ01540P", "stopSequence": 15 }, { "arrival": { "time": "1758083868" }, "departure": { "time": "1758083878" }, "stopId": "SJ01530P", "stopSequence": 16 }, { "arrival": { "time": "1758083912" }, "departure": { "time": "1758083922" }, "stopId": "SJ01525P", "stopSequence": 17 }, { "arrival": { "time": "1758083943" }, "departure": { "time": "1758083953" }, "stopId": "SJ01740P", "stopSequence": 18 }, { "arrival": { "time": "1758083990" }, "departure": { "time": "1758084000" }, "stopId": "SJ01730P", "stopSequence": 19 }, { "arrival": { "time": "1758084033" }, "departure": { "time": "1758084043" }, "stopId": "SJ01720P", "stopSequence": 20 }, { "arrival": { "time": "1758084088" }, "departure": { "time": "1758084098" }, "stopId": "SJ01710P", "stopSequence": 21 }, { "arrival": { "time": "1758084133" }, "departure": { "time": "1758084143" }, "stopId": "SJ01700P", "stopSequence": 22 }, { "arrival": { "time": "1758084188" }, "departure": { "time": "1758084198" }, "stopId": "SJ04290P", "stopSequence": 23 }, { "arrival": { "time": "1758084229" }, "departure": { "time": "1758084239" }, "stopId": "SJ04285P", "stopSequence": 24 }, { "arrival": { "time": "1758084262" }, "departure": { "time": "1758084272" }, "stopId": "SJ04280P", "stopSequence": 25 }, { "arrival": { "time": "1758084301" }, "departure": { "time": "1758084311" }, "stopId": "SJ04275C", "stopSequence": 26 }, { "arrival": { "time": "1758084336" }, "departure": { "time": "1758084346" }, "stopId": "SJ04270C", "stopSequence": 27 }, { "arrival": { "time": "1758084361" }, "departure": { "time": "1758084371" }, "stopId": "SJ01450C", "stopSequence": 28 }, { "arrival": { "time": "1758084423" }, "departure": { "time": "1758084433" }, "stopId": "SJ04265C", "stopSequence": 29 }, { "arrival": { "time": "1758084481" }, "departure": { "time": "1758084491" }, "stopId": "SJ04260C", "stopSequence": 30 }, { "arrival": { "time": "1758084523" }, "departure": { "time": "1758084533" }, "stopId": "SJ01690P", "stopSequence": 31 }, { "arrival": { "time": "1758084578" }, "departure": { "time": "1758084588" }, "stopId": "SJ04255C", "stopSequence": 32 }, { "arrival": { "time": "1758084618" }, "departure": { "time": "1758084628" }, "stopId": "SJ04250C", "stopSequence": 33 }, { "arrival": { "time": "1758084681" }, "departure": { "time": "1758084691" }, "stopId": "SJ01510C", "stopSequence": 34 }, { "arrival": { "time": "1758084695" }, "departure": { "time": "1758084705" }, "stopId": "SJ01510P", "stopSequence": 35 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "81", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "177" }, "vehicle": { "id": "zenbus:Vehicle:378800003:LOC" } } }, { "id": "zenbus:Vehicle:344590001:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 22, "position": { "latitude": -21.355907440185547, "longitude": 55.63111114501953 }, "stopId": "SJ01570C", "timestamp": "1758082839", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "3" }, "vehicle": { "id": "zenbus:Vehicle:344590001:LOC" } } }, { "id": "315", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082831" }, "departure": { "time": "1758082884" }, "stopId": "SJ01570C", "stopSequence": 22 }, { "arrival": { "time": "1758082966" }, "departure": { "time": "1758082976" }, "stopId": "SJ01750C", "stopSequence": 23 }, { "arrival": { "time": "1758083042" }, "departure": { "time": "1758083052" }, "stopId": "SJ01760C", "stopSequence": 24 }, { "arrival": { "time": "1758083152" }, "departure": { "time": "1758083162" }, "stopId": "SJ04295C", "stopSequence": 25 }, { "arrival": { "time": "1758083220" }, "departure": { "time": "1758083230" }, "stopId": "SJ04300C", "stopSequence": 26 }, { "arrival": { "time": "1758083317" }, "departure": { "time": "1758083327" }, "stopId": "SJ04505C", "stopSequence": 27 }, { "arrival": { "time": "1758083370" }, "departure": { "time": "1758083380" }, "stopId": "SJ04310C", "stopSequence": 28 }, { "arrival": { "time": "1758083445" }, "departure": { "time": "1758083455" }, "stopId": "SJ01790C", "stopSequence": 29 }, { "arrival": { "time": "1758083481" }, "departure": { "time": "1758083491" }, "stopId": "SJ01800C", "stopSequence": 30 }, { "arrival": { "time": "1758083535" }, "departure": { "time": "1758083545" }, "stopId": "SJ04600C", "stopSequence": 31 }, { "arrival": { "time": "1758083575" }, "departure": { "time": "1758083585" }, "stopId": "SJ0070C", "stopSequence": 32 }, { "arrival": { "time": "1758083619" }, "departure": { "time": "1758083629" }, "stopId": "SJ0075C", "stopSequence": 33 }, { "arrival": { "time": "1758083740" }, "departure": { "time": "1758083750" }, "stopId": "SJ0050C", "stopSequence": 34 } ], "timestamp": "1758082839", "trip": { "directionId": 0, "routeId": "81", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "3" }, "vehicle": { "id": "zenbus:Vehicle:344590001:LOC" } } }, { "id": "zenbus:Vehicle:344590004:LOC", "vehicle": { "currentStopSequence": 46, "position": { "latitude": -21.24851417541504, "longitude": 55.46533966064453 }, "stopId": "ED0600C", "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "ED38", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:50:00", "tripId": "342" }, "vehicle": { "id": "zenbus:Vehicle:344590004:LOC" } } }, { "id": "840", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082829" }, "departure": { "time": "1758082849" }, "stopId": "ED0085C", "stopSequence": 45 }, { "arrival": { "time": "1758082874" }, "departure": { "time": "1758082884" }, "stopId": "ED0600C", "stopSequence": 46 } ], "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "ED38", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:50:00", "tripId": "342" }, "vehicle": { "id": "zenbus:Vehicle:344590004:LOC" } } }, { "id": "zenbus:Vehicle:342420003:LOC", "vehicle": { "currentStopSequence": 20, "position": { "latitude": -21.237844467163086, "longitude": 55.48040008544922 }, "stopId": "ED0415P", "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "ED39", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "344" }, "vehicle": { "id": "zenbus:Vehicle:342420003:LOC" } } }, { "id": "382", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082851" }, "departure": { "time": "1758082866" }, "stopId": "ED0410P", "stopSequence": 19 }, { "arrival": { "time": "1758082886" }, "departure": { "time": "1758082896" }, "stopId": "ED0415P", "stopSequence": 20 }, { "arrival": { "time": "1758082920" }, "departure": { "time": "1758082930" }, "stopId": "ED0420P", "stopSequence": 21 }, { "arrival": { "time": "1758082975" }, "departure": { "time": "1758082985" }, "stopId": "ED0425P", "stopSequence": 22 }, { "arrival": { "time": "1758082990" }, "departure": { "time": "1758083000" }, "stopId": "ED0425C", "stopSequence": 42 }, { "arrival": { "time": "1758083043" }, "departure": { "time": "1758083053" }, "stopId": "ED0420C", "stopSequence": 43 }, { "arrival": { "time": "1758083075" }, "departure": { "time": "1758083085" }, "stopId": "ED0415C", "stopSequence": 44 }, { "arrival": { "time": "1758083117" }, "departure": { "time": "1758083127" }, "stopId": "ED0410C", "stopSequence": 45 }, { "arrival": { "time": "1758083147" }, "departure": { "time": "1758083157" }, "stopId": "ED0430C", "stopSequence": 46 }, { "arrival": { "time": "1758083174" }, "departure": { "time": "1758083184" }, "stopId": "ED0435C", "stopSequence": 47 }, { "arrival": { "time": "1758083214" }, "departure": { "time": "1758083224" }, "stopId": "ED0440C", "stopSequence": 48 }, { "arrival": { "time": "1758083244" }, "departure": { "time": "1758083254" }, "stopId": "ED0445C", "stopSequence": 49 }, { "arrival": { "time": "1758083267" }, "departure": { "time": "1758083277" }, "stopId": "ED0450C", "stopSequence": 50 }, { "arrival": { "time": "1758083299" }, "departure": { "time": "1758083309" }, "stopId": "ED0400C", "stopSequence": 51 }, { "arrival": { "time": "1758083333" }, "departure": { "time": "1758083343" }, "stopId": "ED0385C", "stopSequence": 52 }, { "arrival": { "time": "1758083371" }, "departure": { "time": "1758083381" }, "stopId": "ED0515C", "stopSequence": 53 }, { "arrival": { "time": "1758083402" }, "departure": { "time": "1758083412" }, "stopId": "ED0035C", "stopSequence": 54 }, { "arrival": { "time": "1758083441" }, "departure": { "time": "1758083451" }, "stopId": "ED0030C", "stopSequence": 55 }, { "arrival": { "time": "1758083485" }, "departure": { "time": "1758083495" }, "stopId": "ED0025C", "stopSequence": 56 }, { "arrival": { "time": "1758083512" }, "departure": { "time": "1758083522" }, "stopId": "ED 0020C", "stopSequence": 57 }, { "arrival": { "time": "1758083561" }, "departure": { "time": "1758083571" }, "stopId": "ED 0010C", "stopSequence": 58 }, { "arrival": { "time": "1758083599" }, "departure": { "time": "1758083609" }, "stopId": "ED555C", "stopSequence": 59 }, { "arrival": { "time": "1758083638" }, "departure": { "time": "1758083648" }, "stopId": "ED0085C", "stopSequence": 60 }, { "arrival": { "time": "1758083672" }, "departure": { "time": "1758083682" }, "stopId": "ED0600C", "stopSequence": 61 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "ED39", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "344" }, "vehicle": { "id": "zenbus:Vehicle:342420003:LOC" } } }, { "id": "383", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082476" }, "departure": { "time": "1758082477" }, "stopId": "TA1505P", "stopSequence": 47 }, { "arrival": { "time": "1758082497" }, "departure": { "time": "1758082498" }, "stopId": "TA1495P", "stopSequence": 48 }, { "arrival": { "time": "1758082521" }, "departure": { "time": "1758082540" }, "stopId": "TA4570P", "stopSequence": 49 }, { "arrival": { "time": "1758082651" }, "departure": { "time": "1758082652" }, "stopId": "TA0075P", "stopSequence": 50 } ], "timestamp": "1758082652", "trip": { "directionId": 0, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "510" } } }, { "id": "zenbus:Vehicle:378800009:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 11, "position": { "latitude": -21.272172927856445, "longitude": 55.515846252441406 }, "stopId": "TA5750C", "timestamp": "1758082863", "trip": { "directionId": 0, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "517" }, "vehicle": { "id": "zenbus:Vehicle:378800009:LOC" } } }, { "id": "514", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082678" }, "departure": { "time": "1758082697" }, "stopId": "TA5150P", "stopSequence": 5 }, { "arrival": { "time": "1758082709" }, "departure": { "time": "1758082718" }, "stopId": "TA5770C", "stopSequence": 6 }, { "arrival": { "time": "1758082750" }, "departure": { "time": "1758082761" }, "stopId": "TA5780C", "stopSequence": 7 }, { "arrival": { "time": "1758082798" }, "departure": { "time": "1758082799" }, "stopId": "TA5760C", "stopSequence": 8 }, { "arrival": { "time": "1758082813" }, "departure": { "time": "1758082831" }, "stopId": "TA5160C", "stopSequence": 9 }, { "arrival": { "time": "1758082835" }, "departure": { "time": "1758082843" }, "stopId": "TA5170C", "stopSequence": 10 }, { "arrival": { "time": "1758082854" }, "departure": { "time": "1758083049" }, "stopId": "TA5750C", "stopSequence": 11 }, { "arrival": { "time": "1758083079" }, "departure": { "time": "1758083154" }, "stopId": "TA5740C", "stopSequence": 12 }, { "arrival": { "time": "1758083133" }, "departure": { "time": "1758083181" }, "stopId": "TA9255C", "stopSequence": 13 }, { "arrival": { "time": "1758083186" }, "departure": { "time": "1758083208" }, "stopId": "TA5180C", "stopSequence": 14 }, { "arrival": { "time": "1758083234" }, "departure": { "time": "1758083244" }, "stopId": "TA1155C", "stopSequence": 15 }, { "arrival": { "time": "1758083303" }, "departure": { "time": "1758083313" }, "stopId": "TA4590C", "stopSequence": 16 }, { "arrival": { "time": "1758083336" }, "departure": { "time": "1758083346" }, "stopId": "TA0010P", "stopSequence": 17 }, { "arrival": { "time": "1758083415" }, "departure": { "time": "1758083425" }, "stopId": "TA0480P", "stopSequence": 18 }, { "arrival": { "time": "1758083463" }, "departure": { "time": "1758083473" }, "stopId": "TA0485P", "stopSequence": 19 }, { "arrival": { "time": "1758083530" }, "departure": { "time": "1758083540" }, "stopId": "TA10110C", "stopSequence": 20 }, { "arrival": { "time": "1758083575" }, "departure": { "time": "1758083585" }, "stopId": "TA5190C", "stopSequence": 21 }, { "arrival": { "time": "1758083609" }, "departure": { "time": "1758083619" }, "stopId": "TA5200C", "stopSequence": 22 }, { "arrival": { "time": "1758083635" }, "departure": { "time": "1758083645" }, "stopId": "TA5210C", "stopSequence": 23 }, { "arrival": { "time": "1758083701" }, "departure": { "time": "1758083711" }, "stopId": "TA5220C", "stopSequence": 24 }, { "arrival": { "time": "1758083764" }, "departure": { "time": "1758083774" }, "stopId": "TA5230C", "stopSequence": 25 }, { "arrival": { "time": "1758083805" }, "departure": { "time": "1758083815" }, "stopId": "TA5240C", "stopSequence": 26 }, { "arrival": { "time": "1758083856" }, "departure": { "time": "1758083866" }, "stopId": "TA7060P", "stopSequence": 27 }, { "arrival": { "time": "1758083896" }, "departure": { "time": "1758083906" }, "stopId": "TA7050P", "stopSequence": 28 }, { "arrival": { "time": "1758083954" }, "departure": { "time": "1758083964" }, "stopId": "TA5790C", "stopSequence": 29 }, { "arrival": { "time": "1758083994" }, "departure": { "time": "1758084004" }, "stopId": "TA5800C", "stopSequence": 30 }, { "arrival": { "time": "1758084035" }, "departure": { "time": "1758084045" }, "stopId": "TA5810C", "stopSequence": 31 }, { "arrival": { "time": "1758084067" }, "departure": { "time": "1758084077" }, "stopId": "TA4140P", "stopSequence": 32 }, { "arrival": { "time": "1758084171" }, "departure": { "time": "1758084181" }, "stopId": "TA1075C", "stopSequence": 33 }, { "arrival": { "time": "1758084241" }, "departure": { "time": "1758084251" }, "stopId": "TA0005C", "stopSequence": 34 }, { "arrival": { "time": "1758084308" }, "departure": { "time": "1758084318" }, "stopId": "TA1075P", "stopSequence": 35 }, { "arrival": { "time": "1758084391" }, "departure": { "time": "1758084401" }, "stopId": "TA1070P", "stopSequence": 36 }, { "arrival": { "time": "1758084474" }, "departure": { "time": "1758084484" }, "stopId": "TA1085P", "stopSequence": 37 }, { "arrival": { "time": "1758084588" }, "departure": { "time": "1758084598" }, "stopId": "TA9630C", "stopSequence": 38 }, { "arrival": { "time": "1758084623" }, "departure": { "time": "1758084633" }, "stopId": "TA9635C", "stopSequence": 39 }, { "arrival": { "time": "1758084671" }, "departure": { "time": "1758084681" }, "stopId": "TA9640C", "stopSequence": 40 }, { "arrival": { "time": "1758084696" }, "departure": { "time": "1758084706" }, "stopId": "TA9645C", "stopSequence": 41 }, { "arrival": { "time": "1758084732" }, "departure": { "time": "1758084742" }, "stopId": "TA9650C", "stopSequence": 42 }, { "arrival": { "time": "1758084760" }, "departure": { "time": "1758084770" }, "stopId": "TA9655C", "stopSequence": 43 }, { "arrival": { "time": "1758084822" }, "departure": { "time": "1758084832" }, "stopId": "TA00024C", "stopSequence": 44 }, { "arrival": { "time": "1758084985" }, "departure": { "time": "1758084995" }, "stopId": "TA0290P", "stopSequence": 45 }, { "arrival": { "time": "1758085041" }, "departure": { "time": "1758085051" }, "stopId": "02004P", "stopSequence": 46 }, { "arrival": { "time": "1758085163" }, "departure": { "time": "1758085173" }, "stopId": "TA1505P", "stopSequence": 47 }, { "arrival": { "time": "1758085212" }, "departure": { "time": "1758085222" }, "stopId": "TA1495P", "stopSequence": 48 }, { "arrival": { "time": "1758085256" }, "departure": { "time": "1758085266" }, "stopId": "TA4570P", "stopSequence": 49 }, { "arrival": { "time": "1758085362" }, "departure": { "time": "1758085372" }, "stopId": "TA0075P", "stopSequence": 50 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "517" }, "vehicle": { "id": "zenbus:Vehicle:378800009:LOC" } } }, { "id": "zenbus:Vehicle:352560002:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": -21.260786056518555, "longitude": 55.50405502319336 }, "stopId": "TA0075P", "timestamp": "1758082863", "trip": { "directionId": 0, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "519" }, "vehicle": { "id": "zenbus:Vehicle:352560002:LOC" } } }, { "id": "517", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082814" }, "departure": { "time": "1758083400" }, "stopId": "TA0075P", "stopSequence": 0 }, { "arrival": { "time": "1758083431" }, "departure": { "time": "1758083441" }, "stopId": "TA5120P", "stopSequence": 1 }, { "arrival": { "time": "1758083479" }, "departure": { "time": "1758083489" }, "stopId": "TA5130P", "stopSequence": 2 }, { "arrival": { "time": "1758083529" }, "departure": { "time": "1758083539" }, "stopId": "TA00025P", "stopSequence": 3 }, { "arrival": { "time": "1758083601" }, "departure": { "time": "1758083611" }, "stopId": "TA5140P", "stopSequence": 4 }, { "arrival": { "time": "1758083659" }, "departure": { "time": "1758083669" }, "stopId": "TA5150P", "stopSequence": 5 }, { "arrival": { "time": "1758083731" }, "departure": { "time": "1758083741" }, "stopId": "TA5770C", "stopSequence": 6 }, { "arrival": { "time": "1758083798" }, "departure": { "time": "1758083808" }, "stopId": "TA5780C", "stopSequence": 7 }, { "arrival": { "time": "1758083894" }, "departure": { "time": "1758083904" }, "stopId": "TA5760C", "stopSequence": 8 }, { "arrival": { "time": "1758083935" }, "departure": { "time": "1758083945" }, "stopId": "TA5160C", "stopSequence": 9 }, { "arrival": { "time": "1758083995" }, "departure": { "time": "1758084005" }, "stopId": "TA5170C", "stopSequence": 10 }, { "arrival": { "time": "1758084049" }, "departure": { "time": "1758084059" }, "stopId": "TA5750C", "stopSequence": 11 }, { "arrival": { "time": "1758084089" }, "departure": { "time": "1758084099" }, "stopId": "TA5740C", "stopSequence": 12 }, { "arrival": { "time": "1758084143" }, "departure": { "time": "1758084153" }, "stopId": "TA9255C", "stopSequence": 13 }, { "arrival": { "time": "1758084196" }, "departure": { "time": "1758084206" }, "stopId": "TA5180C", "stopSequence": 14 }, { "arrival": { "time": "1758084244" }, "departure": { "time": "1758084254" }, "stopId": "TA1155C", "stopSequence": 15 }, { "arrival": { "time": "1758084313" }, "departure": { "time": "1758084323" }, "stopId": "TA4590C", "stopSequence": 16 }, { "arrival": { "time": "1758084346" }, "departure": { "time": "1758084356" }, "stopId": "TA0010P", "stopSequence": 17 }, { "arrival": { "time": "1758084425" }, "departure": { "time": "1758084435" }, "stopId": "TA0480P", "stopSequence": 18 }, { "arrival": { "time": "1758084473" }, "departure": { "time": "1758084483" }, "stopId": "TA0485P", "stopSequence": 19 }, { "arrival": { "time": "1758084540" }, "departure": { "time": "1758084550" }, "stopId": "TA10110C", "stopSequence": 20 }, { "arrival": { "time": "1758084584" }, "departure": { "time": "1758084594" }, "stopId": "TA5190C", "stopSequence": 21 }, { "arrival": { "time": "1758084619" }, "departure": { "time": "1758084629" }, "stopId": "TA5200C", "stopSequence": 22 }, { "arrival": { "time": "1758084645" }, "departure": { "time": "1758084655" }, "stopId": "TA5210C", "stopSequence": 23 }, { "arrival": { "time": "1758084711" }, "departure": { "time": "1758084721" }, "stopId": "TA5220C", "stopSequence": 24 }, { "arrival": { "time": "1758084774" }, "departure": { "time": "1758084784" }, "stopId": "TA5230C", "stopSequence": 25 }, { "arrival": { "time": "1758084815" }, "departure": { "time": "1758084825" }, "stopId": "TA5240C", "stopSequence": 26 }, { "arrival": { "time": "1758084866" }, "departure": { "time": "1758084876" }, "stopId": "TA7060P", "stopSequence": 27 }, { "arrival": { "time": "1758084906" }, "departure": { "time": "1758084916" }, "stopId": "TA7050P", "stopSequence": 28 }, { "arrival": { "time": "1758084964" }, "departure": { "time": "1758084974" }, "stopId": "TA5790C", "stopSequence": 29 }, { "arrival": { "time": "1758085003" }, "departure": { "time": "1758085013" }, "stopId": "TA5800C", "stopSequence": 30 }, { "arrival": { "time": "1758085045" }, "departure": { "time": "1758085055" }, "stopId": "TA5810C", "stopSequence": 31 }, { "arrival": { "time": "1758085077" }, "departure": { "time": "1758085087" }, "stopId": "TA4140P", "stopSequence": 32 }, { "arrival": { "time": "1758085181" }, "departure": { "time": "1758085191" }, "stopId": "TA1075C", "stopSequence": 33 }, { "arrival": { "time": "1758085251" }, "departure": { "time": "1758085261" }, "stopId": "TA0005C", "stopSequence": 34 }, { "arrival": { "time": "1758085318" }, "departure": { "time": "1758085328" }, "stopId": "TA1075P", "stopSequence": 35 }, { "arrival": { "time": "1758085400" }, "departure": { "time": "1758085410" }, "stopId": "TA1070P", "stopSequence": 36 }, { "arrival": { "time": "1758085484" }, "departure": { "time": "1758085494" }, "stopId": "TA1085P", "stopSequence": 37 }, { "arrival": { "time": "1758085597" }, "departure": { "time": "1758085607" }, "stopId": "TA9630C", "stopSequence": 38 }, { "arrival": { "time": "1758085633" }, "departure": { "time": "1758085643" }, "stopId": "TA9635C", "stopSequence": 39 }, { "arrival": { "time": "1758085681" }, "departure": { "time": "1758085691" }, "stopId": "TA9640C", "stopSequence": 40 }, { "arrival": { "time": "1758085706" }, "departure": { "time": "1758085716" }, "stopId": "TA9645C", "stopSequence": 41 }, { "arrival": { "time": "1758085742" }, "departure": { "time": "1758085752" }, "stopId": "TA9650C", "stopSequence": 42 }, { "arrival": { "time": "1758085770" }, "departure": { "time": "1758085780" }, "stopId": "TA9655C", "stopSequence": 43 }, { "arrival": { "time": "1758085832" }, "departure": { "time": "1758085842" }, "stopId": "TA00024C", "stopSequence": 44 }, { "arrival": { "time": "1758085995" }, "departure": { "time": "1758086005" }, "stopId": "TA0290P", "stopSequence": 45 }, { "arrival": { "time": "1758086051" }, "departure": { "time": "1758086061" }, "stopId": "02004P", "stopSequence": 46 }, { "arrival": { "time": "1758086173" }, "departure": { "time": "1758086183" }, "stopId": "TA1505P", "stopSequence": 47 }, { "arrival": { "time": "1758086222" }, "departure": { "time": "1758086232" }, "stopId": "TA1495P", "stopSequence": 48 }, { "arrival": { "time": "1758086266" }, "departure": { "time": "1758086276" }, "stopId": "TA4570P", "stopSequence": 49 }, { "arrival": { "time": "1758086372" }, "departure": { "time": "1758086382" }, "stopId": "TA0075P", "stopSequence": 50 } ], "timestamp": "1758082864", "trip": { "directionId": 0, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "519" }, "vehicle": { "id": "zenbus:Vehicle:352560002:LOC" } } }, { "id": "zenbus:Vehicle:375020006:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 16, "position": { "latitude": -21.279800415039062, "longitude": 55.513607025146484 }, "stopId": "TA0005C", "timestamp": "1758082865", "trip": { "directionId": 1, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "515" }, "vehicle": { "id": "zenbus:Vehicle:375020006:LOC" } } }, { "id": "618", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082860" }, "departure": { "time": "1758082877" }, "stopId": "TA0005C", "stopSequence": 16 }, { "arrival": { "time": "1758082980" }, "departure": { "time": "1758082990" }, "stopId": "TA4160C", "stopSequence": 17 }, { "arrival": { "time": "1758083054" }, "departure": { "time": "1758083064" }, "stopId": "TA9740P", "stopSequence": 18 }, { "arrival": { "time": "1758083085" }, "departure": { "time": "1758083095" }, "stopId": "TA5240P", "stopSequence": 19 }, { "arrival": { "time": "1758083128" }, "departure": { "time": "1758083138" }, "stopId": "TA5230P", "stopSequence": 20 }, { "arrival": { "time": "1758083176" }, "departure": { "time": "1758083186" }, "stopId": "TA5220P", "stopSequence": 21 }, { "arrival": { "time": "1758083259" }, "departure": { "time": "1758083269" }, "stopId": "TA5210P", "stopSequence": 22 }, { "arrival": { "time": "1758083290" }, "departure": { "time": "1758083300" }, "stopId": "TA5200P", "stopSequence": 23 }, { "arrival": { "time": "1758083328" }, "departure": { "time": "1758083338" }, "stopId": "TA5190P", "stopSequence": 24 }, { "arrival": { "time": "1758083376" }, "departure": { "time": "1758083386" }, "stopId": "TA10110P", "stopSequence": 25 }, { "arrival": { "time": "1758083441" }, "departure": { "time": "1758083451" }, "stopId": "TA0485C", "stopSequence": 26 }, { "arrival": { "time": "1758083513" }, "departure": { "time": "1758083523" }, "stopId": "TA0480C", "stopSequence": 27 }, { "arrival": { "time": "1758083577" }, "departure": { "time": "1758083587" }, "stopId": "TA0010C", "stopSequence": 28 }, { "arrival": { "time": "1758083608" }, "departure": { "time": "1758083618" }, "stopId": "TA4590P", "stopSequence": 29 }, { "arrival": { "time": "1758083680" }, "departure": { "time": "1758083690" }, "stopId": "TA1155P", "stopSequence": 30 }, { "arrival": { "time": "1758083730" }, "departure": { "time": "1758083740" }, "stopId": "TA5180P", "stopSequence": 31 }, { "arrival": { "time": "1758083782" }, "departure": { "time": "1758083792" }, "stopId": "TA9255P", "stopSequence": 32 }, { "arrival": { "time": "1758083838" }, "departure": { "time": "1758083848" }, "stopId": "TA5740P", "stopSequence": 33 }, { "arrival": { "time": "1758083878" }, "departure": { "time": "1758083888" }, "stopId": "TA5750P", "stopSequence": 34 }, { "arrival": { "time": "1758083933" }, "departure": { "time": "1758083943" }, "stopId": "TA5170P", "stopSequence": 35 }, { "arrival": { "time": "1758083997" }, "departure": { "time": "1758084007" }, "stopId": "TA5160P", "stopSequence": 36 }, { "arrival": { "time": "1758084037" }, "departure": { "time": "1758084047" }, "stopId": "TA5760P", "stopSequence": 37 }, { "arrival": { "time": "1758084138" }, "departure": { "time": "1758084148" }, "stopId": "TA5780P", "stopSequence": 38 }, { "arrival": { "time": "1758084206" }, "departure": { "time": "1758084216" }, "stopId": "TA5770P", "stopSequence": 39 }, { "arrival": { "time": "1758084279" }, "departure": { "time": "1758084289" }, "stopId": "TA5150C", "stopSequence": 40 }, { "arrival": { "time": "1758084339" }, "departure": { "time": "1758084349" }, "stopId": "TA5140C", "stopSequence": 41 }, { "arrival": { "time": "1758084420" }, "departure": { "time": "1758084430" }, "stopId": "TA00025C", "stopSequence": 42 }, { "arrival": { "time": "1758084477" }, "departure": { "time": "1758084487" }, "stopId": "TA5130C", "stopSequence": 43 }, { "arrival": { "time": "1758084523" }, "departure": { "time": "1758084533" }, "stopId": "TA5120C", "stopSequence": 44 }, { "arrival": { "time": "1758084559" }, "departure": { "time": "1758084569" }, "stopId": "TA0075C", "stopSequence": 45 } ], "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "515" }, "vehicle": { "id": "zenbus:Vehicle:375020006:LOC" } } }, { "id": "zenbus:Vehicle:344570001:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": -21.260738372802734, "longitude": 55.50404739379883 }, "stopId": "TA0075C", "timestamp": "1758082866", "trip": { "directionId": 1, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "520" }, "vehicle": { "id": "zenbus:Vehicle:344570001:LOC" } } }, { "id": "518", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082858" }, "departure": { "time": "1758083400" }, "stopId": "TA0075C", "stopSequence": 0 }, { "arrival": { "time": "1758083519" }, "departure": { "time": "1758083529" }, "stopId": "TA4570C", "stopSequence": 1 }, { "arrival": { "time": "1758083568" }, "departure": { "time": "1758083578" }, "stopId": "TA1495C", "stopSequence": 2 }, { "arrival": { "time": "1758083640" }, "departure": { "time": "1758083650" }, "stopId": "TA1505C", "stopSequence": 3 }, { "arrival": { "time": "1758083750" }, "departure": { "time": "1758083760" }, "stopId": "02004C", "stopSequence": 4 }, { "arrival": { "time": "1758083811" }, "departure": { "time": "1758083821" }, "stopId": "TA0290C", "stopSequence": 5 }, { "arrival": { "time": "1758083877" }, "departure": { "time": "1758083887" }, "stopId": "TA9630C", "stopSequence": 6 }, { "arrival": { "time": "1758083917" }, "departure": { "time": "1758083927" }, "stopId": "TA9635C", "stopSequence": 7 }, { "arrival": { "time": "1758083971" }, "departure": { "time": "1758083981" }, "stopId": "TA9640C", "stopSequence": 8 }, { "arrival": { "time": "1758083999" }, "departure": { "time": "1758084009" }, "stopId": "TA9645C", "stopSequence": 9 }, { "arrival": { "time": "1758084039" }, "departure": { "time": "1758084049" }, "stopId": "TA9650C", "stopSequence": 10 }, { "arrival": { "time": "1758084070" }, "departure": { "time": "1758084080" }, "stopId": "TA9655C", "stopSequence": 11 }, { "arrival": { "time": "1758084142" }, "departure": { "time": "1758084152" }, "stopId": "TA00024C", "stopSequence": 12 }, { "arrival": { "time": "1758084379" }, "departure": { "time": "1758084389" }, "stopId": "TA1085C", "stopSequence": 13 }, { "arrival": { "time": "1758084471" }, "departure": { "time": "1758084481" }, "stopId": "TA1070C", "stopSequence": 14 }, { "arrival": { "time": "1758084563" }, "departure": { "time": "1758084573" }, "stopId": "TA1075C", "stopSequence": 15 }, { "arrival": { "time": "1758084642" }, "departure": { "time": "1758084652" }, "stopId": "TA0005C", "stopSequence": 16 }, { "arrival": { "time": "1758084766" }, "departure": { "time": "1758084776" }, "stopId": "TA4160C", "stopSequence": 17 }, { "arrival": { "time": "1758084846" }, "departure": { "time": "1758084856" }, "stopId": "TA9740P", "stopSequence": 18 }, { "arrival": { "time": "1758084879" }, "departure": { "time": "1758084889" }, "stopId": "TA5240P", "stopSequence": 19 }, { "arrival": { "time": "1758084925" }, "departure": { "time": "1758084935" }, "stopId": "TA5230P", "stopSequence": 20 }, { "arrival": { "time": "1758084977" }, "departure": { "time": "1758084987" }, "stopId": "TA5220P", "stopSequence": 21 }, { "arrival": { "time": "1758085066" }, "departure": { "time": "1758085076" }, "stopId": "TA5210P", "stopSequence": 22 }, { "arrival": { "time": "1758085099" }, "departure": { "time": "1758085109" }, "stopId": "TA5200P", "stopSequence": 23 }, { "arrival": { "time": "1758085139" }, "departure": { "time": "1758085149" }, "stopId": "TA5190P", "stopSequence": 24 }, { "arrival": { "time": "1758085191" }, "departure": { "time": "1758085201" }, "stopId": "TA10110P", "stopSequence": 25 }, { "arrival": { "time": "1758085260" }, "departure": { "time": "1758085270" }, "stopId": "TA0485C", "stopSequence": 26 }, { "arrival": { "time": "1758085337" }, "departure": { "time": "1758085347" }, "stopId": "TA0480C", "stopSequence": 27 }, { "arrival": { "time": "1758085405" }, "departure": { "time": "1758085415" }, "stopId": "TA0010C", "stopSequence": 28 }, { "arrival": { "time": "1758085437" }, "departure": { "time": "1758085447" }, "stopId": "TA4590P", "stopSequence": 29 }, { "arrival": { "time": "1758085515" }, "departure": { "time": "1758085525" }, "stopId": "TA1155P", "stopSequence": 30 }, { "arrival": { "time": "1758085570" }, "departure": { "time": "1758085580" }, "stopId": "TA5180P", "stopSequence": 31 }, { "arrival": { "time": "1758085625" }, "departure": { "time": "1758085635" }, "stopId": "TA9255P", "stopSequence": 32 }, { "arrival": { "time": "1758085685" }, "departure": { "time": "1758085695" }, "stopId": "TA5740P", "stopSequence": 33 }, { "arrival": { "time": "1758085728" }, "departure": { "time": "1758085738" }, "stopId": "TA5750P", "stopSequence": 34 }, { "arrival": { "time": "1758085786" }, "departure": { "time": "1758085796" }, "stopId": "TA5170P", "stopSequence": 35 }, { "arrival": { "time": "1758085854" }, "departure": { "time": "1758085864" }, "stopId": "TA5160P", "stopSequence": 36 }, { "arrival": { "time": "1758085896" }, "departure": { "time": "1758085906" }, "stopId": "TA5760P", "stopSequence": 37 }, { "arrival": { "time": "1758086007" }, "departure": { "time": "1758086017" }, "stopId": "TA5780P", "stopSequence": 38 }, { "arrival": { "time": "1758086080" }, "departure": { "time": "1758086090" }, "stopId": "TA5770P", "stopSequence": 39 }, { "arrival": { "time": "1758086161" }, "departure": { "time": "1758086171" }, "stopId": "TA5150C", "stopSequence": 40 }, { "arrival": { "time": "1758086227" }, "departure": { "time": "1758086237" }, "stopId": "TA5140C", "stopSequence": 41 }, { "arrival": { "time": "1758086315" }, "departure": { "time": "1758086325" }, "stopId": "TA00025C", "stopSequence": 42 }, { "arrival": { "time": "1758086376" }, "departure": { "time": "1758086386" }, "stopId": "TA5130C", "stopSequence": 43 }, { "arrival": { "time": "1758086426" }, "departure": { "time": "1758086436" }, "stopId": "TA5120C", "stopSequence": 44 }, { "arrival": { "time": "1758086465" }, "departure": { "time": "1758086475" }, "stopId": "TA0075C", "stopSequence": 45 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "FLOR", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "520" }, "vehicle": { "id": "zenbus:Vehicle:344570001:LOC" } } }, { "id": "zenbus:Vehicle:358690003:LOC", "vehicle": { "currentStopSequence": 23, "position": { "latitude": -21.369422912597656, "longitude": 55.60384750366211 }, "stopId": "SJ02960C", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "174" }, "vehicle": { "id": "zenbus:Vehicle:358690003:LOC" } } }, { "id": "617", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082799" }, "departure": { "time": "1758082817" }, "stopId": "SJ04380C", "stopSequence": 22 }, { "arrival": { "time": "1758082893" }, "departure": { "time": "1758082941" }, "stopId": "SJ02960C", "stopSequence": 23 }, { "arrival": { "time": "1758082963" }, "departure": { "time": "1758082976" }, "stopId": "SJ04220C", "stopSequence": 24 }, { "arrival": { "time": "1758083011" }, "departure": { "time": "1758083021" }, "stopId": "SJ02970C", "stopSequence": 25 }, { "arrival": { "time": "1758083092" }, "departure": { "time": "1758083102" }, "stopId": "SJ01040C", "stopSequence": 26 }, { "arrival": { "time": "1758083168" }, "departure": { "time": "1758083178" }, "stopId": "SJ04525P", "stopSequence": 27 }, { "arrival": { "time": "1758083187" }, "departure": { "time": "1758083197" }, "stopId": "SJ00060C", "stopSequence": 28 }, { "arrival": { "time": "1758083232" }, "departure": { "time": "1758083242" }, "stopId": "SJ00070C", "stopSequence": 29 }, { "arrival": { "time": "1758083284" }, "departure": { "time": "1758083294" }, "stopId": "SJ00130C", "stopSequence": 30 }, { "arrival": { "time": "1758083339" }, "departure": { "time": "1758083349" }, "stopId": "SJ03920C", "stopSequence": 31 }, { "arrival": { "time": "1758083388" }, "departure": { "time": "1758083398" }, "stopId": "SJ03925C", "stopSequence": 32 }, { "arrival": { "time": "1758083440" }, "departure": { "time": "1758083450" }, "stopId": "SJ0050C", "stopSequence": 33 } ], "timestamp": "1758082869", "trip": { "directionId": 1, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "174" }, "vehicle": { "id": "zenbus:Vehicle:358690003:LOC" } } }, { "id": "zenbus:Vehicle:364610006:LOC", "vehicle": { "currentStopSequence": 23, "position": { "latitude": -21.37377166748047, "longitude": 55.620609283447266 }, "stopId": "SJ04530C", "timestamp": "1758082808", "trip": { "directionId": 0, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "173" }, "vehicle": { "id": "zenbus:Vehicle:364610006:LOC" } } }, { "id": "316", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082672" }, "departure": { "time": "1758082703" }, "stopId": "SJ01660C", "stopSequence": 20 }, { "scheduleRelationship": "SKIPPED", "stopId": "SJ01670C", "stopSequence": 21 }, { "arrival": { "time": "1758082749" }, "departure": { "time": "1758082765" }, "stopId": "SJ04080C", "stopSequence": 22 }, { "arrival": { "time": "1758082832" }, "departure": { "time": "1758082971" }, "stopId": "SJ04530C", "stopSequence": 23 }, { "arrival": { "time": "1758083030" }, "departure": { "time": "1758083070" }, "stopId": "SJ04515C", "stopSequence": 24 }, { "arrival": { "time": "1758083073" }, "departure": { "time": "1758083091" }, "stopId": "SJ03925C", "stopSequence": 25 }, { "arrival": { "time": "1758083136" }, "departure": { "time": "1758083146" }, "stopId": "SJ0050C", "stopSequence": 26 } ], "timestamp": "1758082810", "trip": { "directionId": 0, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "173" }, "vehicle": { "id": "zenbus:Vehicle:364610006:LOC" } } }, { "id": "zenbus:Vehicle:350500007:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 1, "position": { "latitude": -21.379175186157227, "longitude": 55.62197494506836 }, "stopId": "SJ03110C", "timestamp": "1758082865", "trip": { "directionId": 0, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "178" }, "vehicle": { "id": "zenbus:Vehicle:350500007:LOC" } } }, { "id": "173", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082840" }, "departure": { "time": "1758082843" }, "stopId": "SJ0050C", "stopSequence": 0 }, { "arrival": { "time": "1758082856" }, "departure": { "time": "1758082876" }, "stopId": "SJ03110C", "stopSequence": 1 }, { "arrival": { "time": "1758082932" }, "departure": { "time": "1758082942" }, "stopId": "SJ04490C", "stopSequence": 2 }, { "arrival": { "time": "1758083003" }, "departure": { "time": "1758083013" }, "stopId": "SJ04100C", "stopSequence": 3 }, { "arrival": { "time": "1758083091" }, "departure": { "time": "1758083101" }, "stopId": "SJ04105C", "stopSequence": 4 }, { "arrival": { "time": "1758083137" }, "departure": { "time": "1758083147" }, "stopId": "SJ01800P", "stopSequence": 5 }, { "arrival": { "time": "1758083168" }, "departure": { "time": "1758083178" }, "stopId": "SJ01790P", "stopSequence": 6 }, { "arrival": { "time": "1758083215" }, "departure": { "time": "1758083225" }, "stopId": "SJ04495C", "stopSequence": 7 }, { "arrival": { "time": "1758083259" }, "departure": { "time": "1758083269" }, "stopId": "SJ04455C", "stopSequence": 8 }, { "arrival": { "time": "1758083297" }, "departure": { "time": "1758083307" }, "stopId": "SJ02740C", "stopSequence": 9 }, { "arrival": { "time": "1758083341" }, "departure": { "time": "1758083351" }, "stopId": "SJ04500C", "stopSequence": 10 }, { "arrival": { "time": "1758083408" }, "departure": { "time": "1758083418" }, "stopId": "SJ04310P", "stopSequence": 11 }, { "arrival": { "time": "1758083456" }, "departure": { "time": "1758083466" }, "stopId": "SJ04505P", "stopSequence": 12 }, { "arrival": { "time": "1758083483" }, "departure": { "time": "1758083493" }, "stopId": "SJ04370P", "stopSequence": 13 }, { "arrival": { "time": "1758083553" }, "departure": { "time": "1758083563" }, "stopId": "SJ04590C", "stopSequence": 14 }, { "arrival": { "time": "1758083599" }, "departure": { "time": "1758083609" }, "stopId": "SJ04595C", "stopSequence": 15 }, { "arrival": { "time": "1758083655" }, "departure": { "time": "1758083665" }, "stopId": "SJ04600C", "stopSequence": 16 }, { "arrival": { "time": "1758083706" }, "departure": { "time": "1758083716" }, "stopId": "SJ04485P", "stopSequence": 17 }, { "arrival": { "time": "1758083765" }, "departure": { "time": "1758083775" }, "stopId": "SJ04510P", "stopSequence": 18 }, { "arrival": { "time": "1758083903" }, "departure": { "time": "1758083913" }, "stopId": "SJ04460C", "stopSequence": 19 }, { "arrival": { "time": "1758083972" }, "departure": { "time": "1758083982" }, "stopId": "SJ01660C", "stopSequence": 20 }, { "arrival": { "time": "1758084015" }, "departure": { "time": "1758084025" }, "stopId": "SJ01670C", "stopSequence": 21 }, { "arrival": { "time": "1758084078" }, "departure": { "time": "1758084088" }, "stopId": "SJ04080C", "stopSequence": 22 }, { "arrival": { "time": "1758084156" }, "departure": { "time": "1758084166" }, "stopId": "SJ04530C", "stopSequence": 23 }, { "arrival": { "time": "1758084225" }, "departure": { "time": "1758084235" }, "stopId": "SJ04515C", "stopSequence": 24 }, { "arrival": { "time": "1758084268" }, "departure": { "time": "1758084278" }, "stopId": "SJ03925C", "stopSequence": 25 }, { "arrival": { "time": "1758084331" }, "departure": { "time": "1758084341" }, "stopId": "SJ0050C", "stopSequence": 26 } ], "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "GECK", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "178" }, "vehicle": { "id": "zenbus:Vehicle:350500007:LOC" } } }, { "id": "zenbus:Vehicle:375020002:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": -21.248607635498047, "longitude": 55.4654541015625 }, "stopId": "ED0600C", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "GERA", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:25:00", "tripId": "345" }, "vehicle": { "id": "zenbus:Vehicle:375020002:LOC" } } }, { "id": "371", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082832" }, "departure": { "time": "1758083100" }, "stopId": "ED0600C", "stopSequence": 0 }, { "arrival": { "time": "1758083116" }, "departure": { "time": "1758083126" }, "stopId": "ED0085P", "stopSequence": 1 }, { "arrival": { "time": "1758083148" }, "departure": { "time": "1758083158" }, "stopId": "ED555P", "stopSequence": 2 }, { "arrival": { "time": "1758083187" }, "departure": { "time": "1758083197" }, "stopId": "ED 0010C", "stopSequence": 3 }, { "arrival": { "time": "1758083223" }, "departure": { "time": "1758083233" }, "stopId": "ED0015P", "stopSequence": 4 }, { "arrival": { "time": "1758083255" }, "departure": { "time": "1758083265" }, "stopId": "ED0020P", "stopSequence": 5 }, { "arrival": { "time": "1758083281" }, "departure": { "time": "1758083291" }, "stopId": "ED0025P", "stopSequence": 6 }, { "arrival": { "time": "1758083319" }, "departure": { "time": "1758083329" }, "stopId": "ED0030P", "stopSequence": 7 }, { "arrival": { "time": "1758083352" }, "departure": { "time": "1758083362" }, "stopId": "ED0035P", "stopSequence": 8 }, { "arrival": { "time": "1758083381" }, "departure": { "time": "1758083391" }, "stopId": "ED0515P", "stopSequence": 9 }, { "arrival": { "time": "1758083404" }, "departure": { "time": "1758083414" }, "stopId": "ED0045C", "stopSequence": 10 }, { "arrival": { "time": "1758083433" }, "departure": { "time": "1758083443" }, "stopId": "ED0050C", "stopSequence": 11 }, { "arrival": { "time": "1758083462" }, "departure": { "time": "1758083472" }, "stopId": "ED0055C", "stopSequence": 12 }, { "arrival": { "time": "1758083495" }, "departure": { "time": "1758083505" }, "stopId": "ED0060C", "stopSequence": 13 }, { "arrival": { "time": "1758083527" }, "departure": { "time": "1758083537" }, "stopId": "ED0065C", "stopSequence": 14 }, { "arrival": { "time": "1758083561" }, "departure": { "time": "1758083571" }, "stopId": "ED0610C", "stopSequence": 15 }, { "arrival": { "time": "1758083588" }, "departure": { "time": "1758083598" }, "stopId": "ED 0010C", "stopSequence": 16 }, { "arrival": { "time": "1758083621" }, "departure": { "time": "1758083631" }, "stopId": "ED555C", "stopSequence": 17 }, { "arrival": { "time": "1758083656" }, "departure": { "time": "1758083666" }, "stopId": "ED0085C", "stopSequence": 18 }, { "arrival": { "time": "1758083692" }, "departure": { "time": "1758083702" }, "stopId": "ED0090C", "stopSequence": 19 }, { "arrival": { "time": "1758083728" }, "departure": { "time": "1758083738" }, "stopId": "ED0100C", "stopSequence": 20 }, { "arrival": { "time": "1758083759" }, "departure": { "time": "1758083769" }, "stopId": "ED0105C", "stopSequence": 21 }, { "arrival": { "time": "1758083788" }, "departure": { "time": "1758083798" }, "stopId": "ED0110C", "stopSequence": 22 }, { "arrival": { "time": "1758083820" }, "departure": { "time": "1758083830" }, "stopId": "ED0115C", "stopSequence": 23 }, { "arrival": { "time": "1758083867" }, "departure": { "time": "1758083877" }, "stopId": "ED0120C", "stopSequence": 24 }, { "arrival": { "time": "1758083901" }, "departure": { "time": "1758083911" }, "stopId": "ED0125C", "stopSequence": 25 }, { "arrival": { "time": "1758083934" }, "departure": { "time": "1758083944" }, "stopId": "ED0130C", "stopSequence": 26 }, { "arrival": { "time": "1758083974" }, "departure": { "time": "1758083984" }, "stopId": "ED0135C", "stopSequence": 27 }, { "arrival": { "time": "1758084007" }, "departure": { "time": "1758084017" }, "stopId": "ED0140C", "stopSequence": 28 }, { "arrival": { "time": "1758084037" }, "departure": { "time": "1758084047" }, "stopId": "ED0145C", "stopSequence": 29 }, { "arrival": { "time": "1758084068" }, "departure": { "time": "1758084078" }, "stopId": "ED0150C", "stopSequence": 30 }, { "arrival": { "time": "1758084105" }, "departure": { "time": "1758084115" }, "stopId": "ED0155C", "stopSequence": 31 }, { "arrival": { "time": "1758084131" }, "departure": { "time": "1758084141" }, "stopId": "ED0160C", "stopSequence": 32 }, { "arrival": { "time": "1758084156" }, "departure": { "time": "1758084166" }, "stopId": "ED0165C", "stopSequence": 33 }, { "arrival": { "time": "1758084183" }, "departure": { "time": "1758084193" }, "stopId": "ED0170C", "stopSequence": 34 }, { "arrival": { "time": "1758084211" }, "departure": { "time": "1758084221" }, "stopId": "ED0175C", "stopSequence": 35 }, { "arrival": { "time": "1758084249" }, "departure": { "time": "1758084259" }, "stopId": "ED0180C", "stopSequence": 36 }, { "arrival": { "time": "1758084276" }, "departure": { "time": "1758084286" }, "stopId": "ED0185C", "stopSequence": 37 }, { "arrival": { "time": "1758084310" }, "departure": { "time": "1758084320" }, "stopId": "ED0190C", "stopSequence": 38 }, { "arrival": { "time": "1758084349" }, "departure": { "time": "1758084359" }, "stopId": "ED0125P", "stopSequence": 39 }, { "arrival": { "time": "1758084381" }, "departure": { "time": "1758084391" }, "stopId": "ED0120P", "stopSequence": 40 }, { "arrival": { "time": "1758084430" }, "departure": { "time": "1758084440" }, "stopId": "ED0115P", "stopSequence": 41 }, { "arrival": { "time": "1758084464" }, "departure": { "time": "1758084474" }, "stopId": "ED0110P", "stopSequence": 42 }, { "arrival": { "time": "1758084491" }, "departure": { "time": "1758084501" }, "stopId": "ED0095P", "stopSequence": 43 }, { "arrival": { "time": "1758084530" }, "departure": { "time": "1758084540" }, "stopId": "ED0090P", "stopSequence": 44 }, { "arrival": { "time": "1758084567" }, "departure": { "time": "1758084577" }, "stopId": "ED0600C", "stopSequence": 45 }, { "arrival": { "time": "1758084593" }, "departure": { "time": "1758084603" }, "stopId": "ED0085P", "stopSequence": 46 }, { "arrival": { "time": "1758084625" }, "departure": { "time": "1758084635" }, "stopId": "ED555P", "stopSequence": 47 }, { "arrival": { "time": "1758084664" }, "departure": { "time": "1758084674" }, "stopId": "ED 0010C", "stopSequence": 48 }, { "arrival": { "time": "1758084697" }, "departure": { "time": "1758084707" }, "stopId": "ED555C", "stopSequence": 49 }, { "arrival": { "time": "1758084731" }, "departure": { "time": "1758084741" }, "stopId": "ED0085C", "stopSequence": 50 }, { "arrival": { "time": "1758084762" }, "departure": { "time": "1758084772" }, "stopId": "ED0600C", "stopSequence": 51 } ], "timestamp": "1758082869", "trip": { "directionId": 1, "routeId": "GERA", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:25:00", "tripId": "345" }, "vehicle": { "id": "zenbus:Vehicle:375020002:LOC" } } }, { "id": "zenbus:Vehicle:366280004:LOC", "vehicle": { "currentStopSequence": 12, "position": { "latitude": -21.284387588500977, "longitude": 55.468109130859375 }, "stopId": "01010P", "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "STA", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "343" }, "vehicle": { "id": "zenbus:Vehicle:366280004:LOC" } } }, { "id": "800", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082817" }, "departure": { "time": "1758082835" }, "stopId": "04270P", "stopSequence": 10 }, { "arrival": { "time": "1758082859" }, "departure": { "time": "1758082866" }, "stopId": "04260P", "stopSequence": 11 }, { "arrival": { "time": "1758082945" }, "departure": { "time": "1758082955" }, "stopId": "01010P", "stopSequence": 12 }, { "arrival": { "time": "1758083013" }, "departure": { "time": "1758083023" }, "stopId": "01020C", "stopSequence": 13 }, { "arrival": { "time": "1758083046" }, "departure": { "time": "1758083056" }, "stopId": "03010C", "stopSequence": 14 }, { "arrival": { "time": "1758083232" }, "departure": { "time": "1758083242" }, "stopId": "04360P", "stopSequence": 15 }, { "arrival": { "time": "1758083374" }, "departure": { "time": "1758083384" }, "stopId": "04381P", "stopSequence": 16 }, { "arrival": { "time": "1758083722" }, "departure": { "time": "1758083732" }, "stopId": "ED0350C", "stopSequence": 17 }, { "arrival": { "time": "1758083761" }, "departure": { "time": "1758083771" }, "stopId": "TA1420C", "stopSequence": 18 }, { "arrival": { "time": "1758083842" }, "departure": { "time": "1758083852" }, "stopId": "TA1430C", "stopSequence": 19 }, { "arrival": { "time": "1758083901" }, "departure": { "time": "1758083911" }, "stopId": "TA1440C", "stopSequence": 20 }, { "arrival": { "time": "1758083960" }, "departure": { "time": "1758083970" }, "stopId": "TA1455C", "stopSequence": 21 }, { "arrival": { "time": "1758084039" }, "departure": { "time": "1758084049" }, "stopId": "TA1270C", "stopSequence": 22 }, { "arrival": { "time": "1758084115" }, "departure": { "time": "1758084125" }, "stopId": "ED0380C", "stopSequence": 23 }, { "arrival": { "time": "1758084174" }, "departure": { "time": "1758084184" }, "stopId": "TA1460C", "stopSequence": 24 }, { "arrival": { "time": "1758084286" }, "departure": { "time": "1758084296" }, "stopId": "TA0180C", "stopSequence": 25 }, { "arrival": { "time": "1758084347" }, "departure": { "time": "1758084357" }, "stopId": "TA0075C", "stopSequence": 26 }, { "arrival": { "time": "1758084464" }, "departure": { "time": "1758084474" }, "stopId": "TA4570C", "stopSequence": 27 }, { "arrival": { "time": "1758084509" }, "departure": { "time": "1758084519" }, "stopId": "TA1495C", "stopSequence": 28 }, { "arrival": { "time": "1758084576" }, "departure": { "time": "1758084586" }, "stopId": "TA1505C", "stopSequence": 29 }, { "arrival": { "time": "1758084675" }, "departure": { "time": "1758084685" }, "stopId": "02004C", "stopSequence": 30 }, { "arrival": { "time": "1758084730" }, "departure": { "time": "1758084740" }, "stopId": "TA0290C", "stopSequence": 31 }, { "arrival": { "time": "1758084798" }, "departure": { "time": "1758084808" }, "stopId": "TA0001C", "stopSequence": 32 }, { "arrival": { "time": "1758084849" }, "departure": { "time": "1758084859" }, "stopId": "TA00021C", "stopSequence": 33 } ], "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "STA", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "343" }, "vehicle": { "id": "zenbus:Vehicle:366280004:LOC" } } }, { "id": "zenbus:Vehicle:366280008:LOC", "vehicle": { "currentStopSequence": 20, "position": { "latitude": -21.314651489257812, "longitude": 55.49330139160156 }, "stopId": "01170P", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "STC", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "06:50:00", "tripId": "155" }, "vehicle": { "id": "zenbus:Vehicle:366280008:LOC" } } }, { "id": "377", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082920" }, "departure": { "time": "1758082930" }, "stopId": "01170P", "stopSequence": 20 }, { "arrival": { "time": "1758082981" }, "departure": { "time": "1758082991" }, "stopId": "01160P", "stopSequence": 21 }, { "arrival": { "time": "1758083023" }, "departure": { "time": "1758083033" }, "stopId": "18160P", "stopSequence": 22 }, { "arrival": { "time": "1758083073" }, "departure": { "time": "1758083083" }, "stopId": "02110P", "stopSequence": 23 }, { "arrival": { "time": "1758083105" }, "departure": { "time": "1758083115" }, "stopId": "02100P", "stopSequence": 24 }, { "arrival": { "time": "1758083147" }, "departure": { "time": "1758083157" }, "stopId": "02090P", "stopSequence": 25 }, { "arrival": { "time": "1758083182" }, "departure": { "time": "1758083192" }, "stopId": "02080P", "stopSequence": 26 }, { "arrival": { "time": "1758083226" }, "departure": { "time": "1758083236" }, "stopId": "02070P", "stopSequence": 27 }, { "arrival": { "time": "1758083287" }, "departure": { "time": "1758083297" }, "stopId": "02060P", "stopSequence": 28 }, { "arrival": { "time": "1758083336" }, "departure": { "time": "1758083346" }, "stopId": "02050P", "stopSequence": 29 }, { "arrival": { "time": "1758083384" }, "departure": { "time": "1758083394" }, "stopId": "02040P", "stopSequence": 30 }, { "arrival": { "time": "1758083409" }, "departure": { "time": "1758083419" }, "stopId": "TA12000C", "stopSequence": 31 }, { "arrival": { "time": "1758083443" }, "departure": { "time": "1758083453" }, "stopId": "TA4930C", "stopSequence": 32 }, { "arrival": { "time": "1758083475" }, "departure": { "time": "1758083485" }, "stopId": "TA11995C", "stopSequence": 33 }, { "arrival": { "time": "1758083524" }, "departure": { "time": "1758083534" }, "stopId": "TA00100C", "stopSequence": 34 }, { "arrival": { "time": "1758083582" }, "departure": { "time": "1758083592" }, "stopId": "TA9465C", "stopSequence": 35 }, { "arrival": { "time": "1758083626" }, "departure": { "time": "1758083636" }, "stopId": "TA00110C", "stopSequence": 36 }, { "arrival": { "time": "1758083671" }, "departure": { "time": "1758083681" }, "stopId": "TA0005C", "stopSequence": 37 }, { "arrival": { "time": "1758083722" }, "departure": { "time": "1758083732" }, "stopId": "TA1075P", "stopSequence": 38 }, { "arrival": { "time": "1758083786" }, "departure": { "time": "1758083796" }, "stopId": "TA1070P", "stopSequence": 39 }, { "arrival": { "time": "1758083850" }, "departure": { "time": "1758083860" }, "stopId": "TA1085P", "stopSequence": 40 }, { "arrival": { "time": "1758083912" }, "departure": { "time": "1758083922" }, "stopId": "TA0145P", "stopSequence": 41 }, { "arrival": { "time": "1758083989" }, "departure": { "time": "1758083999" }, "stopId": "02004C", "stopSequence": 42 }, { "arrival": { "time": "1758084032" }, "departure": { "time": "1758084042" }, "stopId": "TA0290C", "stopSequence": 43 }, { "arrival": { "time": "1758084145" }, "departure": { "time": "1758084155" }, "stopId": "TA00041C", "stopSequence": 44 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "STC", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "06:50:00", "tripId": "155" }, "vehicle": { "id": "zenbus:Vehicle:366280008:LOC" } } }, { "id": "zenbus:Vehicle:352560001:LOC", "vehicle": { "currentStopSequence": 14, "position": { "latitude": -21.353675842285156, "longitude": 55.51435852050781 }, "stopId": "02160C", "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "STC", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:55:00", "tripId": "171" }, "vehicle": { "id": "zenbus:Vehicle:352560001:LOC" } } }, { "id": "155", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082635" }, "departure": { "time": "1758082646" }, "stopId": "PE21020C", "stopSequence": 13 }, { "arrival": { "time": "1758083120" }, "departure": { "time": "1758083325" }, "stopId": "02160C", "stopSequence": 14 }, { "arrival": { "time": "1758083456" }, "departure": { "time": "1758083493" }, "stopId": "02167C", "stopSequence": 15 }, { "arrival": { "time": "1758083879" }, "departure": { "time": "1758083889" }, "stopId": "01900C", "stopSequence": 16 }, { "arrival": { "time": "1758084163" }, "departure": { "time": "1758084173" }, "stopId": "05020C", "stopSequence": 17 }, { "arrival": { "time": "1758084242" }, "departure": { "time": "1758084252" }, "stopId": "01295C", "stopSequence": 18 }, { "arrival": { "time": "1758084303" }, "departure": { "time": "1758084313" }, "stopId": "05020P", "stopSequence": 19 }, { "arrival": { "time": "1758084889" }, "departure": { "time": "1758084899" }, "stopId": "01170P", "stopSequence": 20 }, { "arrival": { "time": "1758084949" }, "departure": { "time": "1758084959" }, "stopId": "01160P", "stopSequence": 21 }, { "arrival": { "time": "1758084990" }, "departure": { "time": "1758085000" }, "stopId": "18160P", "stopSequence": 22 }, { "arrival": { "time": "1758085040" }, "departure": { "time": "1758085050" }, "stopId": "02110P", "stopSequence": 23 }, { "arrival": { "time": "1758085071" }, "departure": { "time": "1758085081" }, "stopId": "02100P", "stopSequence": 24 }, { "arrival": { "time": "1758085113" }, "departure": { "time": "1758085123" }, "stopId": "02090P", "stopSequence": 25 }, { "arrival": { "time": "1758085147" }, "departure": { "time": "1758085157" }, "stopId": "02080P", "stopSequence": 26 }, { "arrival": { "time": "1758085191" }, "departure": { "time": "1758085201" }, "stopId": "02070P", "stopSequence": 27 }, { "arrival": { "time": "1758085250" }, "departure": { "time": "1758085260" }, "stopId": "02060P", "stopSequence": 28 }, { "arrival": { "time": "1758085299" }, "departure": { "time": "1758085309" }, "stopId": "02050P", "stopSequence": 29 }, { "arrival": { "time": "1758085346" }, "departure": { "time": "1758085356" }, "stopId": "02040P", "stopSequence": 30 }, { "arrival": { "time": "1758085370" }, "departure": { "time": "1758085380" }, "stopId": "TA12000C", "stopSequence": 31 }, { "arrival": { "time": "1758085404" }, "departure": { "time": "1758085414" }, "stopId": "TA4930C", "stopSequence": 32 }, { "arrival": { "time": "1758085436" }, "departure": { "time": "1758085446" }, "stopId": "TA11995C", "stopSequence": 33 }, { "arrival": { "time": "1758085483" }, "departure": { "time": "1758085493" }, "stopId": "TA00100C", "stopSequence": 34 }, { "arrival": { "time": "1758085540" }, "departure": { "time": "1758085550" }, "stopId": "TA9465C", "stopSequence": 35 }, { "arrival": { "time": "1758085583" }, "departure": { "time": "1758085593" }, "stopId": "TA00110C", "stopSequence": 36 }, { "arrival": { "time": "1758085628" }, "departure": { "time": "1758085638" }, "stopId": "TA0005C", "stopSequence": 37 }, { "arrival": { "time": "1758085678" }, "departure": { "time": "1758085688" }, "stopId": "TA1075P", "stopSequence": 38 }, { "arrival": { "time": "1758085740" }, "departure": { "time": "1758085750" }, "stopId": "TA1070P", "stopSequence": 39 }, { "arrival": { "time": "1758085802" }, "departure": { "time": "1758085812" }, "stopId": "TA1085P", "stopSequence": 40 }, { "arrival": { "time": "1758085863" }, "departure": { "time": "1758085873" }, "stopId": "TA0145P", "stopSequence": 41 }, { "arrival": { "time": "1758085939" }, "departure": { "time": "1758085949" }, "stopId": "02004C", "stopSequence": 42 }, { "arrival": { "time": "1758085981" }, "departure": { "time": "1758085991" }, "stopId": "TA0290C", "stopSequence": 43 }, { "arrival": { "time": "1758086091" }, "departure": { "time": "1758086101" }, "stopId": "TA00041C", "stopSequence": 44 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "STC", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:55:00", "tripId": "171" }, "vehicle": { "id": "zenbus:Vehicle:352560001:LOC" } } }, { "id": "zenbus:Vehicle:366280007:LOC", "vehicle": { "currentStopSequence": 22, "position": { "latitude": -21.358699798583984, "longitude": 55.768287658691406 }, "stopId": "PH00190P", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "STD", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "951" }, "vehicle": { "id": "zenbus:Vehicle:366280007:LOC" } } }, { "id": "304", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082812" }, "departure": { "time": "1758082859" }, "stopId": "PH00700C", "stopSequence": 21 }, { "arrival": { "time": "1758082919" }, "departure": { "time": "1758082929" }, "stopId": "PH00190P", "stopSequence": 22 }, { "arrival": { "time": "1758082961" }, "departure": { "time": "1758082971" }, "stopId": "PH00480P", "stopSequence": 23 }, { "arrival": { "time": "1758082999" }, "departure": { "time": "1758083009" }, "stopId": "PH00200P", "stopSequence": 24 }, { "arrival": { "time": "1758083040" }, "departure": { "time": "1758083050" }, "stopId": "PH00400P", "stopSequence": 25 }, { "arrival": { "time": "1758083071" }, "departure": { "time": "1758083081" }, "stopId": "PH00210P", "stopSequence": 26 }, { "arrival": { "time": "1758083153" }, "departure": { "time": "1758083163" }, "stopId": "PH00220P", "stopSequence": 27 }, { "arrival": { "time": "1758083215" }, "departure": { "time": "1758083225" }, "stopId": "PH00230P", "stopSequence": 28 }, { "arrival": { "time": "1758083259" }, "departure": { "time": "1758083269" }, "stopId": "PH00240P", "stopSequence": 29 }, { "arrival": { "time": "1758083302" }, "departure": { "time": "1758083312" }, "stopId": "PH00250P", "stopSequence": 30 }, { "arrival": { "time": "1758083331" }, "departure": { "time": "1758083341" }, "stopId": "PH00260P", "stopSequence": 31 }, { "arrival": { "time": "1758083379" }, "departure": { "time": "1758083389" }, "stopId": "PH00270P", "stopSequence": 32 }, { "arrival": { "time": "1758083427" }, "departure": { "time": "1758083437" }, "stopId": "PH00280P", "stopSequence": 33 }, { "arrival": { "time": "1758083462" }, "departure": { "time": "1758083472" }, "stopId": "PH00290P", "stopSequence": 34 }, { "arrival": { "time": "1758083508" }, "departure": { "time": "1758083518" }, "stopId": "PH00300P", "stopSequence": 35 }, { "arrival": { "time": "1758083551" }, "departure": { "time": "1758083561" }, "stopId": "PH00310P", "stopSequence": 36 }, { "arrival": { "time": "1758083740" }, "departure": { "time": "1758083750" }, "stopId": "SJ03220P", "stopSequence": 37 }, { "arrival": { "time": "1758083792" }, "departure": { "time": "1758083802" }, "stopId": "PH00490P", "stopSequence": 38 }, { "arrival": { "time": "1758083828" }, "departure": { "time": "1758083838" }, "stopId": "SJ02700P", "stopSequence": 39 }, { "arrival": { "time": "1758083857" }, "departure": { "time": "1758083867" }, "stopId": "SJ02710P", "stopSequence": 40 }, { "arrival": { "time": "1758083903" }, "departure": { "time": "1758083913" }, "stopId": "SJ02720P", "stopSequence": 41 }, { "arrival": { "time": "1758083959" }, "departure": { "time": "1758083969" }, "stopId": "SJ02360P", "stopSequence": 42 }, { "arrival": { "time": "1758084003" }, "departure": { "time": "1758084013" }, "stopId": "SJ02370P", "stopSequence": 44 }, { "arrival": { "time": "1758084042" }, "departure": { "time": "1758084052" }, "stopId": "SJ02380P", "stopSequence": 45 }, { "arrival": { "time": "1758084085" }, "departure": { "time": "1758084095" }, "stopId": "SJ02390P", "stopSequence": 46 }, { "arrival": { "time": "1758084150" }, "departure": { "time": "1758084160" }, "stopId": "SJ02400P", "stopSequence": 47 }, { "arrival": { "time": "1758084194" }, "departure": { "time": "1758084204" }, "stopId": "SJ02140P", "stopSequence": 48 }, { "arrival": { "time": "1758084238" }, "departure": { "time": "1758084248" }, "stopId": "SJ02060P", "stopSequence": 49 }, { "arrival": { "time": "1758084310" }, "departure": { "time": "1758084320" }, "stopId": "SJ02080P", "stopSequence": 50 }, { "arrival": { "time": "1758084372" }, "departure": { "time": "1758084382" }, "stopId": "SJ02090P", "stopSequence": 51 }, { "arrival": { "time": "1758084413" }, "departure": { "time": "1758084423" }, "stopId": "SJ02100P", "stopSequence": 52 }, { "arrival": { "time": "1758084455" }, "departure": { "time": "1758084465" }, "stopId": "SJ02110P", "stopSequence": 53 }, { "arrival": { "time": "1758084502" }, "departure": { "time": "1758084512" }, "stopId": "SJ04490P", "stopSequence": 54 }, { "arrival": { "time": "1758084537" }, "departure": { "time": "1758084547" }, "stopId": "SJ03110P", "stopSequence": 55 }, { "arrival": { "time": "1758084570" }, "departure": { "time": "1758084580" }, "stopId": "SJ0050C", "stopSequence": 56 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "STD", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "951" }, "vehicle": { "id": "zenbus:Vehicle:366280007:LOC" } } }, { "id": "zenbus:Vehicle:342430004:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 57, "position": { "latitude": -21.27263832092285, "longitude": 55.55140686035156 }, "stopId": "TA5030C", "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "T01A", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "660" }, "vehicle": { "id": "zenbus:Vehicle:342430004:LOC" } } }, { "id": "960", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082741" }, "departure": { "time": "1758082768" }, "stopId": "TA5040C", "stopSequence": 54 }, { "arrival": { "time": "1758082777" }, "departure": { "time": "1758082793" }, "stopId": "TA0405C", "stopSequence": 55 }, { "arrival": { "time": "1758082804" }, "departure": { "time": "1758082809" }, "stopId": "TA0410C", "stopSequence": 56 }, { "arrival": { "time": "1758082848" }, "departure": { "time": "1758082929" }, "stopId": "TA5030C", "stopSequence": 57 }, { "arrival": { "time": "1758082948" }, "departure": { "time": "1758082969" }, "stopId": "TA5020C", "stopSequence": 58 }, { "arrival": { "time": "1758082979" }, "departure": { "time": "1758082989" }, "stopId": "TA0420C", "stopSequence": 59 }, { "arrival": { "time": "1758083022" }, "departure": { "time": "1758083032" }, "stopId": "TA0425C", "stopSequence": 60 }, { "arrival": { "time": "1758083062" }, "departure": { "time": "1758083072" }, "stopId": "TA0430C", "stopSequence": 61 }, { "arrival": { "time": "1758083093" }, "departure": { "time": "1758083103" }, "stopId": "TA0435C", "stopSequence": 62 }, { "arrival": { "time": "1758083133" }, "departure": { "time": "1758083143" }, "stopId": "TA0015C", "stopSequence": 63 }, { "arrival": { "time": "1758083165" }, "departure": { "time": "1758083175" }, "stopId": "TA5070C", "stopSequence": 64 }, { "arrival": { "time": "1758083200" }, "departure": { "time": "1758083210" }, "stopId": "TA0440C", "stopSequence": 65 }, { "arrival": { "time": "1758083233" }, "departure": { "time": "1758083243" }, "stopId": "TA5080C", "stopSequence": 66 }, { "arrival": { "time": "1758083263" }, "departure": { "time": "1758083273" }, "stopId": "TA0450C", "stopSequence": 67 }, { "arrival": { "time": "1758083291" }, "departure": { "time": "1758083301" }, "stopId": "TA0455C", "stopSequence": 68 }, { "arrival": { "time": "1758083336" }, "departure": { "time": "1758083346" }, "stopId": "TA0460C", "stopSequence": 69 }, { "arrival": { "time": "1758083400" }, "departure": { "time": "1758083410" }, "stopId": "TA0465C", "stopSequence": 70 }, { "arrival": { "time": "1758083428" }, "departure": { "time": "1758083438" }, "stopId": "TA0470C", "stopSequence": 71 }, { "arrival": { "time": "1758083479" }, "departure": { "time": "1758083489" }, "stopId": "TA5090C", "stopSequence": 72 }, { "arrival": { "time": "1758083525" }, "departure": { "time": "1758083535" }, "stopId": "TA0475C", "stopSequence": 73 }, { "arrival": { "time": "1758083558" }, "departure": { "time": "1758083568" }, "stopId": "TA0485C", "stopSequence": 74 }, { "arrival": { "time": "1758083615" }, "departure": { "time": "1758083625" }, "stopId": "TA0480C", "stopSequence": 75 }, { "arrival": { "time": "1758083662" }, "departure": { "time": "1758083672" }, "stopId": "TA0010C", "stopSequence": 76 }, { "arrival": { "time": "1758083692" }, "departure": { "time": "1758083702" }, "stopId": "TA0380C", "stopSequence": 77 }, { "arrival": { "time": "1758083770" }, "departure": { "time": "1758083780" }, "stopId": "TA0385C", "stopSequence": 78 }, { "arrival": { "time": "1758083815" }, "departure": { "time": "1758083825" }, "stopId": "TA4950C", "stopSequence": 79 }, { "arrival": { "time": "1758083859" }, "departure": { "time": "1758083869" }, "stopId": "TA00050C", "stopSequence": 80 }, { "arrival": { "time": "1758083926" }, "departure": { "time": "1758083936" }, "stopId": "TA4940C", "stopSequence": 81 }, { "arrival": { "time": "1758083968" }, "departure": { "time": "1758083978" }, "stopId": "TA2305C", "stopSequence": 82 }, { "arrival": { "time": "1758084064" }, "departure": { "time": "1758084074" }, "stopId": "TA1075P", "stopSequence": 83 }, { "arrival": { "time": "1758084126" }, "departure": { "time": "1758084136" }, "stopId": "TA1070P", "stopSequence": 84 }, { "arrival": { "time": "1758084189" }, "departure": { "time": "1758084199" }, "stopId": "TA1085P", "stopSequence": 85 }, { "arrival": { "time": "1758084283" }, "departure": { "time": "1758084293" }, "stopId": "TA0001C", "stopSequence": 86 }, { "arrival": { "time": "1758084331" }, "departure": { "time": "1758084341" }, "stopId": "TA00036C", "stopSequence": 87 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "T01A", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "660" }, "vehicle": { "id": "zenbus:Vehicle:342430004:LOC" } } }, { "id": "zenbus:Vehicle:366280003:LOC", "vehicle": { "currentStopSequence": 27, "position": { "latitude": -21.273468017578125, "longitude": 55.55044174194336 }, "stopId": "TA5020P", "timestamp": "1758082866", "trip": { "directionId": 1, "routeId": "T01B", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "667" }, "vehicle": { "id": "zenbus:Vehicle:366280003:LOC" } } }, { "id": "807", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082571" }, "departure": { "time": "1758082611" }, "stopId": "TA0460P", "stopSequence": 16 }, { "arrival": { "time": "1758082638" }, "departure": { "time": "1758082664" }, "stopId": "TA0455P", "stopSequence": 17 }, { "scheduleRelationship": "SKIPPED", "stopId": "TA0450P", "stopSequence": 18 }, { "arrival": { "time": "1758082681" }, "departure": { "time": "1758082712" }, "stopId": "TA5080P", "stopSequence": 19 }, { "scheduleRelationship": "SKIPPED", "stopId": "TA0440P", "stopSequence": 20 }, { "arrival": { "time": "1758082731" }, "departure": { "time": "1758082748" }, "stopId": "TA5070P", "stopSequence": 21 }, { "scheduleRelationship": "SKIPPED", "stopId": "TA0015P", "stopSequence": 22 }, { "arrival": { "time": "1758082782" }, "departure": { "time": "1758082800" }, "stopId": "TA0435P", "stopSequence": 23 }, { "scheduleRelationship": "SKIPPED", "stopId": "TA0430P", "stopSequence": 24 }, { "arrival": { "time": "1758082814" }, "departure": { "time": "1758082834" }, "stopId": "TA0425P", "stopSequence": 25 }, { "arrival": { "time": "1758082840" }, "departure": { "time": "1758082862" }, "stopId": "TA0420P", "stopSequence": 26 }, { "arrival": { "time": "1758082873" }, "departure": { "time": "1758083051" }, "stopId": "TA5020P", "stopSequence": 27 }, { "arrival": { "time": "1758083074" }, "departure": { "time": "1758083152" }, "stopId": "TA5030P", "stopSequence": 28 }, { "arrival": { "time": "1758083116" }, "departure": { "time": "1758083173" }, "stopId": "TA0410P", "stopSequence": 29 }, { "arrival": { "time": "1758083157" }, "departure": { "time": "1758083193" }, "stopId": "TA0405P", "stopSequence": 30 }, { "arrival": { "time": "1758083187" }, "departure": { "time": "1758083208" }, "stopId": "TA5040P", "stopSequence": 31 }, { "arrival": { "time": "1758083247" }, "departure": { "time": "1758083257" }, "stopId": "TA5050P", "stopSequence": 32 }, { "arrival": { "time": "1758083295" }, "departure": { "time": "1758083305" }, "stopId": "TA0400P", "stopSequence": 33 }, { "arrival": { "time": "1758083345" }, "departure": { "time": "1758083355" }, "stopId": "TA4220C", "stopSequence": 34 }, { "arrival": { "time": "1758083397" }, "departure": { "time": "1758083407" }, "stopId": "TA0400C", "stopSequence": 48 }, { "arrival": { "time": "1758083445" }, "departure": { "time": "1758083455" }, "stopId": "TA5050C", "stopSequence": 49 }, { "arrival": { "time": "1758083504" }, "departure": { "time": "1758083514" }, "stopId": "TA5040C", "stopSequence": 50 }, { "arrival": { "time": "1758083537" }, "departure": { "time": "1758083547" }, "stopId": "TA0405C", "stopSequence": 51 }, { "arrival": { "time": "1758083576" }, "departure": { "time": "1758083586" }, "stopId": "TA0410C", "stopSequence": 52 }, { "arrival": { "time": "1758083620" }, "departure": { "time": "1758083630" }, "stopId": "TA5030C", "stopSequence": 53 }, { "arrival": { "time": "1758083649" }, "departure": { "time": "1758083659" }, "stopId": "TA5020C", "stopSequence": 54 }, { "arrival": { "time": "1758083679" }, "departure": { "time": "1758083689" }, "stopId": "TA0420C", "stopSequence": 55 }, { "arrival": { "time": "1758083722" }, "departure": { "time": "1758083732" }, "stopId": "TA4420P", "stopSequence": 56 }, { "arrival": { "time": "1758083750" }, "departure": { "time": "1758083760" }, "stopId": "TA5010P", "stopSequence": 57 }, { "arrival": { "time": "1758083766" }, "departure": { "time": "1758083776" }, "stopId": "TA5010C", "stopSequence": 58 }, { "arrival": { "time": "1758083797" }, "departure": { "time": "1758083807" }, "stopId": "TA4420C", "stopSequence": 59 }, { "arrival": { "time": "1758083828" }, "departure": { "time": "1758083838" }, "stopId": "TA5000C", "stopSequence": 60 }, { "arrival": { "time": "1758083860" }, "departure": { "time": "1758083870" }, "stopId": "TA3190C", "stopSequence": 61 }, { "arrival": { "time": "1758083903" }, "departure": { "time": "1758083913" }, "stopId": "TA3170C", "stopSequence": 62 }, { "arrival": { "time": "1758083933" }, "departure": { "time": "1758083943" }, "stopId": "TA4990C", "stopSequence": 63 }, { "arrival": { "time": "1758083974" }, "departure": { "time": "1758083984" }, "stopId": "TA4980C", "stopSequence": 64 }, { "arrival": { "time": "1758084007" }, "departure": { "time": "1758084017" }, "stopId": "TA0030C", "stopSequence": 65 }, { "arrival": { "time": "1758084037" }, "departure": { "time": "1758084047" }, "stopId": "TA3140C", "stopSequence": 66 }, { "arrival": { "time": "1758084077" }, "departure": { "time": "1758084087" }, "stopId": "TA3145C", "stopSequence": 67 }, { "arrival": { "time": "1758084126" }, "departure": { "time": "1758084136" }, "stopId": "TA3130C", "stopSequence": 68 }, { "arrival": { "time": "1758084160" }, "departure": { "time": "1758084170" }, "stopId": "TA3120C", "stopSequence": 69 }, { "arrival": { "time": "1758084188" }, "departure": { "time": "1758084198" }, "stopId": "TA3110C", "stopSequence": 70 }, { "arrival": { "time": "1758084232" }, "departure": { "time": "1758084242" }, "stopId": "TA4970C", "stopSequence": 71 }, { "arrival": { "time": "1758084285" }, "departure": { "time": "1758084295" }, "stopId": "TA4960C", "stopSequence": 72 }, { "arrival": { "time": "1758084335" }, "departure": { "time": "1758084345" }, "stopId": "TA0475C", "stopSequence": 73 }, { "arrival": { "time": "1758084368" }, "departure": { "time": "1758084378" }, "stopId": "TA0485C", "stopSequence": 74 }, { "arrival": { "time": "1758084418" }, "departure": { "time": "1758084428" }, "stopId": "TA0480C", "stopSequence": 75 }, { "arrival": { "time": "1758084464" }, "departure": { "time": "1758084474" }, "stopId": "TA0010C", "stopSequence": 76 }, { "arrival": { "time": "1758084495" }, "departure": { "time": "1758084505" }, "stopId": "TA0380C", "stopSequence": 77 }, { "arrival": { "time": "1758084570" }, "departure": { "time": "1758084580" }, "stopId": "TA0385C", "stopSequence": 78 }, { "arrival": { "time": "1758084614" }, "departure": { "time": "1758084624" }, "stopId": "TA4950C", "stopSequence": 79 }, { "arrival": { "time": "1758084658" }, "departure": { "time": "1758084668" }, "stopId": "TA00050C", "stopSequence": 80 }, { "arrival": { "time": "1758084723" }, "departure": { "time": "1758084733" }, "stopId": "TA4940C", "stopSequence": 81 }, { "arrival": { "time": "1758084764" }, "departure": { "time": "1758084774" }, "stopId": "TA2305C", "stopSequence": 82 }, { "arrival": { "time": "1758084855" }, "departure": { "time": "1758084865" }, "stopId": "TA1075P", "stopSequence": 83 }, { "arrival": { "time": "1758084916" }, "departure": { "time": "1758084926" }, "stopId": "TA1070P", "stopSequence": 84 }, { "arrival": { "time": "1758084978" }, "departure": { "time": "1758084988" }, "stopId": "TA1085P", "stopSequence": 85 }, { "arrival": { "time": "1758085063" }, "departure": { "time": "1758085073" }, "stopId": "TA0001C", "stopSequence": 86 }, { "arrival": { "time": "1758085125" }, "departure": { "time": "1758085135" }, "stopId": "TA00036C", "stopSequence": 87 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T01B", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "667" }, "vehicle": { "id": "zenbus:Vehicle:366280003:LOC" } } }, { "id": "zenbus:Vehicle:366290002:LOC", "vehicle": { "currentStopSequence": 37, "position": { "latitude": -21.256975173950195, "longitude": 55.52623748779297 }, "stopId": "TA3540C", "timestamp": "1758082864", "trip": { "directionId": 0, "routeId": "T02", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:45:00", "tripId": "409" }, "vehicle": { "id": "zenbus:Vehicle:366290002:LOC" } } }, { "id": "802", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082676" }, "departure": { "time": "1758082699" }, "stopId": "TA3510C", "stopSequence": 32 }, { "arrival": { "time": "1758082770" }, "departure": { "time": "1758082795" }, "stopId": "TA3520C", "stopSequence": 33 }, { "arrival": { "time": "1758082837" }, "departure": { "time": "1758082860" }, "stopId": "TA3530C", "stopSequence": 34 }, { "arrival": { "time": "1758082901" }, "departure": { "time": "1758083005" }, "stopId": "TA3540C", "stopSequence": 37 }, { "arrival": { "time": "1758083034" }, "departure": { "time": "1758083072" }, "stopId": "TA3300C", "stopSequence": 38 }, { "arrival": { "time": "1758083117" }, "departure": { "time": "1758083127" }, "stopId": "TA3560C", "stopSequence": 39 }, { "arrival": { "time": "1758083183" }, "departure": { "time": "1758083193" }, "stopId": "TA3570C", "stopSequence": 41 }, { "arrival": { "time": "1758083279" }, "departure": { "time": "1758083289" }, "stopId": "TA5350C", "stopSequence": 42 }, { "arrival": { "time": "1758083367" }, "departure": { "time": "1758083377" }, "stopId": "TA3590C", "stopSequence": 43 }, { "arrival": { "time": "1758083413" }, "departure": { "time": "1758083423" }, "stopId": "TA3600C", "stopSequence": 44 }, { "arrival": { "time": "1758083507" }, "departure": { "time": "1758083517" }, "stopId": "TA0190C", "stopSequence": 45 }, { "arrival": { "time": "1758083575" }, "departure": { "time": "1758083585" }, "stopId": "TA0380C", "stopSequence": 46 }, { "arrival": { "time": "1758083666" }, "departure": { "time": "1758083676" }, "stopId": "TA0385C", "stopSequence": 47 }, { "arrival": { "time": "1758083718" }, "departure": { "time": "1758083728" }, "stopId": "TA4950C", "stopSequence": 48 }, { "arrival": { "time": "1758083769" }, "departure": { "time": "1758083779" }, "stopId": "TA00050C", "stopSequence": 49 }, { "arrival": { "time": "1758083850" }, "departure": { "time": "1758083860" }, "stopId": "TA4940C", "stopSequence": 50 }, { "arrival": { "time": "1758083897" }, "departure": { "time": "1758083907" }, "stopId": "TA2305C", "stopSequence": 51 }, { "arrival": { "time": "1758084010" }, "departure": { "time": "1758084020" }, "stopId": "TA1075P", "stopSequence": 52 }, { "arrival": { "time": "1758084084" }, "departure": { "time": "1758084094" }, "stopId": "TA1070P", "stopSequence": 53 }, { "arrival": { "time": "1758084159" }, "departure": { "time": "1758084169" }, "stopId": "TA1085P", "stopSequence": 54 }, { "arrival": { "time": "1758084267" }, "departure": { "time": "1758084277" }, "stopId": "TA0001C", "stopSequence": 55 }, { "arrival": { "time": "1758084318" }, "departure": { "time": "1758084328" }, "stopId": "TA00023C", "stopSequence": 56 } ], "timestamp": "1758082864", "trip": { "directionId": 0, "routeId": "T02", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:45:00", "tripId": "409" }, "vehicle": { "id": "zenbus:Vehicle:366290002:LOC" } } }, { "id": "zenbus:Vehicle:348780002:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 19, "position": { "latitude": -21.233287811279297, "longitude": 55.52131271362305 }, "stopId": "TA1640C", "timestamp": "1758082865", "trip": { "directionId": 0, "routeId": "T03", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "414" }, "vehicle": { "id": "zenbus:Vehicle:348780002:LOC" } } }, { "id": "810", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082751" }, "departure": { "time": "1758082762" }, "stopId": "TA1610C", "stopSequence": 15 }, { "arrival": { "time": "1758082774" }, "departure": { "time": "1758082798" }, "stopId": "TA5390C", "stopSequence": 16 }, { "arrival": { "time": "1758082813" }, "departure": { "time": "1758082834" }, "stopId": "TA5400C", "stopSequence": 17 }, { "arrival": { "time": "1758082853" }, "departure": { "time": "1758082854" }, "stopId": "TA1630C", "stopSequence": 18 }, { "arrival": { "time": "1758082862" }, "departure": { "time": "1758082959" }, "stopId": "TA1640C", "stopSequence": 19 }, { "arrival": { "time": "1758082977" }, "departure": { "time": "1758083013" }, "stopId": "TA1650C", "stopSequence": 20 }, { "arrival": { "time": "1758083028" }, "departure": { "time": "1758083039" }, "stopId": "TA5410C", "stopSequence": 21 }, { "arrival": { "time": "1758083073" }, "departure": { "time": "1758083083" }, "stopId": "TA1660C", "stopSequence": 22 }, { "arrival": { "time": "1758083119" }, "departure": { "time": "1758083129" }, "stopId": "TA1670C", "stopSequence": 23 }, { "arrival": { "time": "1758083171" }, "departure": { "time": "1758083181" }, "stopId": "TA1680C", "stopSequence": 24 }, { "arrival": { "time": "1758083213" }, "departure": { "time": "1758083223" }, "stopId": "TA5420C", "stopSequence": 25 }, { "arrival": { "time": "1758083266" }, "departure": { "time": "1758083276" }, "stopId": "TA5430C", "stopSequence": 26 }, { "arrival": { "time": "1758083294" }, "departure": { "time": "1758083304" }, "stopId": "TA5440C", "stopSequence": 27 }, { "arrival": { "time": "1758083357" }, "departure": { "time": "1758083367" }, "stopId": "TA5450C", "stopSequence": 28 }, { "arrival": { "time": "1758083404" }, "departure": { "time": "1758083414" }, "stopId": "TA5460C", "stopSequence": 29 }, { "arrival": { "time": "1758083459" }, "departure": { "time": "1758083469" }, "stopId": "TA1730C", "stopSequence": 30 }, { "arrival": { "time": "1758083505" }, "departure": { "time": "1758083515" }, "stopId": "TA1735C", "stopSequence": 31 }, { "arrival": { "time": "1758083571" }, "departure": { "time": "1758083581" }, "stopId": "TA1740C", "stopSequence": 32 }, { "arrival": { "time": "1758083626" }, "departure": { "time": "1758083636" }, "stopId": "TA1600C", "stopSequence": 33 }, { "arrival": { "time": "1758083663" }, "departure": { "time": "1758083673" }, "stopId": "TA0070C", "stopSequence": 34 }, { "arrival": { "time": "1758083739" }, "departure": { "time": "1758083749" }, "stopId": "TA5470C", "stopSequence": 35 }, { "arrival": { "time": "1758083799" }, "departure": { "time": "1758083809" }, "stopId": "TA5480C", "stopSequence": 36 }, { "arrival": { "time": "1758083857" }, "departure": { "time": "1758083867" }, "stopId": "TA5490C", "stopSequence": 37 }, { "arrival": { "time": "1758083896" }, "departure": { "time": "1758083906" }, "stopId": "TA1760C", "stopSequence": 38 }, { "arrival": { "time": "1758083941" }, "departure": { "time": "1758083951" }, "stopId": "TA5150C", "stopSequence": 39 }, { "arrival": { "time": "1758083990" }, "departure": { "time": "1758084000" }, "stopId": "TA5140C", "stopSequence": 40 }, { "arrival": { "time": "1758084054" }, "departure": { "time": "1758084064" }, "stopId": "TA00025C", "stopSequence": 41 }, { "arrival": { "time": "1758084100" }, "departure": { "time": "1758084110" }, "stopId": "TA5130C", "stopSequence": 42 }, { "arrival": { "time": "1758084139" }, "departure": { "time": "1758084149" }, "stopId": "TA5120C", "stopSequence": 43 }, { "arrival": { "time": "1758084171" }, "departure": { "time": "1758084181" }, "stopId": "TA0075C", "stopSequence": 44 }, { "arrival": { "time": "1758084265" }, "departure": { "time": "1758084275" }, "stopId": "TA4570C", "stopSequence": 45 }, { "arrival": { "time": "1758084303" }, "departure": { "time": "1758084313" }, "stopId": "TA1495C", "stopSequence": 46 }, { "arrival": { "time": "1758084357" }, "departure": { "time": "1758084367" }, "stopId": "TA1505C", "stopSequence": 47 }, { "arrival": { "time": "1758084437" }, "departure": { "time": "1758084447" }, "stopId": "02004C", "stopSequence": 48 }, { "arrival": { "time": "1758084482" }, "departure": { "time": "1758084492" }, "stopId": "TA0290C", "stopSequence": 49 }, { "arrival": { "time": "1758084537" }, "departure": { "time": "1758084547" }, "stopId": "TA0001C", "stopSequence": 50 }, { "arrival": { "time": "1758084612" }, "departure": { "time": "1758084622" }, "stopId": "TA00038C", "stopSequence": 51 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "T03", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:05:00", "tripId": "414" }, "vehicle": { "id": "zenbus:Vehicle:348780002:LOC" } } }, { "id": "zenbus:Vehicle:342420001:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": -21.27340316772461, "longitude": 55.504852294921875 }, "stopId": "TA00038C", "timestamp": "1758082864", "trip": { "directionId": 1, "routeId": "T03", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "674" }, "vehicle": { "id": "zenbus:Vehicle:342420001:LOC" } } }, { "id": "481", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082764" }, "departure": { "time": "1758083400" }, "stopId": "TA00038C", "stopSequence": 0 }, { "arrival": { "time": "1758083500" }, "departure": { "time": "1758083510" }, "stopId": "TA0290P", "stopSequence": 1 }, { "arrival": { "time": "1758083550" }, "departure": { "time": "1758083560" }, "stopId": "02004P", "stopSequence": 2 }, { "arrival": { "time": "1758083659" }, "departure": { "time": "1758083669" }, "stopId": "TA1505P", "stopSequence": 3 }, { "arrival": { "time": "1758083703" }, "departure": { "time": "1758083713" }, "stopId": "TA1495P", "stopSequence": 4 }, { "arrival": { "time": "1758083744" }, "departure": { "time": "1758083754" }, "stopId": "TA4570P", "stopSequence": 5 }, { "arrival": { "time": "1758083839" }, "departure": { "time": "1758083849" }, "stopId": "TA0075P", "stopSequence": 6 }, { "arrival": { "time": "1758083877" }, "departure": { "time": "1758083887" }, "stopId": "TA5120P", "stopSequence": 7 }, { "arrival": { "time": "1758083919" }, "departure": { "time": "1758083929" }, "stopId": "TA5130P", "stopSequence": 8 }, { "arrival": { "time": "1758083964" }, "departure": { "time": "1758083974" }, "stopId": "TA00025P", "stopSequence": 9 }, { "arrival": { "time": "1758084027" }, "departure": { "time": "1758084037" }, "stopId": "TA5140P", "stopSequence": 10 }, { "arrival": { "time": "1758084080" }, "departure": { "time": "1758084090" }, "stopId": "TA5150P", "stopSequence": 11 }, { "arrival": { "time": "1758084129" }, "departure": { "time": "1758084139" }, "stopId": "TA1760P", "stopSequence": 12 }, { "arrival": { "time": "1758084168" }, "departure": { "time": "1758084178" }, "stopId": "TA5490P", "stopSequence": 13 }, { "arrival": { "time": "1758084236" }, "departure": { "time": "1758084246" }, "stopId": "TA5480P", "stopSequence": 14 }, { "arrival": { "time": "1758084294" }, "departure": { "time": "1758084304" }, "stopId": "TA5470P", "stopSequence": 15 }, { "arrival": { "time": "1758084389" }, "departure": { "time": "1758084399" }, "stopId": "TA0070P", "stopSequence": 16 }, { "arrival": { "time": "1758084425" }, "departure": { "time": "1758084435" }, "stopId": "TA1600P", "stopSequence": 17 }, { "arrival": { "time": "1758084487" }, "departure": { "time": "1758084497" }, "stopId": "TA1740P", "stopSequence": 18 }, { "arrival": { "time": "1758084553" }, "departure": { "time": "1758084563" }, "stopId": "TA1735P", "stopSequence": 19 }, { "arrival": { "time": "1758084605" }, "departure": { "time": "1758084615" }, "stopId": "TA1730P", "stopSequence": 20 }, { "arrival": { "time": "1758084664" }, "departure": { "time": "1758084674" }, "stopId": "TA5460P", "stopSequence": 21 }, { "arrival": { "time": "1758084709" }, "departure": { "time": "1758084719" }, "stopId": "TA5450P", "stopSequence": 22 }, { "arrival": { "time": "1758084784" }, "departure": { "time": "1758084794" }, "stopId": "TA5440P", "stopSequence": 23 }, { "arrival": { "time": "1758084813" }, "departure": { "time": "1758084823" }, "stopId": "TA5430P", "stopSequence": 24 }, { "arrival": { "time": "1758084865" }, "departure": { "time": "1758084875" }, "stopId": "TA5420P", "stopSequence": 25 }, { "arrival": { "time": "1758084915" }, "departure": { "time": "1758084925" }, "stopId": "TA1680P", "stopSequence": 26 }, { "arrival": { "time": "1758084967" }, "departure": { "time": "1758084977" }, "stopId": "TA1670P", "stopSequence": 27 }, { "arrival": { "time": "1758085024" }, "departure": { "time": "1758085034" }, "stopId": "TA1660P", "stopSequence": 28 }, { "arrival": { "time": "1758085076" }, "departure": { "time": "1758085086" }, "stopId": "TA5410P", "stopSequence": 29 }, { "arrival": { "time": "1758085125" }, "departure": { "time": "1758085135" }, "stopId": "TA1650P", "stopSequence": 30 }, { "arrival": { "time": "1758085157" }, "departure": { "time": "1758085167" }, "stopId": "TA1640P", "stopSequence": 31 }, { "arrival": { "time": "1758085188" }, "departure": { "time": "1758085198" }, "stopId": "TA1630P", "stopSequence": 32 }, { "arrival": { "time": "1758085227" }, "departure": { "time": "1758085237" }, "stopId": "TA5400P", "stopSequence": 33 }, { "arrival": { "time": "1758085289" }, "departure": { "time": "1758085299" }, "stopId": "TA5390P", "stopSequence": 34 }, { "arrival": { "time": "1758085334" }, "departure": { "time": "1758085344" }, "stopId": "TA1610P", "stopSequence": 35 }, { "arrival": { "time": "1758085406" }, "departure": { "time": "1758085416" }, "stopId": "TA9470P", "stopSequence": 36 }, { "arrival": { "time": "1758085439" }, "departure": { "time": "1758085449" }, "stopId": "TA5380P", "stopSequence": 37 }, { "arrival": { "time": "1758085503" }, "departure": { "time": "1758085513" }, "stopId": "TA0066P", "stopSequence": 38 }, { "arrival": { "time": "1758085565" }, "departure": { "time": "1758085575" }, "stopId": "TA5370P", "stopSequence": 39 }, { "arrival": { "time": "1758085614" }, "departure": { "time": "1758085624" }, "stopId": "TA0060P", "stopSequence": 40 }, { "arrival": { "time": "1758085668" }, "departure": { "time": "1758085678" }, "stopId": "TA5360P", "stopSequence": 41 }, { "arrival": { "time": "1758085707" }, "departure": { "time": "1758085717" }, "stopId": "TA1570P", "stopSequence": 42 }, { "arrival": { "time": "1758085761" }, "departure": { "time": "1758085771" }, "stopId": "TA1560P", "stopSequence": 43 }, { "arrival": { "time": "1758085870" }, "departure": { "time": "1758085880" }, "stopId": "TA1540P", "stopSequence": 44 }, { "arrival": { "time": "1758085920" }, "departure": { "time": "1758085930" }, "stopId": "TA5270P", "stopSequence": 45 }, { "arrival": { "time": "1758085969" }, "departure": { "time": "1758085979" }, "stopId": "TA1530P", "stopSequence": 46 }, { "arrival": { "time": "1758086044" }, "departure": { "time": "1758086054" }, "stopId": "TA1520P", "stopSequence": 47 }, { "arrival": { "time": "1758086097" }, "departure": { "time": "1758086107" }, "stopId": "TA9260C", "stopSequence": 48 }, { "arrival": { "time": "1758086184" }, "departure": { "time": "1758086194" }, "stopId": "TA1275C", "stopSequence": 49 }, { "arrival": { "time": "1758086249" }, "departure": { "time": "1758086259" }, "stopId": "TA0055C", "stopSequence": 50 } ], "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "T03", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:30:00", "tripId": "674" }, "vehicle": { "id": "zenbus:Vehicle:342420001:LOC" } } }, { "id": "zenbus:Vehicle:366300001:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 4, "position": { "latitude": -21.299543380737305, "longitude": 55.55950927734375 }, "stopId": "TA2080C", "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "T05", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "940" }, "vehicle": { "id": "zenbus:Vehicle:366300001:LOC" } } }, { "id": "803", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082848" }, "departure": { "time": "1758082877" }, "stopId": "TA2080C", "stopSequence": 4 }, { "arrival": { "time": "1758082918" }, "departure": { "time": "1758082928" }, "stopId": "TA2090C", "stopSequence": 5 }, { "arrival": { "time": "1758082955" }, "departure": { "time": "1758082965" }, "stopId": "TA0095C", "stopSequence": 6 }, { "arrival": { "time": "1758083009" }, "departure": { "time": "1758083019" }, "stopId": "TA2100C", "stopSequence": 7 }, { "arrival": { "time": "1758083042" }, "departure": { "time": "1758083052" }, "stopId": "TA5730C", "stopSequence": 8 }, { "arrival": { "time": "1758083103" }, "departure": { "time": "1758083113" }, "stopId": "TA2110C", "stopSequence": 9 }, { "arrival": { "time": "1758083141" }, "departure": { "time": "1758083151" }, "stopId": "TA2120C", "stopSequence": 10 }, { "arrival": { "time": "1758083183" }, "departure": { "time": "1758083193" }, "stopId": "TA2130C", "stopSequence": 11 }, { "arrival": { "time": "1758083213" }, "departure": { "time": "1758083223" }, "stopId": "TA2140C", "stopSequence": 12 }, { "arrival": { "time": "1758083247" }, "departure": { "time": "1758083257" }, "stopId": "TA5700C", "stopSequence": 13 }, { "arrival": { "time": "1758083293" }, "departure": { "time": "1758083303" }, "stopId": "TA2150C", "stopSequence": 14 }, { "arrival": { "time": "1758083339" }, "departure": { "time": "1758083349" }, "stopId": "TA2160C", "stopSequence": 15 }, { "arrival": { "time": "1758083395" }, "departure": { "time": "1758083405" }, "stopId": "TA2170C", "stopSequence": 16 }, { "arrival": { "time": "1758083442" }, "departure": { "time": "1758083452" }, "stopId": "TA2180C", "stopSequence": 17 }, { "arrival": { "time": "1758083480" }, "departure": { "time": "1758083490" }, "stopId": "TA2190C", "stopSequence": 18 }, { "arrival": { "time": "1758083524" }, "departure": { "time": "1758083534" }, "stopId": "TA2200C", "stopSequence": 19 }, { "arrival": { "time": "1758083553" }, "departure": { "time": "1758083563" }, "stopId": "TA5690C", "stopSequence": 20 }, { "arrival": { "time": "1758083622" }, "departure": { "time": "1758083632" }, "stopId": "TA2220C", "stopSequence": 21 }, { "arrival": { "time": "1758083660" }, "departure": { "time": "1758083670" }, "stopId": "TA5680C", "stopSequence": 22 }, { "arrival": { "time": "1758083691" }, "departure": { "time": "1758083701" }, "stopId": "TA2190C", "stopSequence": 23 }, { "arrival": { "time": "1758083737" }, "departure": { "time": "1758083747" }, "stopId": "TA2250C", "stopSequence": 25 }, { "arrival": { "time": "1758083865" }, "departure": { "time": "1758083875" }, "stopId": "TA2260C", "stopSequence": 26 }, { "arrival": { "time": "1758083897" }, "departure": { "time": "1758083907" }, "stopId": "TA5670C", "stopSequence": 27 }, { "arrival": { "time": "1758084005" }, "departure": { "time": "1758084015" }, "stopId": "TA5660C", "stopSequence": 28 }, { "arrival": { "time": "1758084136" }, "departure": { "time": "1758084146" }, "stopId": "TA0080C", "stopSequence": 29 }, { "arrival": { "time": "1758084173" }, "departure": { "time": "1758084183" }, "stopId": "TA2280C", "stopSequence": 30 }, { "arrival": { "time": "1758084209" }, "departure": { "time": "1758084219" }, "stopId": "TA2580C", "stopSequence": 31 }, { "arrival": { "time": "1758084280" }, "departure": { "time": "1758084290" }, "stopId": "TA2570P", "stopSequence": 32 }, { "arrival": { "time": "1758084368" }, "departure": { "time": "1758084378" }, "stopId": "TA4960C", "stopSequence": 33 }, { "arrival": { "time": "1758084419" }, "departure": { "time": "1758084429" }, "stopId": "TA0475C", "stopSequence": 34 }, { "arrival": { "time": "1758084465" }, "departure": { "time": "1758084475" }, "stopId": "TA10110C", "stopSequence": 35 }, { "arrival": { "time": "1758084501" }, "departure": { "time": "1758084511" }, "stopId": "TA5190C", "stopSequence": 36 }, { "arrival": { "time": "1758084530" }, "departure": { "time": "1758084540" }, "stopId": "TA5200C", "stopSequence": 37 }, { "arrival": { "time": "1758084553" }, "departure": { "time": "1758084563" }, "stopId": "TA5210C", "stopSequence": 38 }, { "arrival": { "time": "1758084602" }, "departure": { "time": "1758084612" }, "stopId": "TA5220C", "stopSequence": 39 }, { "arrival": { "time": "1758084650" }, "departure": { "time": "1758084660" }, "stopId": "TA5230C", "stopSequence": 40 }, { "arrival": { "time": "1758084683" }, "departure": { "time": "1758084693" }, "stopId": "TA5240C", "stopSequence": 41 }, { "arrival": { "time": "1758084714" }, "departure": { "time": "1758084724" }, "stopId": "TA00050C", "stopSequence": 42 }, { "arrival": { "time": "1758084781" }, "departure": { "time": "1758084791" }, "stopId": "TA4940C", "stopSequence": 43 }, { "arrival": { "time": "1758084823" }, "departure": { "time": "1758084833" }, "stopId": "TA2305C", "stopSequence": 44 }, { "arrival": { "time": "1758084898" }, "departure": { "time": "1758084908" }, "stopId": "TA0005C", "stopSequence": 45 }, { "arrival": { "time": "1758084949" }, "departure": { "time": "1758084959" }, "stopId": "TA1075P", "stopSequence": 46 }, { "arrival": { "time": "1758085015" }, "departure": { "time": "1758085025" }, "stopId": "TA3920P", "stopSequence": 47 }, { "arrival": { "time": "1758085057" }, "departure": { "time": "1758085067" }, "stopId": "TA3930P", "stopSequence": 48 }, { "arrival": { "time": "1758085101" }, "departure": { "time": "1758085111" }, "stopId": "TA3940P", "stopSequence": 49 }, { "arrival": { "time": "1758085161" }, "departure": { "time": "1758085171" }, "stopId": "TA3950P", "stopSequence": 50 }, { "arrival": { "time": "1758085210" }, "departure": { "time": "1758085220" }, "stopId": "TA3960P", "stopSequence": 51 }, { "arrival": { "time": "1758085260" }, "departure": { "time": "1758085270" }, "stopId": "02380P", "stopSequence": 52 }, { "arrival": { "time": "1758085302" }, "departure": { "time": "1758085312" }, "stopId": "TA9170P", "stopSequence": 53 }, { "arrival": { "time": "1758085345" }, "departure": { "time": "1758085355" }, "stopId": "TA9180P", "stopSequence": 54 }, { "arrival": { "time": "1758085383" }, "departure": { "time": "1758085393" }, "stopId": "TA00046C", "stopSequence": 55 }, { "arrival": { "time": "1758085431" }, "departure": { "time": "1758085441" }, "stopId": "TA0001P", "stopSequence": 56 }, { "arrival": { "time": "1758085503" }, "departure": { "time": "1758085513" }, "stopId": "TA00037C", "stopSequence": 57 } ], "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "T05", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:15:00", "tripId": "940" }, "vehicle": { "id": "zenbus:Vehicle:366300001:LOC" } } }, { "id": "zenbus:Vehicle:348780003:LOC", "vehicle": { "currentStopSequence": 1, "position": { "latitude": -21.275352478027344, "longitude": 55.505367279052734 }, "stopId": "TA00046P", "timestamp": "1758082866", "trip": { "directionId": 1, "routeId": "T05", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "671" }, "vehicle": { "id": "zenbus:Vehicle:348780003:LOC" } } }, { "id": "948", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082891" }, "departure": { "time": "1758082910" }, "stopId": "TA00046P", "stopSequence": 1 }, { "arrival": { "time": "1758082941" }, "departure": { "time": "1758082951" }, "stopId": "TA9180C", "stopSequence": 2 }, { "arrival": { "time": "1758082988" }, "departure": { "time": "1758082998" }, "stopId": "TA9170C", "stopSequence": 3 }, { "arrival": { "time": "1758083039" }, "departure": { "time": "1758083049" }, "stopId": "02380C", "stopSequence": 4 }, { "arrival": { "time": "1758083100" }, "departure": { "time": "1758083110" }, "stopId": "TA3960C", "stopSequence": 5 }, { "arrival": { "time": "1758083143" }, "departure": { "time": "1758083153" }, "stopId": "TA3950C", "stopSequence": 6 }, { "arrival": { "time": "1758083213" }, "departure": { "time": "1758083223" }, "stopId": "TA3940C", "stopSequence": 7 }, { "arrival": { "time": "1758083261" }, "departure": { "time": "1758083271" }, "stopId": "TA3930C", "stopSequence": 8 }, { "arrival": { "time": "1758083309" }, "departure": { "time": "1758083319" }, "stopId": "TA3920C", "stopSequence": 9 }, { "arrival": { "time": "1758083380" }, "departure": { "time": "1758083390" }, "stopId": "TA1075C", "stopSequence": 10 }, { "arrival": { "time": "1758083439" }, "departure": { "time": "1758083449" }, "stopId": "TA0005P", "stopSequence": 12 }, { "arrival": { "time": "1758083523" }, "departure": { "time": "1758083533" }, "stopId": "TA2305P", "stopSequence": 13 }, { "arrival": { "time": "1758083556" }, "departure": { "time": "1758083566" }, "stopId": "TA4940P", "stopSequence": 14 }, { "arrival": { "time": "1758083629" }, "departure": { "time": "1758083639" }, "stopId": "TA00050P", "stopSequence": 15 }, { "arrival": { "time": "1758083675" }, "departure": { "time": "1758083685" }, "stopId": "TA5240P", "stopSequence": 16 }, { "arrival": { "time": "1758083711" }, "departure": { "time": "1758083721" }, "stopId": "TA5230P", "stopSequence": 17 }, { "arrival": { "time": "1758083751" }, "departure": { "time": "1758083761" }, "stopId": "TA5220P", "stopSequence": 18 }, { "arrival": { "time": "1758083816" }, "departure": { "time": "1758083826" }, "stopId": "TA5210P", "stopSequence": 19 }, { "arrival": { "time": "1758083843" }, "departure": { "time": "1758083853" }, "stopId": "TA5200P", "stopSequence": 20 }, { "arrival": { "time": "1758083875" }, "departure": { "time": "1758083885" }, "stopId": "TA5190P", "stopSequence": 21 }, { "arrival": { "time": "1758083916" }, "departure": { "time": "1758083926" }, "stopId": "TA10110P", "stopSequence": 22 }, { "arrival": { "time": "1758083959" }, "departure": { "time": "1758083969" }, "stopId": "TA0475P", "stopSequence": 23 }, { "arrival": { "time": "1758084015" }, "departure": { "time": "1758084025" }, "stopId": "TA4960P", "stopSequence": 24 }, { "arrival": { "time": "1758084113" }, "departure": { "time": "1758084123" }, "stopId": "TA5650C", "stopSequence": 25 }, { "arrival": { "time": "1758084189" }, "departure": { "time": "1758084199" }, "stopId": "TA2580P", "stopSequence": 26 }, { "arrival": { "time": "1758084231" }, "departure": { "time": "1758084241" }, "stopId": "TA2280P", "stopSequence": 27 }, { "arrival": { "time": "1758084267" }, "departure": { "time": "1758084277" }, "stopId": "Ta0080P", "stopSequence": 28 }, { "arrival": { "time": "1758084421" }, "departure": { "time": "1758084431" }, "stopId": "TA5660P", "stopSequence": 29 }, { "arrival": { "time": "1758084539" }, "departure": { "time": "1758084549" }, "stopId": "TA5670P", "stopSequence": 30 }, { "arrival": { "time": "1758084586" }, "departure": { "time": "1758084596" }, "stopId": "TA2260P", "stopSequence": 31 }, { "arrival": { "time": "1758084717" }, "departure": { "time": "1758084727" }, "stopId": "TA2250P", "stopSequence": 33 }, { "arrival": { "time": "1758084764" }, "departure": { "time": "1758084774" }, "stopId": "TA2190P", "stopSequence": 34 }, { "arrival": { "time": "1758084795" }, "departure": { "time": "1758084805" }, "stopId": "TA5680P", "stopSequence": 35 }, { "arrival": { "time": "1758084838" }, "departure": { "time": "1758084848" }, "stopId": "TA2220P", "stopSequence": 36 }, { "arrival": { "time": "1758084911" }, "departure": { "time": "1758084921" }, "stopId": "TA5690P", "stopSequence": 37 }, { "arrival": { "time": "1758084941" }, "departure": { "time": "1758084951" }, "stopId": "TA2200P", "stopSequence": 38 }, { "arrival": { "time": "1758084990" }, "departure": { "time": "1758085000" }, "stopId": "TA2190P", "stopSequence": 39 }, { "arrival": { "time": "1758085026" }, "departure": { "time": "1758085036" }, "stopId": "TA2180P", "stopSequence": 40 }, { "arrival": { "time": "1758085079" }, "departure": { "time": "1758085089" }, "stopId": "TA2170P", "stopSequence": 41 }, { "arrival": { "time": "1758085141" }, "departure": { "time": "1758085151" }, "stopId": "TA2160P", "stopSequence": 42 }, { "arrival": { "time": "1758085194" }, "departure": { "time": "1758085204" }, "stopId": "TA2150P", "stopSequence": 43 }, { "arrival": { "time": "1758085244" }, "departure": { "time": "1758085254" }, "stopId": "TA5700P", "stopSequence": 44 }, { "arrival": { "time": "1758085279" }, "departure": { "time": "1758085289" }, "stopId": "TA2140P", "stopSequence": 45 }, { "arrival": { "time": "1758085312" }, "departure": { "time": "1758085322" }, "stopId": "TA2130P", "stopSequence": 46 }, { "arrival": { "time": "1758085350" }, "departure": { "time": "1758085360" }, "stopId": "TA2120P", "stopSequence": 47 }, { "arrival": { "time": "1758085395" }, "departure": { "time": "1758085405" }, "stopId": "TA2110P", "stopSequence": 48 }, { "arrival": { "time": "1758085465" }, "departure": { "time": "1758085475" }, "stopId": "TA5730P", "stopSequence": 49 }, { "arrival": { "time": "1758085500" }, "departure": { "time": "1758085510" }, "stopId": "TA2100P", "stopSequence": 50 }, { "arrival": { "time": "1758085552" }, "departure": { "time": "1758085562" }, "stopId": "TA0095P", "stopSequence": 51 }, { "arrival": { "time": "1758085602" }, "departure": { "time": "1758085612" }, "stopId": "TA2090P", "stopSequence": 52 }, { "arrival": { "time": "1758085654" }, "departure": { "time": "1758085664" }, "stopId": "TA2080P", "stopSequence": 53 }, { "arrival": { "time": "1758085705" }, "departure": { "time": "1758085715" }, "stopId": "TA2070P", "stopSequence": 54 }, { "arrival": { "time": "1758085769" }, "departure": { "time": "1758085779" }, "stopId": "TA5710P", "stopSequence": 55 }, { "arrival": { "time": "1758085813" }, "departure": { "time": "1758085823" }, "stopId": "TA5720P", "stopSequence": 56 }, { "arrival": { "time": "1758085860" }, "departure": { "time": "1758085870" }, "stopId": "TA0100C", "stopSequence": 57 } ], "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "T05", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "671" }, "vehicle": { "id": "zenbus:Vehicle:348780003:LOC" } } }, { "id": "zenbus:Vehicle:358690002:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 14, "position": { "latitude": -21.274940490722656, "longitude": 55.51315689086914 }, "stopId": "TA1070P", "timestamp": "1758082866", "trip": { "directionId": 0, "routeId": "T06", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:07:00", "tripId": "22" }, "vehicle": { "id": "zenbus:Vehicle:358690002:LOC" } } }, { "id": "116", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082844" }, "departure": { "time": "1758082878" }, "stopId": "TA1070P", "stopSequence": 14 }, { "arrival": { "time": "1758082923" }, "departure": { "time": "1758082933" }, "stopId": "TA1085P", "stopSequence": 15 }, { "arrival": { "time": "1758082999" }, "departure": { "time": "1758083009" }, "stopId": "TA0001C", "stopSequence": 16 }, { "arrival": { "time": "1758083052" }, "departure": { "time": "1758083062" }, "stopId": "TA0002C", "stopSequence": 17 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "T06", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:07:00", "tripId": "22" }, "vehicle": { "id": "zenbus:Vehicle:358690002:LOC" } } }, { "id": "zenbus:Vehicle:370510004:LOC", "vehicle": { "currentStopSequence": 18, "position": { "latitude": -21.277315139770508, "longitude": 55.514137268066406 }, "stopId": "TA1070P", "timestamp": "1758082859", "trip": { "directionId": 1, "routeId": "T07", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "853" }, "vehicle": { "id": "zenbus:Vehicle:370510004:LOC" } } }, { "id": "60", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082897" }, "departure": { "time": "1758082907" }, "stopId": "TA1070P", "stopSequence": 18 }, { "arrival": { "time": "1758082968" }, "departure": { "time": "1758082978" }, "stopId": "TA1085P", "stopSequence": 19 }, { "arrival": { "time": "1758083067" }, "departure": { "time": "1758083077" }, "stopId": "TA0001C", "stopSequence": 20 }, { "arrival": { "time": "1758083129" }, "departure": { "time": "1758083139" }, "stopId": "TA00032C", "stopSequence": 21 }, { "arrival": { "time": "1758083317" }, "departure": { "time": "1758083327" }, "stopId": "TA0145P", "stopSequence": 22 }, { "arrival": { "time": "1758083361" }, "departure": { "time": "1758083371" }, "stopId": "TA1505P", "stopSequence": 23 }, { "arrival": { "time": "1758083395" }, "departure": { "time": "1758083405" }, "stopId": "TA1267P", "stopSequence": 24 }, { "arrival": { "time": "1758083428" }, "departure": { "time": "1758083438" }, "stopId": "TA1265P", "stopSequence": 25 }, { "arrival": { "time": "1758083476" }, "departure": { "time": "1758083486" }, "stopId": "TA5950P", "stopSequence": 26 }, { "arrival": { "time": "1758083515" }, "departure": { "time": "1758083525" }, "stopId": "TA5940P", "stopSequence": 27 }, { "arrival": { "time": "1758083558" }, "departure": { "time": "1758083568" }, "stopId": "TA1255P", "stopSequence": 28 }, { "arrival": { "time": "1758083586" }, "departure": { "time": "1758083596" }, "stopId": "TA01254P", "stopSequence": 29 }, { "arrival": { "time": "1758083650" }, "departure": { "time": "1758083660" }, "stopId": "TA01276P", "stopSequence": 30 }, { "arrival": { "time": "1758083694" }, "departure": { "time": "1758083704" }, "stopId": "TA0275P", "stopSequence": 31 }, { "arrival": { "time": "1758083731" }, "departure": { "time": "1758083741" }, "stopId": "TA5930P", "stopSequence": 32 }, { "arrival": { "time": "1758083774" }, "departure": { "time": "1758083784" }, "stopId": "TA5920P", "stopSequence": 33 }, { "arrival": { "time": "1758083834" }, "departure": { "time": "1758083844" }, "stopId": "TA1130P", "stopSequence": 34 }, { "arrival": { "time": "1758083922" }, "departure": { "time": "1758083932" }, "stopId": "TA4520P", "stopSequence": 35 }, { "arrival": { "time": "1758083968" }, "departure": { "time": "1758083978" }, "stopId": "TA4530C", "stopSequence": 36 } ], "timestamp": "1758082860", "trip": { "directionId": 1, "routeId": "T07", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "853" }, "vehicle": { "id": "zenbus:Vehicle:370510004:LOC" } } }, { "id": "zenbus:Vehicle:350500004:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 17, "position": { "latitude": -21.26141929626465, "longitude": 55.53386306762695 }, "stopId": "TA3730C", "timestamp": "1758082324", "trip": { "directionId": 0, "routeId": "T08", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:55:00", "tripId": "913" }, "vehicle": { "id": "zenbus:Vehicle:350500004:LOC" } } }, { "id": "863", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082828" }, "departure": { "time": "1758082838" }, "stopId": "TA3740C", "stopSequence": 20 }, { "arrival": { "time": "1758082902" }, "departure": { "time": "1758082912" }, "stopId": "TA0150C", "stopSequence": 22 }, { "arrival": { "time": "1758082974" }, "departure": { "time": "1758082984" }, "stopId": "TA3750C", "stopSequence": 24 }, { "arrival": { "time": "1758083026" }, "departure": { "time": "1758083036" }, "stopId": "TA5960C", "stopSequence": 26 }, { "arrival": { "time": "1758083118" }, "departure": { "time": "1758083128" }, "stopId": "TA0190C", "stopSequence": 28 }, { "arrival": { "time": "1758083180" }, "departure": { "time": "1758083190" }, "stopId": "TA0380C", "stopSequence": 29 }, { "arrival": { "time": "1758083262" }, "departure": { "time": "1758083272" }, "stopId": "TA0385C", "stopSequence": 30 }, { "arrival": { "time": "1758083310" }, "departure": { "time": "1758083320" }, "stopId": "TA4950C", "stopSequence": 31 }, { "arrival": { "time": "1758083357" }, "departure": { "time": "1758083367" }, "stopId": "TA00050C", "stopSequence": 32 }, { "arrival": { "time": "1758083430" }, "departure": { "time": "1758083440" }, "stopId": "TA4940C", "stopSequence": 33 }, { "arrival": { "time": "1758083474" }, "departure": { "time": "1758083484" }, "stopId": "TA2305C", "stopSequence": 34 }, { "arrival": { "time": "1758083576" }, "departure": { "time": "1758083586" }, "stopId": "TA1075P", "stopSequence": 35 }, { "arrival": { "time": "1758083643" }, "departure": { "time": "1758083653" }, "stopId": "TA1070P", "stopSequence": 36 }, { "arrival": { "time": "1758083712" }, "departure": { "time": "1758083722" }, "stopId": "TA1085P", "stopSequence": 37 }, { "arrival": { "time": "1758083809" }, "departure": { "time": "1758083819" }, "stopId": "TA0001C", "stopSequence": 38 }, { "arrival": { "time": "1758083858" }, "departure": { "time": "1758083868" }, "stopId": "TA00027C", "stopSequence": 39 } ], "timestamp": "1758082786", "trip": { "directionId": 0, "routeId": "T08", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:55:00", "tripId": "913" }, "vehicle": { "id": "zenbus:Vehicle:350500004:LOC" } } }, { "id": "zenbus:Vehicle:346710004:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 11, "position": { "latitude": -21.272947311401367, "longitude": 55.52568817138672 }, "stopId": "TA3020P", "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T08", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "668" }, "vehicle": { "id": "zenbus:Vehicle:346710004:LOC" } } }, { "id": "929", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082848" }, "departure": { "time": "1758082878" }, "stopId": "TA3020P", "stopSequence": 11 }, { "arrival": { "time": "1758082923" }, "departure": { "time": "1758082933" }, "stopId": "TA3030P", "stopSequence": 13 }, { "arrival": { "time": "1758082983" }, "departure": { "time": "1758082993" }, "stopId": "TA3040P", "stopSequence": 15 }, { "arrival": { "time": "1758083020" }, "departure": { "time": "1758083030" }, "stopId": "TA3050P", "stopSequence": 16 }, { "arrival": { "time": "1758083090" }, "departure": { "time": "1758083100" }, "stopId": "TA3060P", "stopSequence": 18 }, { "arrival": { "time": "1758083119" }, "departure": { "time": "1758083129" }, "stopId": "TA9440P", "stopSequence": 20 }, { "arrival": { "time": "1758083163" }, "departure": { "time": "1758083173" }, "stopId": "TA9435P", "stopSequence": 22 }, { "arrival": { "time": "1758083212" }, "departure": { "time": "1758083222" }, "stopId": "TA3070P", "stopSequence": 23 }, { "arrival": { "time": "1758083259" }, "departure": { "time": "1758083269" }, "stopId": "TA3491C", "stopSequence": 26 }, { "arrival": { "time": "1758083303" }, "departure": { "time": "1758083313" }, "stopId": "TA5340C", "stopSequence": 27 }, { "arrival": { "time": "1758083339" }, "departure": { "time": "1758083349" }, "stopId": "TA0035C", "stopSequence": 28 }, { "arrival": { "time": "1758083397" }, "departure": { "time": "1758083407" }, "stopId": "TA3760P", "stopSequence": 29 }, { "arrival": { "time": "1758083458" }, "departure": { "time": "1758083468" }, "stopId": "TA3690P", "stopSequence": 30 }, { "arrival": { "time": "1758083499" }, "departure": { "time": "1758083509" }, "stopId": "TA3680P", "stopSequence": 31 }, { "arrival": { "time": "1758083551" }, "departure": { "time": "1758083561" }, "stopId": "TA3770P", "stopSequence": 32 }, { "arrival": { "time": "1758083586" }, "departure": { "time": "1758083596" }, "stopId": "TA3780P", "stopSequence": 33 }, { "arrival": { "time": "1758083626" }, "departure": { "time": "1758083636" }, "stopId": "TA3790P", "stopSequence": 34 }, { "arrival": { "time": "1758083662" }, "departure": { "time": "1758083672" }, "stopId": "TA3800P", "stopSequence": 35 }, { "arrival": { "time": "1758083729" }, "departure": { "time": "1758083739" }, "stopId": "TA3650P", "stopSequence": 36 }, { "arrival": { "time": "1758083769" }, "departure": { "time": "1758083779" }, "stopId": "TA3640P", "stopSequence": 37 }, { "arrival": { "time": "1758083813" }, "departure": { "time": "1758083823" }, "stopId": "TA0155P", "stopSequence": 38 }, { "arrival": { "time": "1758083829" }, "departure": { "time": "1758083839" }, "stopId": "TA0155C", "stopSequence": 39 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T08", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "668" }, "vehicle": { "id": "zenbus:Vehicle:346710004:LOC" } } }, { "id": "zenbus:Vehicle:373010004:LOC", "vehicle": { "currentStopSequence": 13, "position": { "latitude": -21.2436580657959, "longitude": 55.50701904296875 }, "stopId": "TA6010C", "timestamp": "1758082867", "trip": { "directionId": 0, "routeId": "T09B", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "516" }, "vehicle": { "id": "zenbus:Vehicle:373010004:LOC" } } }, { "id": "611", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082715" }, "departure": { "time": "1758082716" }, "stopId": "TA2640C", "stopSequence": 12 }, { "arrival": { "time": "1758082906" }, "departure": { "time": "1758082916" }, "stopId": "TA6010C", "stopSequence": 13 }, { "arrival": { "time": "1758082951" }, "departure": { "time": "1758082961" }, "stopId": "TA6000C", "stopSequence": 14 }, { "arrival": { "time": "1758082982" }, "departure": { "time": "1758082992" }, "stopId": "TA1820C", "stopSequence": 15 }, { "arrival": { "time": "1758083063" }, "departure": { "time": "1758083073" }, "stopId": "TA1810C", "stopSequence": 16 }, { "arrival": { "time": "1758083107" }, "departure": { "time": "1758083117" }, "stopId": "TA1730C", "stopSequence": 17 }, { "arrival": { "time": "1758083156" }, "departure": { "time": "1758083166" }, "stopId": "TA1735C", "stopSequence": 18 }, { "arrival": { "time": "1758083226" }, "departure": { "time": "1758083236" }, "stopId": "TA1740C", "stopSequence": 19 }, { "arrival": { "time": "1758083284" }, "departure": { "time": "1758083294" }, "stopId": "TA2660C", "stopSequence": 20 }, { "arrival": { "time": "1758083337" }, "departure": { "time": "1758083347" }, "stopId": "TA2670C", "stopSequence": 21 }, { "arrival": { "time": "1758083433" }, "departure": { "time": "1758083443" }, "stopId": "TA6040C", "stopSequence": 22 }, { "arrival": { "time": "1758083458" }, "departure": { "time": "1758083468" }, "stopId": "TA6020C", "stopSequence": 23 }, { "arrival": { "time": "1758083492" }, "departure": { "time": "1758083502" }, "stopId": "TA2690C", "stopSequence": 24 }, { "arrival": { "time": "1758083541" }, "departure": { "time": "1758083551" }, "stopId": "TA6030C", "stopSequence": 25 }, { "arrival": { "time": "1758083598" }, "departure": { "time": "1758083608" }, "stopId": "TA2710C", "stopSequence": 26 }, { "arrival": { "time": "1758083645" }, "departure": { "time": "1758083655" }, "stopId": "TA0160C", "stopSequence": 27 }, { "arrival": { "time": "1758083694" }, "departure": { "time": "1758083704" }, "stopId": "TA5130C", "stopSequence": 28 }, { "arrival": { "time": "1758083736" }, "departure": { "time": "1758083746" }, "stopId": "TA5120C", "stopSequence": 29 }, { "arrival": { "time": "1758083769" }, "departure": { "time": "1758083779" }, "stopId": "TA0075C", "stopSequence": 30 }, { "arrival": { "time": "1758083785" }, "departure": { "time": "1758083795" }, "stopId": "TA0075P", "stopSequence": 31 } ], "timestamp": "1758082868", "trip": { "directionId": 0, "routeId": "T09B", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "516" }, "vehicle": { "id": "zenbus:Vehicle:373010004:LOC" } } }, { "id": "zenbus:Vehicle:364610007:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 16, "position": { "latitude": -21.251422882080078, "longitude": 55.520774841308594 }, "stopId": "TA0070C", "timestamp": "1758082859", "trip": { "directionId": 0, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "412" }, "vehicle": { "id": "zenbus:Vehicle:364610007:LOC" } } }, { "id": "608", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082844" }, "departure": { "time": "1758082872" }, "stopId": "TA0070C", "stopSequence": 16 }, { "arrival": { "time": "1758082942" }, "departure": { "time": "1758082952" }, "stopId": "TA0140C", "stopSequence": 17 }, { "arrival": { "time": "1758082997" }, "departure": { "time": "1758083007" }, "stopId": "TA1130C", "stopSequence": 18 }, { "arrival": { "time": "1758083063" }, "departure": { "time": "1758083073" }, "stopId": "TA3560C", "stopSequence": 19 }, { "arrival": { "time": "1758083118" }, "departure": { "time": "1758083128" }, "stopId": "TA3570C", "stopSequence": 20 }, { "arrival": { "time": "1758083195" }, "departure": { "time": "1758083205" }, "stopId": "TA5350C", "stopSequence": 21 }, { "arrival": { "time": "1758083266" }, "departure": { "time": "1758083276" }, "stopId": "TA3590C", "stopSequence": 22 }, { "arrival": { "time": "1758083329" }, "departure": { "time": "1758083339" }, "stopId": "TA00060C", "stopSequence": 23 }, { "arrival": { "time": "1758083372" }, "departure": { "time": "1758083382" }, "stopId": "TA0285C", "stopSequence": 24 }, { "arrival": { "time": "1758083401" }, "departure": { "time": "1758083411" }, "stopId": "TA5180C", "stopSequence": 25 }, { "arrival": { "time": "1758083440" }, "departure": { "time": "1758083450" }, "stopId": "TA1155C", "stopSequence": 26 }, { "arrival": { "time": "1758083492" }, "departure": { "time": "1758083502" }, "stopId": "TA4590C", "stopSequence": 27 }, { "arrival": { "time": "1758083585" }, "departure": { "time": "1758083595" }, "stopId": "TA0385C", "stopSequence": 28 }, { "arrival": { "time": "1758083630" }, "departure": { "time": "1758083640" }, "stopId": "TA4950C", "stopSequence": 29 }, { "arrival": { "time": "1758083674" }, "departure": { "time": "1758083684" }, "stopId": "TA00050C", "stopSequence": 30 }, { "arrival": { "time": "1758083742" }, "departure": { "time": "1758083752" }, "stopId": "TA4940C", "stopSequence": 31 }, { "arrival": { "time": "1758083783" }, "departure": { "time": "1758083793" }, "stopId": "TA2305C", "stopSequence": 32 }, { "arrival": { "time": "1758083877" }, "departure": { "time": "1758083887" }, "stopId": "TA1075P", "stopSequence": 33 }, { "arrival": { "time": "1758083940" }, "departure": { "time": "1758083950" }, "stopId": "TA1070P", "stopSequence": 34 }, { "arrival": { "time": "1758084004" }, "departure": { "time": "1758084014" }, "stopId": "TA1085P", "stopSequence": 35 }, { "arrival": { "time": "1758084091" }, "departure": { "time": "1758084101" }, "stopId": "TA0001C", "stopSequence": 36 }, { "arrival": { "time": "1758084161" }, "departure": { "time": "1758084171" }, "stopId": "TA00039C", "stopSequence": 37 } ], "timestamp": "1758082862", "trip": { "directionId": 0, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "412" }, "vehicle": { "id": "zenbus:Vehicle:364610007:LOC" } } }, { "id": "zenbus:Vehicle:354390004:LOC", "vehicle": { "currentStopSequence": 34, "position": { "latitude": -21.225875854492188, "longitude": 55.55170822143555 }, "stopId": "TA10100P", "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "661" }, "vehicle": { "id": "zenbus:Vehicle:354390004:LOC" } } }, { "id": "496", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082814" }, "departure": { "time": "1758082829" }, "stopId": "TA3830P", "stopSequence": 32 }, { "arrival": { "time": "1758082850" }, "departure": { "time": "1758082864" }, "stopId": "TA3820P", "stopSequence": 33 }, { "arrival": { "time": "1758082906" }, "departure": { "time": "1758082916" }, "stopId": "TA10100P", "stopSequence": 34 }, { "arrival": { "time": "1758082942" }, "departure": { "time": "1758082952" }, "stopId": "TA1316P", "stopSequence": 35 }, { "arrival": { "time": "1758082992" }, "departure": { "time": "1758083002" }, "stopId": "TA0055P", "stopSequence": 36 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "07:30:00", "tripId": "661" }, "vehicle": { "id": "zenbus:Vehicle:354390004:LOC" } } }, { "id": "zenbus:Vehicle:348790008:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 16, "position": { "latitude": -21.26480484008789, "longitude": 55.52333450317383 }, "stopId": "TA3570P", "timestamp": "1758082867", "trip": { "directionId": 1, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "669" }, "vehicle": { "id": "zenbus:Vehicle:348790008:LOC" } } }, { "id": "661", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082748" }, "departure": { "time": "1758082752" }, "stopId": "TA3590P", "stopSequence": 14 }, { "arrival": { "time": "1758082804" }, "departure": { "time": "1758082818" }, "stopId": "TA5350P", "stopSequence": 15 }, { "arrival": { "time": "1758082866" }, "departure": { "time": "1758082959" }, "stopId": "TA3570P", "stopSequence": 16 }, { "arrival": { "time": "1758083025" }, "departure": { "time": "1758083037" }, "stopId": "TA3560P", "stopSequence": 17 }, { "arrival": { "time": "1758083080" }, "departure": { "time": "1758083090" }, "stopId": "TA1130P", "stopSequence": 18 }, { "arrival": { "time": "1758083135" }, "departure": { "time": "1758083145" }, "stopId": "TA0140P", "stopSequence": 19 }, { "arrival": { "time": "1758083223" }, "departure": { "time": "1758083233" }, "stopId": "TA0070P", "stopSequence": 20 }, { "arrival": { "time": "1758083289" }, "departure": { "time": "1758083299" }, "stopId": "TA0195P", "stopSequence": 21 }, { "arrival": { "time": "1758083366" }, "departure": { "time": "1758083376" }, "stopId": "TA3910P", "stopSequence": 22 }, { "arrival": { "time": "1758083455" }, "departure": { "time": "1758083465" }, "stopId": "TA7070P", "stopSequence": 23 }, { "arrival": { "time": "1758083520" }, "departure": { "time": "1758083530" }, "stopId": "TA3890P", "stopSequence": 24 }, { "arrival": { "time": "1758083591" }, "departure": { "time": "1758083601" }, "stopId": "TA3880P", "stopSequence": 25 }, { "arrival": { "time": "1758083702" }, "departure": { "time": "1758083712" }, "stopId": "TA3870P", "stopSequence": 26 }, { "arrival": { "time": "1758083757" }, "departure": { "time": "1758083767" }, "stopId": "TA3860P", "stopSequence": 27 }, { "arrival": { "time": "1758083816" }, "departure": { "time": "1758083826" }, "stopId": "TA3850P", "stopSequence": 28 }, { "arrival": { "time": "1758083877" }, "departure": { "time": "1758083887" }, "stopId": "TA0200P", "stopSequence": 29 }, { "arrival": { "time": "1758083942" }, "departure": { "time": "1758083952" }, "stopId": "TA3840P", "stopSequence": 30 }, { "arrival": { "time": "1758083994" }, "departure": { "time": "1758084004" }, "stopId": "TA7080P", "stopSequence": 31 }, { "arrival": { "time": "1758084107" }, "departure": { "time": "1758084117" }, "stopId": "TA3830P", "stopSequence": 32 }, { "arrival": { "time": "1758084169" }, "departure": { "time": "1758084179" }, "stopId": "TA3820P", "stopSequence": 33 }, { "arrival": { "time": "1758084244" }, "departure": { "time": "1758084254" }, "stopId": "TA10100P", "stopSequence": 34 }, { "arrival": { "time": "1758084280" }, "departure": { "time": "1758084290" }, "stopId": "TA1316P", "stopSequence": 35 }, { "arrival": { "time": "1758084331" }, "departure": { "time": "1758084341" }, "stopId": "TA0055P", "stopSequence": 36 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T11", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:00:00", "tripId": "669" }, "vehicle": { "id": "zenbus:Vehicle:348790008:LOC" } } }, { "id": "zenbus:Vehicle:360580001:LOC", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 0, "position": { "latitude": -21.273866653442383, "longitude": 55.504798889160156 }, "stopId": "TA00034C", "timestamp": "1758082866", "trip": { "directionId": 1, "routeId": "T14", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "672" }, "vehicle": { "id": "zenbus:Vehicle:360580001:LOC" } } }, { "id": "972", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1758082856" }, "departure": { "time": "1758082878" }, "stopId": "TA00034C", "stopSequence": 0 }, { "arrival": { "time": "1758082955" }, "departure": { "time": "1758082965" }, "stopId": "TA00046P", "stopSequence": 1 }, { "arrival": { "time": "1758082993" }, "departure": { "time": "1758083003" }, "stopId": "TA9180C", "stopSequence": 2 }, { "arrival": { "time": "1758083036" }, "departure": { "time": "1758083046" }, "stopId": "TA9170C", "stopSequence": 3 }, { "arrival": { "time": "1758083075" }, "departure": { "time": "1758083085" }, "stopId": "02390P", "stopSequence": 4 }, { "arrival": { "time": "1758083120" }, "departure": { "time": "1758083130" }, "stopId": "02395P", "stopSequence": 5 }, { "arrival": { "time": "1758083155" }, "departure": { "time": "1758083165" }, "stopId": "02400P", "stopSequence": 6 }, { "arrival": { "time": "1758083190" }, "departure": { "time": "1758083200" }, "stopId": "02405P", "stopSequence": 7 }, { "arrival": { "time": "1758083255" }, "departure": { "time": "1758083265" }, "stopId": "02410P", "stopSequence": 8 }, { "arrival": { "time": "1758083283" }, "departure": { "time": "1758083293" }, "stopId": "02415P", "stopSequence": 9 }, { "arrival": { "time": "1758083334" }, "departure": { "time": "1758083344" }, "stopId": "02420P", "stopSequence": 10 }, { "arrival": { "time": "1758083366" }, "departure": { "time": "1758083376" }, "stopId": "TA9190P", "stopSequence": 11 }, { "arrival": { "time": "1758083402" }, "departure": { "time": "1758083412" }, "stopId": "TA3980P", "stopSequence": 12 }, { "arrival": { "time": "1758083459" }, "departure": { "time": "1758083469" }, "stopId": "TA3990P", "stopSequence": 13 }, { "arrival": { "time": "1758083500" }, "departure": { "time": "1758083510" }, "stopId": "TA4000P", "stopSequence": 14 }, { "arrival": { "time": "1758083547" }, "departure": { "time": "1758083557" }, "stopId": "TA9200P", "stopSequence": 15 }, { "arrival": { "time": "1758083593" }, "departure": { "time": "1758083603" }, "stopId": "TA9210P", "stopSequence": 16 }, { "arrival": { "time": "1758083636" }, "departure": { "time": "1758083646" }, "stopId": "TA0075C", "stopSequence": 17 }, { "arrival": { "time": "1758083723" }, "departure": { "time": "1758083733" }, "stopId": "TA4570C", "stopSequence": 18 }, { "arrival": { "time": "1758083758" }, "departure": { "time": "1758083768" }, "stopId": "TA1215P", "stopSequence": 19 }, { "arrival": { "time": "1758083795" }, "departure": { "time": "1758083805" }, "stopId": "TA1220P", "stopSequence": 20 }, { "arrival": { "time": "1758083855" }, "departure": { "time": "1758083865" }, "stopId": "TA1225P", "stopSequence": 21 }, { "arrival": { "time": "1758083898" }, "departure": { "time": "1758083908" }, "stopId": "TA1230P", "stopSequence": 22 }, { "arrival": { "time": "1758083948" }, "departure": { "time": "1758083958" }, "stopId": "TA5910P", "stopSequence": 23 }, { "arrival": { "time": "1758084003" }, "departure": { "time": "1758084013" }, "stopId": "TA1240P", "stopSequence": 24 }, { "arrival": { "time": "1758084128" }, "departure": { "time": "1758084138" }, "stopId": "TA0070P", "stopSequence": 25 }, { "arrival": { "time": "1758084163" }, "departure": { "time": "1758084173" }, "stopId": "TA0070C", "stopSequence": 26 } ], "timestamp": "1758082868", "trip": { "directionId": 1, "routeId": "T14", "scheduleRelationship": "SCHEDULED", "startDate": "20250917", "startTime": "08:20:00", "tripId": "672" }, "vehicle": { "id": "zenbus:Vehicle:360580001:LOC" } } } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1758082869" } }