Détails de la ressource
Les spécifications du format GTFS-RT sont disponibles ici : https://developers.google.com/transit/gtfs-realtime/
Cette ressource fait partie du jeu de données Réseau urbain Ritmo.
Disponibilité au téléchargement
En savoir plus
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
❌100 erreurs, 4 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 13/04/2026 à 09h01 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Sequential stop_time_update times are not increasing E022 99 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 5433988945543168:11 stop_sequence 23 arrival_time 09:10:19 (1776064219) is less than previous stop departure_time 09:15:00 (1776064500) - times must increase between two sequential stops
- trip_id 5433988945543168:11 stop_sequence 23 departure_time 09:13:14 (1776064394) is less than previous stop departure_time 09:15:00 (1776064500) - times must increase between two sequential stops
- trip_id 5433988945543168:11 stop_sequence 24 arrival_time 09:11:05 (1776064265) is less than previous stop departure_time 09:13:14 (1776064394) - times must increase between two sequential stops
- trip_id 5433988945543168:11 stop_sequence 25 arrival_time 09:11:51 (1776064311) is less than previous stop departure_time 09:14:07 (1776064447) - times must increase between two sequential stops
- trip_id 5433988945543168:11 stop_sequence 26 arrival_time 09:12:39 (1776064359) is less than previous stop departure_time 09:15:00 (1776064500) - times must increase between two sequential stops
Vehicle position far from trip shape E029 1 erreur
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.
Exemples d'erreurs
- vehicle.id zenbus:Vehicle:662550002:LOC trip_id 6482798652162048:6 at (48.799206,7.764332) is more than 200.0 meters (0.12 mile(s)) from the GTFS trip shape - vehicle should be near trip shape or on DETOUR
Avertissements
vehicle_id not populated W002 2 erreurs
vehicle_id should be populated for TripUpdates and VehiclePositions
Exemples d'erreurs
- trip_id 6553002342088704:4 does not have a vehicle_id
- trip_id 4785431083220992:4 does not have a vehicle_id
ID in one feed missing from the other W003 2 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 6553002342088704:4 is in TripUpdates but not in VehiclePositions feed
- trip_id 4785431083220992:4 is in TripUpdates but not in VehiclePositions feed
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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 1 895 | 23 fois (77 % des validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 15 | 12 fois (40 % 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 | 15 | 12 fois (40 % 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. | 13 | 11 fois (37 % des validations) |
| E028 | The vehicle position should be inside the agency coverage area. This is defined as within roughly 1/8 of a mile (200 meters) of the GTFS shapes.txt data, or stops.txt locations if the GTFS feed doesn't include shapes.txt. | 2 | 2 fois (7 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 13/04/2026 à 16h47 Europe/Paris.
vehicle_positions (21) trip_updates (21) service_alerts (0)Entités présentes dans ce flux lors des 7 derniers jours.
trip_updates vehicle_positionsFlux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 13/04/2026 à 16h47 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "zenbus:Vehicle:691050002:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 46,
"position": {
"latitude": 48.7712287902832,
"longitude": 7.86998176574707
},
"stopId": "zenbus:StopPoint:SP:5930214359040000:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "15:50:00",
"tripId": "5433988945543168:25"
},
"vehicle": {
"id": "zenbus:Vehicle:691050002:LOC"
}
}
},
{
"id": "20260413:4699572623376384:25",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091626"
},
"departure": {
"time": "1776091654"
},
"stopId": "zenbus:StopPoint:SP:5930214359040000:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776091715"
},
"departure": {
"time": "1776091725"
},
"stopId": "zenbus:StopPoint:SP:4883257280692224:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776091775"
},
"departure": {
"time": "1776091785"
},
"stopId": "zenbus:StopPoint:SP:847380002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776091824"
},
"departure": {
"time": "1776091834"
},
"stopId": "zenbus:StopPoint:SP:835980003:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776091883"
},
"departure": {
"time": "1776091893"
},
"stopId": "zenbus:StopPoint:SP:4804314452197376:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776091945"
},
"departure": {
"time": "1776091955"
},
"stopId": "zenbus:StopPoint:SP:831880022:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776092039"
},
"departure": {
"time": "1776092049"
},
"stopId": "zenbus:StopPoint:SP:4900016041754624:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776092093"
},
"departure": {
"time": "1776092103"
},
"stopId": "zenbus:StopPoint:SP:845480003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776092163"
},
"departure": {
"time": "1776092173"
},
"stopId": "zenbus:StopPoint:SP:834750003:LOC",
"stopSequence": 54
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "15:50:00",
"tripId": "5433988945543168:25"
},
"vehicle": {
"id": "zenbus:Vehicle:691050002:LOC"
}
}
},
{
"id": "zenbus:Vehicle:689160005:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 31,
"position": {
"latitude": 48.805179595947266,
"longitude": 7.807057857513428
},
"stopId": "zenbus:StopPoint:SP:673110029:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:14:00",
"tripId": "5433988945543168:26"
},
"vehicle": {
"id": "zenbus:Vehicle:689160005:LOC"
}
}
},
{
"id": "20260413:4699572623376384:26",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091587"
},
"departure": {
"time": "1776091601"
},
"stopId": "zenbus:StopPoint:SP:6498647517691904:LOC",
"stopSequence": 30
},
{
"arrival": {
"time": "1776091636"
},
"departure": {
"time": "1776091653"
},
"stopId": "zenbus:StopPoint:SP:673110029:LOC",
"stopSequence": 31
},
{
"arrival": {
"time": "1776091727"
},
"departure": {
"time": "1776091737"
},
"stopId": "zenbus:StopPoint:SP:6524345695338496:LOC",
"stopSequence": 32
},
{
"arrival": {
"time": "1776091796"
},
"departure": {
"time": "1776091806"
},
"stopId": "zenbus:StopPoint:SP:851310002:LOC",
"stopSequence": 33
},
{
"arrival": {
"time": "1776091868"
},
"departure": {
"time": "1776091878"
},
"stopId": "zenbus:StopPoint:SP:5937949578362880:LOC",
"stopSequence": 34
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:14:00",
"tripId": "5433988945543168:26"
},
"vehicle": {
"id": "zenbus:Vehicle:689160005:LOC"
}
}
},
{
"id": "zenbus:Vehicle:680260013:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 22,
"position": {
"latitude": 48.813846588134766,
"longitude": 7.782784938812256
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"timestamp": "1776091642",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:20:00",
"tripId": "5433988945543168:27"
},
"vehicle": {
"id": "zenbus:Vehicle:680260013:LOC"
}
}
},
{
"id": "20260413:4699572623376384:27",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091725"
},
"departure": {
"time": "1776091735"
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"stopSequence": 23
},
{
"arrival": {
"time": "1776091771"
},
"departure": {
"time": "1776091781"
},
"stopId": "zenbus:StopPoint:SP:6555506509348864:LOC",
"stopSequence": 24
},
{
"arrival": {
"time": "1776091817"
},
"departure": {
"time": "1776091827"
},
"stopId": "zenbus:StopPoint:SP:771880007:LOC",
"stopSequence": 25
},
{
"arrival": {
"time": "1776091865"
},
"departure": {
"time": "1776091875"
},
"stopId": "zenbus:StopPoint:SP:843930001:LOC",
"stopSequence": 26
},
{
"arrival": {
"time": "1776091916"
},
"departure": {
"time": "1776091926"
},
"stopId": "zenbus:StopPoint:SP:860960003:LOC",
"stopSequence": 27
},
{
"arrival": {
"time": "1776091973"
},
"departure": {
"time": "1776091983"
},
"stopId": "zenbus:StopPoint:SP:6040087943970816:LOC",
"stopSequence": 28
},
{
"arrival": {
"time": "1776092018"
},
"departure": {
"time": "1776092028"
},
"stopId": "zenbus:StopPoint:SP:853260002:LOC",
"stopSequence": 29
},
{
"arrival": {
"time": "1776092082"
},
"departure": {
"time": "1776092092"
},
"stopId": "zenbus:StopPoint:SP:6498647517691904:LOC",
"stopSequence": 30
},
{
"arrival": {
"time": "1776092136"
},
"departure": {
"time": "1776092146"
},
"stopId": "zenbus:StopPoint:SP:673110029:LOC",
"stopSequence": 31
},
{
"arrival": {
"time": "1776092207"
},
"departure": {
"time": "1776092217"
},
"stopId": "zenbus:StopPoint:SP:6524345695338496:LOC",
"stopSequence": 32
},
{
"arrival": {
"time": "1776092298"
},
"departure": {
"time": "1776092308"
},
"stopId": "zenbus:StopPoint:SP:859050003:LOC",
"stopSequence": 35
},
{
"arrival": {
"time": "1776092442"
},
"departure": {
"time": "1776092452"
},
"stopId": "zenbus:StopPoint:SP:853250003:LOC",
"stopSequence": 36
},
{
"arrival": {
"time": "1776092529"
},
"departure": {
"time": "1776092539"
},
"stopId": "zenbus:StopPoint:SP:5421894510575616:LOC",
"stopSequence": 37
},
{
"arrival": {
"time": "1776092588"
},
"departure": {
"time": "1776092598"
},
"stopId": "zenbus:StopPoint:SP:839910002:LOC",
"stopSequence": 38
},
{
"arrival": {
"time": "1776092727"
},
"departure": {
"time": "1776092737"
},
"stopId": "zenbus:StopPoint:SP:843890003:LOC",
"stopSequence": 39
},
{
"arrival": {
"time": "1776092817"
},
"departure": {
"time": "1776092827"
},
"stopId": "zenbus:StopPoint:SP:849620023:LOC",
"stopSequence": 40
},
{
"arrival": {
"time": "1776092879"
},
"departure": {
"time": "1776092889"
},
"stopId": "zenbus:StopPoint:SP:849660002:LOC",
"stopSequence": 41
},
{
"arrival": {
"time": "1776092942"
},
"departure": {
"time": "1776092952"
},
"stopId": "zenbus:StopPoint:SP:841770002:LOC",
"stopSequence": 42
},
{
"arrival": {
"time": "1776093031"
},
"departure": {
"time": "1776093041"
},
"stopId": "zenbus:StopPoint:SP:864900024:LOC",
"stopSequence": 43
},
{
"arrival": {
"time": "1776093123"
},
"departure": {
"time": "1776093133"
},
"stopId": "zenbus:StopPoint:SP:5949661970956288:LOC",
"stopSequence": 44
},
{
"arrival": {
"time": "1776093193"
},
"departure": {
"time": "1776093203"
},
"stopId": "zenbus:StopPoint:SP:859060002:LOC",
"stopSequence": 45
},
{
"arrival": {
"time": "1776093263"
},
"departure": {
"time": "1776093273"
},
"stopId": "zenbus:StopPoint:SP:5930214359040000:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776093333"
},
"departure": {
"time": "1776093343"
},
"stopId": "zenbus:StopPoint:SP:4883257280692224:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776093393"
},
"departure": {
"time": "1776093403"
},
"stopId": "zenbus:StopPoint:SP:847380002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776093443"
},
"departure": {
"time": "1776093453"
},
"stopId": "zenbus:StopPoint:SP:835980003:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776093502"
},
"departure": {
"time": "1776093512"
},
"stopId": "zenbus:StopPoint:SP:4804314452197376:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776093564"
},
"departure": {
"time": "1776093574"
},
"stopId": "zenbus:StopPoint:SP:831880022:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776093657"
},
"departure": {
"time": "1776093667"
},
"stopId": "zenbus:StopPoint:SP:4900016041754624:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776093712"
},
"departure": {
"time": "1776093722"
},
"stopId": "zenbus:StopPoint:SP:845480003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776093782"
},
"departure": {
"time": "1776093792"
},
"stopId": "zenbus:StopPoint:SP:834750003:LOC",
"stopSequence": 54
}
],
"timestamp": "1776091642",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:20:00",
"tripId": "5433988945543168:27"
},
"vehicle": {
"id": "zenbus:Vehicle:680260013:LOC"
}
}
},
{
"id": "zenbus:Vehicle:662580001:LOC",
"vehicle": {
"currentStopSequence": 15,
"position": {
"latitude": 48.827510833740234,
"longitude": 7.765724182128906
},
"stopId": "zenbus:StopPoint:SP:630540029:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:44:00",
"tripId": "5433988945543168:28"
},
"vehicle": {
"id": "zenbus:Vehicle:662580001:LOC"
}
}
},
{
"id": "20260413:4699572623376384:28",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091601"
},
"departure": {
"time": "1776091629"
},
"stopId": "zenbus:StopPoint:SP:839920001:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776091699"
},
"departure": {
"time": "1776091709"
},
"stopId": "zenbus:StopPoint:SP:630540029:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776091746"
},
"departure": {
"time": "1776091756"
},
"stopId": "zenbus:StopPoint:SP:663140131:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776091804"
},
"departure": {
"time": "1776091814"
},
"stopId": "zenbus:StopPoint:SP:661320025:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776091859"
},
"departure": {
"time": "1776091869"
},
"stopId": "zenbus:StopPoint:SP:651710023:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776091921"
},
"departure": {
"time": "1776091931"
},
"stopId": "zenbus:StopPoint:SP:648090018:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776091969"
},
"departure": {
"time": "1776091979"
},
"stopId": "zenbus:StopPoint:SP:670900053:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092022"
},
"departure": {
"time": "1776092032"
},
"stopId": "zenbus:StopPoint:SP:843920001:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776092103"
},
"departure": {
"time": "1776092400"
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"stopSequence": 22
},
{
"arrival": {
"time": "1776092211"
},
"departure": {
"time": "1776092340"
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"stopSequence": 23
},
{
"arrival": {
"time": "1776092265"
},
"departure": {
"time": "1776092397"
},
"stopId": "zenbus:StopPoint:SP:6555506509348864:LOC",
"stopSequence": 24
},
{
"arrival": {
"time": "1776092319"
},
"departure": {
"time": "1776092454"
},
"stopId": "zenbus:StopPoint:SP:771880007:LOC",
"stopSequence": 25
},
{
"arrival": {
"time": "1776092376"
},
"departure": {
"time": "1776092513"
},
"stopId": "zenbus:StopPoint:SP:843930001:LOC",
"stopSequence": 26
},
{
"arrival": {
"time": "1776092436"
},
"departure": {
"time": "1776092573"
},
"stopId": "zenbus:StopPoint:SP:860960003:LOC",
"stopSequence": 27
},
{
"arrival": {
"time": "1776092504"
},
"departure": {
"time": "1776092637"
},
"stopId": "zenbus:StopPoint:SP:6040087943970816:LOC",
"stopSequence": 28
},
{
"arrival": {
"time": "1776092556"
},
"departure": {
"time": "1776092693"
},
"stopId": "zenbus:StopPoint:SP:853260002:LOC",
"stopSequence": 29
},
{
"arrival": {
"time": "1776092631"
},
"departure": {
"time": "1776092760"
},
"stopId": "zenbus:StopPoint:SP:6498647517691904:LOC",
"stopSequence": 30
},
{
"arrival": {
"time": "1776092695"
},
"departure": {
"time": "1776092822"
},
"stopId": "zenbus:StopPoint:SP:673110029:LOC",
"stopSequence": 31
},
{
"arrival": {
"time": "1776092780"
},
"departure": {
"time": "1776092895"
},
"stopId": "zenbus:StopPoint:SP:6524345695338496:LOC",
"stopSequence": 32
},
{
"arrival": {
"time": "1776092848"
},
"departure": {
"time": "1776092959"
},
"stopId": "zenbus:StopPoint:SP:851310002:LOC",
"stopSequence": 33
},
{
"arrival": {
"time": "1776092920"
},
"departure": {
"time": "1776093025"
},
"stopId": "zenbus:StopPoint:SP:5937949578362880:LOC",
"stopSequence": 34
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:44:00",
"tripId": "5433988945543168:28"
},
"vehicle": {
"id": "zenbus:Vehicle:662580001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:4925247015878656:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 0,
"position": {
"latitude": 48.817779541015625,
"longitude": 7.719327926635742
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:50:00",
"tripId": "5433988945543168:29"
},
"vehicle": {
"id": "zenbus:Vehicle:4925247015878656:LOC"
}
}
},
{
"id": "20260413:4699572623376384:29",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091642"
},
"departure": {
"time": "1776091800"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 0
},
{
"arrival": {
"time": "1776091830"
},
"departure": {
"time": "1776091840"
},
"stopId": "zenbus:StopPoint:SP:4896810867884032:LOC",
"stopSequence": 1
},
{
"arrival": {
"time": "1776091886"
},
"departure": {
"time": "1776091896"
},
"stopId": "zenbus:StopPoint:SP:6597841175707648:LOC",
"stopSequence": 2
},
{
"arrival": {
"time": "1776091943"
},
"departure": {
"time": "1776091953"
},
"stopId": "zenbus:StopPoint:SP:651720023:LOC",
"stopSequence": 3
},
{
"arrival": {
"time": "1776091987"
},
"departure": {
"time": "1776091997"
},
"stopId": "zenbus:StopPoint:SP:5396617340387328:LOC",
"stopSequence": 4
},
{
"arrival": {
"time": "1776092045"
},
"departure": {
"time": "1776092055"
},
"stopId": "zenbus:StopPoint:SP:835970004:LOC",
"stopSequence": 5
},
{
"arrival": {
"time": "1776092096"
},
"departure": {
"time": "1776092106"
},
"stopId": "zenbus:StopPoint:SP:857000002:LOC",
"stopSequence": 6
},
{
"arrival": {
"time": "1776092179"
},
"departure": {
"time": "1776092189"
},
"stopId": "zenbus:StopPoint:SP:665370140:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776092237"
},
"departure": {
"time": "1776092247"
},
"stopId": "zenbus:StopPoint:SP:5993900054413312:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776092295"
},
"departure": {
"time": "1776092305"
},
"stopId": "zenbus:StopPoint:SP:864960002:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776092352"
},
"departure": {
"time": "1776092362"
},
"stopId": "zenbus:StopPoint:SP:630550027:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776092427"
},
"departure": {
"time": "1776092437"
},
"stopId": "zenbus:StopPoint:SP:860970001:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776092541"
},
"departure": {
"time": "1776092551"
},
"stopId": "zenbus:StopPoint:SP:839920001:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776092627"
},
"departure": {
"time": "1776092637"
},
"stopId": "zenbus:StopPoint:SP:630540029:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776092668"
},
"departure": {
"time": "1776092678"
},
"stopId": "zenbus:StopPoint:SP:663140131:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092716"
},
"departure": {
"time": "1776092726"
},
"stopId": "zenbus:StopPoint:SP:661320025:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092763"
},
"departure": {
"time": "1776092773"
},
"stopId": "zenbus:StopPoint:SP:651710023:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092816"
},
"departure": {
"time": "1776092826"
},
"stopId": "zenbus:StopPoint:SP:648090018:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092858"
},
"departure": {
"time": "1776092868"
},
"stopId": "zenbus:StopPoint:SP:670900053:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092900"
},
"departure": {
"time": "1776092910"
},
"stopId": "zenbus:StopPoint:SP:843920001:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776092965"
},
"departure": {
"time": "1776093300"
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"stopSequence": 22
},
{
"arrival": {
"time": "1776093048"
},
"departure": {
"time": "1776093209"
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"stopSequence": 23
},
{
"arrival": {
"time": "1776093094"
},
"departure": {
"time": "1776093262"
},
"stopId": "zenbus:StopPoint:SP:6555506509348864:LOC",
"stopSequence": 24
},
{
"arrival": {
"time": "1776093140"
},
"departure": {
"time": "1776093315"
},
"stopId": "zenbus:StopPoint:SP:771880007:LOC",
"stopSequence": 25
},
{
"arrival": {
"time": "1776093188"
},
"departure": {
"time": "1776093369"
},
"stopId": "zenbus:StopPoint:SP:843930001:LOC",
"stopSequence": 26
},
{
"arrival": {
"time": "1776093239"
},
"departure": {
"time": "1776093424"
},
"stopId": "zenbus:StopPoint:SP:860960003:LOC",
"stopSequence": 27
},
{
"arrival": {
"time": "1776093296"
},
"departure": {
"time": "1776093483"
},
"stopId": "zenbus:StopPoint:SP:6040087943970816:LOC",
"stopSequence": 28
},
{
"arrival": {
"time": "1776093341"
},
"departure": {
"time": "1776093535"
},
"stopId": "zenbus:StopPoint:SP:853260002:LOC",
"stopSequence": 29
},
{
"arrival": {
"time": "1776093404"
},
"departure": {
"time": "1776093597"
},
"stopId": "zenbus:StopPoint:SP:6498647517691904:LOC",
"stopSequence": 30
},
{
"arrival": {
"time": "1776093459"
},
"departure": {
"time": "1776093654"
},
"stopId": "zenbus:StopPoint:SP:673110029:LOC",
"stopSequence": 31
},
{
"arrival": {
"time": "1776093530"
},
"departure": {
"time": "1776093720"
},
"stopId": "zenbus:StopPoint:SP:6524345695338496:LOC",
"stopSequence": 32
},
{
"arrival": {
"time": "1776093621"
},
"departure": {
"time": "1776093825"
},
"stopId": "zenbus:StopPoint:SP:859050003:LOC",
"stopSequence": 35
},
{
"arrival": {
"time": "1776093765"
},
"departure": {
"time": "1776093957"
},
"stopId": "zenbus:StopPoint:SP:853250003:LOC",
"stopSequence": 36
},
{
"arrival": {
"time": "1776093852"
},
"departure": {
"time": "1776094031"
},
"stopId": "zenbus:StopPoint:SP:5421894510575616:LOC",
"stopSequence": 37
},
{
"arrival": {
"time": "1776093910"
},
"departure": {
"time": "1776094090"
},
"stopId": "zenbus:StopPoint:SP:839910002:LOC",
"stopSequence": 38
},
{
"arrival": {
"time": "1776094050"
},
"departure": {
"time": "1776094160"
},
"stopId": "zenbus:StopPoint:SP:843890003:LOC",
"stopSequence": 39
},
{
"arrival": {
"time": "1776094140"
},
"departure": {
"time": "1776094235"
},
"stopId": "zenbus:StopPoint:SP:849620023:LOC",
"stopSequence": 40
},
{
"arrival": {
"time": "1776094202"
},
"departure": {
"time": "1776094326"
},
"stopId": "zenbus:StopPoint:SP:849660002:LOC",
"stopSequence": 41
},
{
"arrival": {
"time": "1776094265"
},
"departure": {
"time": "1776094387"
},
"stopId": "zenbus:StopPoint:SP:841770002:LOC",
"stopSequence": 42
},
{
"arrival": {
"time": "1776094354"
},
"departure": {
"time": "1776094492"
},
"stopId": "zenbus:StopPoint:SP:864900024:LOC",
"stopSequence": 43
},
{
"arrival": {
"time": "1776094446"
},
"departure": {
"time": "1776094598"
},
"stopId": "zenbus:StopPoint:SP:5949661970956288:LOC",
"stopSequence": 44
},
{
"arrival": {
"time": "1776094516"
},
"departure": {
"time": "1776094633"
},
"stopId": "zenbus:StopPoint:SP:859060002:LOC",
"stopSequence": 45
},
{
"arrival": {
"time": "1776094586"
},
"departure": {
"time": "1776094698"
},
"stopId": "zenbus:StopPoint:SP:5930214359040000:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776094656"
},
"departure": {
"time": "1776094793"
},
"stopId": "zenbus:StopPoint:SP:4883257280692224:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776094716"
},
"departure": {
"time": "1776094853"
},
"stopId": "zenbus:StopPoint:SP:847380002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776094766"
},
"departure": {
"time": "1776094908"
},
"stopId": "zenbus:StopPoint:SP:835980003:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776094825"
},
"departure": {
"time": "1776094967"
},
"stopId": "zenbus:StopPoint:SP:4804314452197376:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776094887"
},
"departure": {
"time": "1776095088"
},
"stopId": "zenbus:StopPoint:SP:831880022:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776094980"
},
"departure": {
"time": "1776095165"
},
"stopId": "zenbus:StopPoint:SP:4900016041754624:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776095035"
},
"departure": {
"time": "1776095252"
},
"stopId": "zenbus:StopPoint:SP:845480003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776095105"
},
"departure": {
"time": "1776095317"
},
"stopId": "zenbus:StopPoint:SP:834750003:LOC",
"stopSequence": 54
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:50:00",
"tripId": "5433988945543168:29"
},
"vehicle": {
"id": "zenbus:Vehicle:4925247015878656:LOC"
}
}
},
{
"id": "zenbus:Vehicle:693030001:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 50,
"position": {
"latitude": 48.821773529052734,
"longitude": 7.736408233642578
},
"stopId": "zenbus:StopPoint:SP:669020059:LOC",
"timestamp": "1776079706",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "12:32:00",
"tripId": "5988988008529920:18"
},
"vehicle": {
"id": "zenbus:Vehicle:693030001:LOC"
}
}
},
{
"id": "20260413:5784952768561152:18",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091705"
},
"departure": {
"time": "1776091715"
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776091761"
},
"departure": {
"time": "1776091771"
},
"stopId": "zenbus:StopPoint:SP:5430543018622976:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776091808"
},
"departure": {
"time": "1776091818"
},
"stopId": "zenbus:StopPoint:SP:851310003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776091869"
},
"departure": {
"time": "1776091879"
},
"stopId": "zenbus:StopPoint:SP:5815024263102464:LOC",
"stopSequence": 54
},
{
"arrival": {
"time": "1776091912"
},
"departure": {
"time": "1776091922"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 55
},
{
"arrival": {
"time": "1776091973"
},
"departure": {
"time": "1776091983"
},
"stopId": "zenbus:StopPoint:SP:847870005:LOC",
"stopSequence": 56
},
{
"arrival": {
"time": "1776092019"
},
"departure": {
"time": "1776092029"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 57
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "12:32:00",
"tripId": "5988988008529920:18"
},
"vehicle": {
"id": "zenbus:Vehicle:693030001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:670570003:LOC",
"vehicle": {
"currentStopSequence": 35,
"position": {
"latitude": 48.814144134521484,
"longitude": 7.7827348709106445
},
"stopId": "zenbus:StopPoint:SP:814780002:LOC",
"timestamp": "1776082471",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "13:32:00",
"tripId": "5988988008529920:20"
},
"vehicle": {
"id": "zenbus:Vehicle:670570003:LOC"
}
}
},
{
"id": "20260413:5784952768561152:20",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091691"
},
"departure": {
"time": "1776091701"
},
"stopId": "zenbus:StopPoint:SP:814780002:LOC",
"stopSequence": 35
},
{
"arrival": {
"time": "1776091732"
},
"departure": {
"time": "1776091742"
},
"stopId": "zenbus:StopPoint:SP:6036062943051776:LOC",
"stopSequence": 36
},
{
"arrival": {
"time": "1776091780"
},
"departure": {
"time": "1776091790"
},
"stopId": "zenbus:StopPoint:SP:653790023:LOC",
"stopSequence": 37
},
{
"arrival": {
"time": "1776091831"
},
"departure": {
"time": "1776091841"
},
"stopId": "zenbus:StopPoint:SP:651690030:LOC",
"stopSequence": 38
},
{
"arrival": {
"time": "1776091884"
},
"departure": {
"time": "1776091894"
},
"stopId": "zenbus:StopPoint:SP:661280145:LOC",
"stopSequence": 39
},
{
"arrival": {
"time": "1776091930"
},
"departure": {
"time": "1776091940"
},
"stopId": "zenbus:StopPoint:SP:4831469726859264:LOC",
"stopSequence": 40
},
{
"arrival": {
"time": "1776091979"
},
"departure": {
"time": "1776091989"
},
"stopId": "zenbus:StopPoint:SP:653750048:LOC",
"stopSequence": 41
},
{
"arrival": {
"time": "1776092057"
},
"departure": {
"time": "1776092067"
},
"stopId": "zenbus:StopPoint:SP:859050004:LOC",
"stopSequence": 42
},
{
"arrival": {
"time": "1776092183"
},
"departure": {
"time": "1776092193"
},
"stopId": "zenbus:StopPoint:SP:831870020:LOC",
"stopSequence": 45
},
{
"arrival": {
"time": "1776092263"
},
"departure": {
"time": "1776092273"
},
"stopId": "zenbus:StopPoint:SP:849660003:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776092320"
},
"departure": {
"time": "1776092330"
},
"stopId": "zenbus:StopPoint:SP:657690023:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776092383"
},
"departure": {
"time": "1776092393"
},
"stopId": "zenbus:StopPoint:SP:843930002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776092441"
},
"departure": {
"time": "1776092451"
},
"stopId": "zenbus:StopPoint:SP:661310024:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776092522"
},
"departure": {
"time": "1776092532"
},
"stopId": "zenbus:StopPoint:SP:669020059:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776092584"
},
"departure": {
"time": "1776092594"
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776092640"
},
"departure": {
"time": "1776092650"
},
"stopId": "zenbus:StopPoint:SP:5430543018622976:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776092687"
},
"departure": {
"time": "1776092697"
},
"stopId": "zenbus:StopPoint:SP:851310003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776092747"
},
"departure": {
"time": "1776092757"
},
"stopId": "zenbus:StopPoint:SP:5815024263102464:LOC",
"stopSequence": 54
},
{
"arrival": {
"time": "1776092791"
},
"departure": {
"time": "1776092801"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 55
},
{
"arrival": {
"time": "1776092852"
},
"departure": {
"time": "1776092862"
},
"stopId": "zenbus:StopPoint:SP:847870005:LOC",
"stopSequence": 56
},
{
"arrival": {
"time": "1776092898"
},
"departure": {
"time": "1776092908"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 57
}
],
"timestamp": "1776091645",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "13:32:00",
"tripId": "5988988008529920:20"
},
"vehicle": {
"id": "zenbus:Vehicle:670570003:LOC"
}
}
},
{
"id": "zenbus:Vehicle:4912259454205952:LOC",
"vehicle": {
"currentStopSequence": 51,
"position": {
"latitude": 48.81084442138672,
"longitude": 7.811931133270264
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "14:02:00",
"tripId": "5988988008529920:21"
},
"vehicle": {
"id": "zenbus:Vehicle:4912259454205952:LOC"
}
}
},
{
"id": "20260413:5784952768561152:21",
"tripUpdate": {
"stopTimeUpdate": [
{
"scheduleRelationship": "SKIPPED",
"stopId": "zenbus:StopPoint:SP:849660003:LOC",
"stopSequence": 46
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "zenbus:StopPoint:SP:657690023:LOC",
"stopSequence": 47
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "zenbus:StopPoint:SP:843930002:LOC",
"stopSequence": 48
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "zenbus:StopPoint:SP:661310024:LOC",
"stopSequence": 49
},
{
"scheduleRelationship": "SKIPPED",
"stopId": "zenbus:StopPoint:SP:669020059:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776092401"
},
"departure": {
"time": "1776092411"
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776092457"
},
"departure": {
"time": "1776092467"
},
"stopId": "zenbus:StopPoint:SP:5430543018622976:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776092505"
},
"departure": {
"time": "1776092515"
},
"stopId": "zenbus:StopPoint:SP:851310003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776092565"
},
"departure": {
"time": "1776092575"
},
"stopId": "zenbus:StopPoint:SP:5815024263102464:LOC",
"stopSequence": 54
},
{
"arrival": {
"time": "1776092609"
},
"departure": {
"time": "1776092619"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 55
},
{
"arrival": {
"time": "1776092669"
},
"departure": {
"time": "1776092679"
},
"stopId": "zenbus:StopPoint:SP:847870005:LOC",
"stopSequence": 56
},
{
"arrival": {
"time": "1776092716"
},
"departure": {
"time": "1776092726"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 57
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "14:02:00",
"tripId": "5988988008529920:21"
},
"vehicle": {
"id": "zenbus:Vehicle:4912259454205952:LOC"
}
}
},
{
"id": "zenbus:Vehicle:691060002:LOC",
"vehicle": {
"currentStopSequence": 34,
"position": {
"latitude": 48.81529235839844,
"longitude": 7.786012172698975
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"timestamp": "1776091645",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:02:00",
"tripId": "5988988008529920:26"
},
"vehicle": {
"id": "zenbus:Vehicle:691060002:LOC"
}
}
},
{
"id": "20260413:5784952768561152:25",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091611"
},
"departure": {
"time": "1776091622"
},
"stopId": "zenbus:StopPoint:SP:671470006:LOC",
"stopSequence": 33
},
{
"arrival": {
"time": "1776091680"
},
"departure": {
"time": "1776091690"
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"stopSequence": 34
},
{
"arrival": {
"time": "1776091763"
},
"departure": {
"time": "1776091773"
},
"stopId": "zenbus:StopPoint:SP:814780002:LOC",
"stopSequence": 35
},
{
"arrival": {
"time": "1776091804"
},
"departure": {
"time": "1776091814"
},
"stopId": "zenbus:StopPoint:SP:6036062943051776:LOC",
"stopSequence": 36
},
{
"arrival": {
"time": "1776091852"
},
"departure": {
"time": "1776091862"
},
"stopId": "zenbus:StopPoint:SP:653790023:LOC",
"stopSequence": 37
},
{
"arrival": {
"time": "1776091903"
},
"departure": {
"time": "1776091913"
},
"stopId": "zenbus:StopPoint:SP:651690030:LOC",
"stopSequence": 38
},
{
"arrival": {
"time": "1776091956"
},
"departure": {
"time": "1776091966"
},
"stopId": "zenbus:StopPoint:SP:661280145:LOC",
"stopSequence": 39
},
{
"arrival": {
"time": "1776092002"
},
"departure": {
"time": "1776092012"
},
"stopId": "zenbus:StopPoint:SP:4831469726859264:LOC",
"stopSequence": 40
},
{
"arrival": {
"time": "1776092051"
},
"departure": {
"time": "1776092061"
},
"stopId": "zenbus:StopPoint:SP:653750048:LOC",
"stopSequence": 41
},
{
"arrival": {
"time": "1776092129"
},
"departure": {
"time": "1776092139"
},
"stopId": "zenbus:StopPoint:SP:859050004:LOC",
"stopSequence": 42
},
{
"arrival": {
"time": "1776092255"
},
"departure": {
"time": "1776092265"
},
"stopId": "zenbus:StopPoint:SP:831870020:LOC",
"stopSequence": 45
},
{
"arrival": {
"time": "1776092335"
},
"departure": {
"time": "1776092345"
},
"stopId": "zenbus:StopPoint:SP:849660003:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776092392"
},
"departure": {
"time": "1776092402"
},
"stopId": "zenbus:StopPoint:SP:657690023:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776092455"
},
"departure": {
"time": "1776092465"
},
"stopId": "zenbus:StopPoint:SP:843930002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776092513"
},
"departure": {
"time": "1776092523"
},
"stopId": "zenbus:StopPoint:SP:661310024:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776092594"
},
"departure": {
"time": "1776092604"
},
"stopId": "zenbus:StopPoint:SP:669020059:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776092656"
},
"departure": {
"time": "1776092666"
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776092712"
},
"departure": {
"time": "1776092722"
},
"stopId": "zenbus:StopPoint:SP:5430543018622976:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776092759"
},
"departure": {
"time": "1776092769"
},
"stopId": "zenbus:StopPoint:SP:851310003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776092819"
},
"departure": {
"time": "1776092829"
},
"stopId": "zenbus:StopPoint:SP:5815024263102464:LOC",
"stopSequence": 54
},
{
"arrival": {
"time": "1776092863"
},
"departure": {
"time": "1776092873"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 55
},
{
"arrival": {
"time": "1776092924"
},
"departure": {
"time": "1776092934"
},
"stopId": "zenbus:StopPoint:SP:847870005:LOC",
"stopSequence": 56
},
{
"arrival": {
"time": "1776092970"
},
"departure": {
"time": "1776092980"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 57
}
],
"timestamp": "1776091645",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:02:00",
"tripId": "5988988008529920:26"
},
"vehicle": {
"id": "zenbus:Vehicle:691060002:LOC"
}
}
},
{
"id": "zenbus:Vehicle:681640001:LOC",
"vehicle": {
"currentStopSequence": 8,
"position": {
"latitude": 48.77106857299805,
"longitude": 7.869345188140869
},
"stopId": "zenbus:StopPoint:SP:849650002:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:32:00",
"tripId": "5988988008529920:28"
},
"vehicle": {
"id": "zenbus:Vehicle:681640001:LOC"
}
}
},
{
"id": "20260413:5784952768561152:27",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091594"
},
"departure": {
"time": "1776091601"
},
"stopId": "zenbus:StopPoint:SP:864950017:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776091664"
},
"departure": {
"time": "1776091674"
},
"stopId": "zenbus:StopPoint:SP:849650002:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776091726"
},
"departure": {
"time": "1776091736"
},
"stopId": "zenbus:StopPoint:SP:847370002:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776091807"
},
"departure": {
"time": "1776091817"
},
"stopId": "zenbus:StopPoint:SP:777980001:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776091888"
},
"departure": {
"time": "1776091898"
},
"stopId": "zenbus:StopPoint:SP:838060003:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776091981"
},
"departure": {
"time": "1776091991"
},
"stopId": "zenbus:StopPoint:SP:864970003:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776092035"
},
"departure": {
"time": "1776092045"
},
"stopId": "zenbus:StopPoint:SP:857010003:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776092114"
},
"departure": {
"time": "1776092124"
},
"stopId": "zenbus:StopPoint:SP:5945547849465856:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776092197"
},
"departure": {
"time": "1776092207"
},
"stopId": "zenbus:StopPoint:SP:810350002:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776092347"
},
"departure": {
"time": "1776092357"
},
"stopId": "zenbus:StopPoint:SP:860970002:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092394"
},
"departure": {
"time": "1776092404"
},
"stopId": "zenbus:StopPoint:SP:658230017:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092498"
},
"departure": {
"time": "1776092508"
},
"stopId": "zenbus:StopPoint:SP:864960003:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092646"
},
"departure": {
"time": "1776092656"
},
"stopId": "zenbus:StopPoint:SP:864870034:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092741"
},
"departure": {
"time": "1776092751"
},
"stopId": "zenbus:StopPoint:SP:834730019:LOC",
"stopSequence": 23
},
{
"arrival": {
"time": "1776092816"
},
"departure": {
"time": "1776092826"
},
"stopId": "zenbus:StopPoint:SP:669080034:LOC",
"stopSequence": 24
},
{
"arrival": {
"time": "1776092875"
},
"departure": {
"time": "1776092885"
},
"stopId": "zenbus:StopPoint:SP:851280024:LOC",
"stopSequence": 25
},
{
"arrival": {
"time": "1776092938"
},
"departure": {
"time": "1776092948"
},
"stopId": "zenbus:StopPoint:SP:857000003:LOC",
"stopSequence": 26
},
{
"arrival": {
"time": "1776092992"
},
"departure": {
"time": "1776093002"
},
"stopId": "zenbus:StopPoint:SP:663120030:LOC",
"stopSequence": 27
},
{
"arrival": {
"time": "1776093042"
},
"departure": {
"time": "1776093052"
},
"stopId": "zenbus:StopPoint:SP:839920002:LOC",
"stopSequence": 28
},
{
"arrival": {
"time": "1776093098"
},
"departure": {
"time": "1776093108"
},
"stopId": "zenbus:StopPoint:SP:673110030:LOC",
"stopSequence": 29
},
{
"arrival": {
"time": "1776093143"
},
"departure": {
"time": "1776093153"
},
"stopId": "zenbus:StopPoint:SP:853260003:LOC",
"stopSequence": 30
},
{
"arrival": {
"time": "1776093194"
},
"departure": {
"time": "1776093204"
},
"stopId": "zenbus:StopPoint:SP:835920022:LOC",
"stopSequence": 31
},
{
"arrival": {
"time": "1776093235"
},
"departure": {
"time": "1776093245"
},
"stopId": "zenbus:StopPoint:SP:4920990602625024:LOC",
"stopSequence": 32
},
{
"arrival": {
"time": "1776093276"
},
"departure": {
"time": "1776093286"
},
"stopId": "zenbus:StopPoint:SP:671470006:LOC",
"stopSequence": 33
},
{
"arrival": {
"time": "1776093347"
},
"departure": {
"time": "1776093357"
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"stopSequence": 34
},
{
"arrival": {
"time": "1776093430"
},
"departure": {
"time": "1776093440"
},
"stopId": "zenbus:StopPoint:SP:814780002:LOC",
"stopSequence": 35
},
{
"arrival": {
"time": "1776093472"
},
"departure": {
"time": "1776093482"
},
"stopId": "zenbus:StopPoint:SP:6036062943051776:LOC",
"stopSequence": 36
},
{
"arrival": {
"time": "1776093519"
},
"departure": {
"time": "1776093529"
},
"stopId": "zenbus:StopPoint:SP:653790023:LOC",
"stopSequence": 37
},
{
"arrival": {
"time": "1776093570"
},
"departure": {
"time": "1776093580"
},
"stopId": "zenbus:StopPoint:SP:651690030:LOC",
"stopSequence": 38
},
{
"arrival": {
"time": "1776093623"
},
"departure": {
"time": "1776093633"
},
"stopId": "zenbus:StopPoint:SP:661280145:LOC",
"stopSequence": 39
},
{
"arrival": {
"time": "1776093669"
},
"departure": {
"time": "1776093679"
},
"stopId": "zenbus:StopPoint:SP:4831469726859264:LOC",
"stopSequence": 40
},
{
"arrival": {
"time": "1776093718"
},
"departure": {
"time": "1776093728"
},
"stopId": "zenbus:StopPoint:SP:653750048:LOC",
"stopSequence": 41
},
{
"arrival": {
"time": "1776093796"
},
"departure": {
"time": "1776093806"
},
"stopId": "zenbus:StopPoint:SP:859050004:LOC",
"stopSequence": 42
},
{
"arrival": {
"time": "1776093923"
},
"departure": {
"time": "1776093933"
},
"stopId": "zenbus:StopPoint:SP:831870020:LOC",
"stopSequence": 45
},
{
"arrival": {
"time": "1776094002"
},
"departure": {
"time": "1776094012"
},
"stopId": "zenbus:StopPoint:SP:849660003:LOC",
"stopSequence": 46
},
{
"arrival": {
"time": "1776094059"
},
"departure": {
"time": "1776094069"
},
"stopId": "zenbus:StopPoint:SP:657690023:LOC",
"stopSequence": 47
},
{
"arrival": {
"time": "1776094122"
},
"departure": {
"time": "1776094132"
},
"stopId": "zenbus:StopPoint:SP:843930002:LOC",
"stopSequence": 48
},
{
"arrival": {
"time": "1776094181"
},
"departure": {
"time": "1776094191"
},
"stopId": "zenbus:StopPoint:SP:661310024:LOC",
"stopSequence": 49
},
{
"arrival": {
"time": "1776094261"
},
"departure": {
"time": "1776094271"
},
"stopId": "zenbus:StopPoint:SP:669020059:LOC",
"stopSequence": 50
},
{
"arrival": {
"time": "1776094323"
},
"departure": {
"time": "1776094333"
},
"stopId": "zenbus:StopPoint:SP:843910003:LOC",
"stopSequence": 51
},
{
"arrival": {
"time": "1776094379"
},
"departure": {
"time": "1776094389"
},
"stopId": "zenbus:StopPoint:SP:5430543018622976:LOC",
"stopSequence": 52
},
{
"arrival": {
"time": "1776094426"
},
"departure": {
"time": "1776094436"
},
"stopId": "zenbus:StopPoint:SP:851310003:LOC",
"stopSequence": 53
},
{
"arrival": {
"time": "1776094486"
},
"departure": {
"time": "1776094498"
},
"stopId": "zenbus:StopPoint:SP:5815024263102464:LOC",
"stopSequence": 54
},
{
"arrival": {
"time": "1776094530"
},
"departure": {
"time": "1776094550"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 55
},
{
"arrival": {
"time": "1776094591"
},
"departure": {
"time": "1776094610"
},
"stopId": "zenbus:StopPoint:SP:847870005:LOC",
"stopSequence": 56
},
{
"arrival": {
"time": "1776094637"
},
"departure": {
"time": "1776094663"
},
"stopId": "zenbus:StopPoint:SP:864970002:LOC",
"stopSequence": 57
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:737930001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:32:00",
"tripId": "5988988008529920:28"
},
"vehicle": {
"id": "zenbus:Vehicle:681640001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:642290005:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 11,
"position": {
"latitude": 48.813758850097656,
"longitude": 7.782804012298584
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:756890009:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:29:00",
"tripId": "6438637865533440:21"
},
"vehicle": {
"id": "zenbus:Vehicle:642290005:LOC"
}
}
},
{
"id": "20260413:5938644062830592:21",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091765"
},
"departure": {
"time": "1776091775"
},
"stopId": "zenbus:StopPoint:SP:859040027:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776091831"
},
"departure": {
"time": "1776091841"
},
"stopId": "zenbus:StopPoint:SP:630550025:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776091888"
},
"departure": {
"time": "1776091898"
},
"stopId": "zenbus:StopPoint:SP:835980002:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776091944"
},
"departure": {
"time": "1776091954"
},
"stopId": "zenbus:StopPoint:SP:5969139098189824:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776092028"
},
"departure": {
"time": "1776092038"
},
"stopId": "zenbus:StopPoint:SP:4880458853646336:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092106"
},
"departure": {
"time": "1776092116"
},
"stopId": "zenbus:StopPoint:SP:678870006:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092207"
},
"departure": {
"time": "1776092217"
},
"stopId": "zenbus:StopPoint:SP:847380001:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092278"
},
"departure": {
"time": "1776092288"
},
"stopId": "zenbus:StopPoint:SP:663140129:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092347"
},
"departure": {
"time": "1776092357"
},
"stopId": "zenbus:StopPoint:SP:810320018:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092401"
},
"departure": {
"time": "1776092411"
},
"stopId": "zenbus:StopPoint:SP:831880021:LOC",
"stopSequence": 21
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:756890009:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:29:00",
"tripId": "6438637865533440:21"
},
"vehicle": {
"id": "zenbus:Vehicle:642290005:LOC"
}
}
},
{
"id": "zenbus:Vehicle:796080001:LOC",
"vehicle": {
"currentStopSequence": 11,
"position": {
"latitude": 48.814361572265625,
"longitude": 7.783469200134277
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:756890009:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:29:00",
"tripId": "6482798652162048:21"
},
"vehicle": {
"id": "zenbus:Vehicle:796080001:LOC"
}
}
},
{
"id": "20260413:5907884043927552:21",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091603"
},
"departure": {
"time": "1776091604"
},
"stopId": "zenbus:StopPoint:SP:847370001:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776091706"
},
"departure": {
"time": "1776091716"
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776091760"
},
"departure": {
"time": "1776091770"
},
"stopId": "zenbus:StopPoint:SP:6555506509348864:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776091804"
},
"departure": {
"time": "1776091814"
},
"stopId": "zenbus:StopPoint:SP:835920022:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776091869"
},
"departure": {
"time": "1776091879"
},
"stopId": "zenbus:StopPoint:SP:834750002:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776091915"
},
"departure": {
"time": "1776091925"
},
"stopId": "zenbus:StopPoint:SP:831890002:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776091960"
},
"departure": {
"time": "1776091970"
},
"stopId": "zenbus:StopPoint:SP:670980023:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092014"
},
"departure": {
"time": "1776092024"
},
"stopId": "zenbus:StopPoint:SP:655640056:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092089"
},
"departure": {
"time": "1776092099"
},
"stopId": "zenbus:StopPoint:SP:659230051:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092154"
},
"departure": {
"time": "1776092164"
},
"stopId": "zenbus:StopPoint:SP:661280142:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092250"
},
"departure": {
"time": "1776092260"
},
"stopId": "zenbus:StopPoint:SP:667260019:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092301"
},
"departure": {
"time": "1776092311"
},
"stopId": "zenbus:StopPoint:SP:5471403928190976:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776092390"
},
"departure": {
"time": "1776092400"
},
"stopId": "zenbus:StopPoint:SP:659220084:LOC",
"stopSequence": 22
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:756890009:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:29:00",
"tripId": "6482798652162048:21"
},
"vehicle": {
"id": "zenbus:Vehicle:796080001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:721050001:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 10,
"position": {
"latitude": 48.809913635253906,
"longitude": 7.786073207855225
},
"stopId": "zenbus:StopPoint:SP:698820092:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:747400002:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:33:00",
"tripId": "5919147645992960:13"
},
"vehicle": {
"id": "zenbus:Vehicle:721050001:LOC"
}
}
},
{
"id": "20260413:5414480264560640:13",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091628"
},
"departure": {
"time": "1776091654"
},
"stopId": "zenbus:StopPoint:SP:698820092:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776091696"
},
"departure": {
"time": "1776091706"
},
"stopId": "zenbus:StopPoint:SP:679310120:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776091806"
},
"departure": {
"time": "1776091816"
},
"stopId": "zenbus:StopPoint:SP:859040029:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776091864"
},
"departure": {
"time": "1776091874"
},
"stopId": "zenbus:StopPoint:SP:659380032:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776091926"
},
"departure": {
"time": "1776091936"
},
"stopId": "zenbus:StopPoint:SP:659220088:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776091979"
},
"departure": {
"time": "1776091989"
},
"stopId": "zenbus:StopPoint:SP:864900025:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776092052"
},
"departure": {
"time": "1776092062"
},
"stopId": "zenbus:StopPoint:SP:655640059:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092198"
},
"departure": {
"time": "1776092208"
},
"stopId": "zenbus:StopPoint:SP:839920003:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092284"
},
"departure": {
"time": "1776092294"
},
"stopId": "zenbus:StopPoint:SP:5189456625664000:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092361"
},
"departure": {
"time": "1776092371"
},
"stopId": "zenbus:StopPoint:SP:5183785859547136:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092503"
},
"departure": {
"time": "1776092513"
},
"stopId": "zenbus:StopPoint:SP:831870021:LOC",
"stopSequence": 20
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:747400002:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:33:00",
"tripId": "5919147645992960:13"
},
"vehicle": {
"id": "zenbus:Vehicle:721050001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:718890004:LOC",
"vehicle": {
"currentStopSequence": 12,
"position": {
"latitude": 48.814476013183594,
"longitude": 7.78329610824585
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:747400002:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:30:00",
"tripId": "6553002342088704:13"
},
"vehicle": {
"id": "zenbus:Vehicle:718890004:LOC"
}
}
},
{
"id": "20260413:5926642565251072:13",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091627"
},
"departure": {
"time": "1776091631"
},
"stopId": "zenbus:StopPoint:SP:841770003:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776091706"
},
"departure": {
"time": "1776091908"
},
"stopId": "zenbus:StopPoint:SP:644660003:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776091956"
},
"departure": {
"time": "1776092063"
},
"stopId": "zenbus:StopPoint:SP:6555506509348864:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776092004"
},
"departure": {
"time": "1776092117"
},
"stopId": "zenbus:StopPoint:SP:835920022:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776092074"
},
"departure": {
"time": "1776092182"
},
"stopId": "zenbus:StopPoint:SP:834750002:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776092123"
},
"departure": {
"time": "1776092236"
},
"stopId": "zenbus:StopPoint:SP:831890002:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776092204"
},
"departure": {
"time": "1776092307"
},
"stopId": "zenbus:StopPoint:SP:843930003:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776092241"
},
"departure": {
"time": "1776092325"
},
"stopId": "zenbus:StopPoint:SP:667270023:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092289"
},
"departure": {
"time": "1776092379"
},
"stopId": "zenbus:StopPoint:SP:658230016:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092354"
},
"departure": {
"time": "1776092442"
},
"stopId": "zenbus:StopPoint:SP:831880024:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092439"
},
"departure": {
"time": "1776092514"
},
"stopId": "zenbus:StopPoint:SP:851310004:LOC",
"stopSequence": 21
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:747400002:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:30:00",
"tripId": "6553002342088704:13"
},
"vehicle": {
"id": "zenbus:Vehicle:718890004:LOC"
}
}
},
{
"id": "zenbus:Vehicle:642300001:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 16,
"position": {
"latitude": 48.789222717285156,
"longitude": 7.835577011108398
},
"stopId": "zenbus:StopPoint:SP:864970005:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:760800001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "5473089233092608:12"
},
"vehicle": {
"id": "zenbus:Vehicle:642300001:LOC"
}
}
},
{
"id": "20260413:5406815874449408:12",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091591"
},
"departure": {
"time": "1776091620"
},
"stopId": "zenbus:StopPoint:SP:810320020:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776091620"
},
"departure": {
"time": "1776091654"
},
"stopId": "zenbus:StopPoint:SP:864970005:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776091682"
},
"departure": {
"time": "1776091692"
},
"stopId": "zenbus:StopPoint:SP:6557606928711680:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776091837"
},
"departure": {
"time": "1776091847"
},
"stopId": "zenbus:StopPoint:SP:5988830986371072:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776091909"
},
"departure": {
"time": "1776091919"
},
"stopId": "zenbus:StopPoint:SP:853260005:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776091994"
},
"departure": {
"time": "1776092004"
},
"stopId": "zenbus:StopPoint:SP:851320003:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092069"
},
"departure": {
"time": "1776092079"
},
"stopId": "zenbus:StopPoint:SP:831890004:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776092131"
},
"departure": {
"time": "1776092150"
},
"stopId": "zenbus:StopPoint:SP:670530120:LOC",
"stopSequence": 22
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:760800001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "5473089233092608:12"
},
"vehicle": {
"id": "zenbus:Vehicle:642300001:LOC"
}
}
},
{
"id": "zenbus:Vehicle:664110109:LOC",
"vehicle": {
"currentStopSequence": 13,
"position": {
"latitude": 48.7852783203125,
"longitude": 7.812771797180176
},
"stopId": "zenbus:StopPoint:SP:860960005:LOC",
"timestamp": "1776091645",
"trip": {
"routeId": "zenbus:Line:760800001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "4920857987121152:12"
},
"vehicle": {
"id": "zenbus:Vehicle:664110109:LOC"
}
}
},
{
"id": "20260413:6597303835033600:12",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091612"
},
"departure": {
"time": "1776091622"
},
"stopId": "zenbus:StopPoint:SP:653750049:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776091660"
},
"departure": {
"time": "1776091670"
},
"stopId": "zenbus:StopPoint:SP:860960005:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776091763"
},
"departure": {
"time": "1776091773"
},
"stopId": "zenbus:StopPoint:SP:864980004:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776091824"
},
"departure": {
"time": "1776091834"
},
"stopId": "zenbus:StopPoint:SP:835980005:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776091887"
},
"departure": {
"time": "1776091897"
},
"stopId": "zenbus:StopPoint:SP:651720026:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776091926"
},
"departure": {
"time": "1776091936"
},
"stopId": "zenbus:StopPoint:SP:669020060:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776091969"
},
"departure": {
"time": "1776091979"
},
"stopId": "zenbus:StopPoint:SP:657690024:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776092016"
},
"departure": {
"time": "1776092026"
},
"stopId": "zenbus:StopPoint:SP:670980029:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776092059"
},
"departure": {
"time": "1776092069"
},
"stopId": "zenbus:StopPoint:SP:667240131:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776092108"
},
"departure": {
"time": "1776092118"
},
"stopId": "zenbus:StopPoint:SP:645680175:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776092221"
},
"departure": {
"time": "1776092231"
},
"stopId": "zenbus:StopPoint:SP:841770003:LOC",
"stopSequence": 22
}
],
"timestamp": "1776091645",
"trip": {
"routeId": "zenbus:Line:760800001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "4920857987121152:12"
},
"vehicle": {
"id": "zenbus:Vehicle:664110109:LOC"
}
}
},
{
"id": "zenbus:Vehicle:691060004:LOC",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 18,
"position": {
"latitude": 48.73078918457031,
"longitude": 7.713891983032227
},
"stopId": "zenbus:StopPoint:SP:850270003:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:726780019:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:25:00",
"tripId": "5422260866252800:12"
},
"vehicle": {
"id": "zenbus:Vehicle:691060004:LOC"
}
}
},
{
"id": "20260413:4788911768338432:12",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091629"
},
"departure": {
"time": "1776091653"
},
"stopId": "zenbus:StopPoint:SP:850270003:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776091709"
},
"departure": {
"time": "1776091719"
},
"stopId": "zenbus:StopPoint:SP:843890005:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776091758"
},
"departure": {
"time": "1776091768"
},
"stopId": "zenbus:StopPoint:SP:847380004:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776091823"
},
"departure": {
"time": "1776091833"
},
"stopId": "zenbus:StopPoint:SP:845760005:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776091883"
},
"departure": {
"time": "1776091893"
},
"stopId": "zenbus:StopPoint:SP:843910004:LOC",
"stopSequence": 22
},
{
"arrival": {
"time": "1776091930"
},
"departure": {
"time": "1776091940"
},
"stopId": "zenbus:StopPoint:SP:859040030:LOC",
"stopSequence": 23
},
{
"arrival": {
"time": "1776091976"
},
"departure": {
"time": "1776091986"
},
"stopId": "zenbus:StopPoint:SP:839910004:LOC",
"stopSequence": 24
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:726780019:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:25:00",
"tripId": "5422260866252800:12"
},
"vehicle": {
"id": "zenbus:Vehicle:691060004:LOC"
}
}
},
{
"id": "zenbus:Vehicle:4846410684956672:LOC",
"vehicle": {
"currentStopSequence": 6,
"position": {
"latitude": 48.77210235595703,
"longitude": 7.7337188720703125
},
"stopId": "zenbus:StopPoint:SP:668780092:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:758860001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:32:00",
"tripId": "6537433333104640:13"
},
"vehicle": {
"id": "zenbus:Vehicle:4846410684956672:LOC"
}
}
},
{
"id": "20260413:6500367094251520:13",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091686"
},
"departure": {
"time": "1776091696"
},
"stopId": "zenbus:StopPoint:SP:668780092:LOC",
"stopSequence": 6
},
{
"arrival": {
"time": "1776091749"
},
"departure": {
"time": "1776091759"
},
"stopId": "zenbus:StopPoint:SP:850270002:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776092125"
},
"departure": {
"time": "1776092135"
},
"stopId": "zenbus:StopPoint:SP:810740003:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776092194"
},
"departure": {
"time": "1776092204"
},
"stopId": "zenbus:StopPoint:SP:645630093:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776092356"
},
"departure": {
"time": "1776092366"
},
"stopId": "zenbus:StopPoint:SP:869440003:LOC",
"stopSequence": 10
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:758860001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:32:00",
"tripId": "6537433333104640:13"
},
"vehicle": {
"id": "zenbus:Vehicle:4846410684956672:LOC"
}
}
},
{
"id": "zenbus:Vehicle:4789920104185856:LOC",
"vehicle": {
"currentStopSequence": 7,
"position": {
"latitude": 48.73709487915039,
"longitude": 7.714140892028809
},
"stopId": "zenbus:StopPoint:SP:667270018:LOC",
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:758860001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "5459760821305344:13"
},
"vehicle": {
"id": "zenbus:Vehicle:4789920104185856:LOC"
}
}
},
{
"id": "20260413:6574846457675776:13",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091666"
},
"departure": {
"time": "1776091676"
},
"stopId": "zenbus:StopPoint:SP:667270018:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776091737"
},
"departure": {
"time": "1776091747"
},
"stopId": "zenbus:StopPoint:SP:5982027422629888:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776091799"
},
"departure": {
"time": "1776091924"
},
"stopId": "zenbus:StopPoint:SP:847880004:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776091862"
},
"departure": {
"time": "1776091986"
},
"stopId": "zenbus:StopPoint:SP:835970006:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776091912"
},
"departure": {
"time": "1776092041"
},
"stopId": "zenbus:StopPoint:SP:851810003:LOC",
"stopSequence": 11
}
],
"timestamp": "1776091644",
"trip": {
"routeId": "zenbus:Line:758860001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:31:00",
"tripId": "5459760821305344:13"
},
"vehicle": {
"id": "zenbus:Vehicle:4789920104185856:LOC"
}
}
},
{
"id": "zenbus:Vehicle:5361830605094912:LOC",
"vehicle": {
"currentStopSequence": 1,
"position": {
"latitude": 48.8120231628418,
"longitude": 7.780949115753174
},
"stopId": "zenbus:StopPoint:SP:653750046:LOC",
"timestamp": "1776091646",
"trip": {
"routeId": "zenbus:Line:743630001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:46:00",
"tripId": "5458797662306304:10"
},
"vehicle": {
"id": "zenbus:Vehicle:5361830605094912:LOC"
}
}
},
{
"id": "20260413:5926650664452096:10",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776091618"
},
"departure": {
"time": "1776091644"
},
"stopId": "zenbus:StopPoint:SP:869440003:LOC",
"stopSequence": 0
},
{
"arrival": {
"time": "1776091675"
},
"departure": {
"time": "1776091685"
},
"stopId": "zenbus:StopPoint:SP:653750046:LOC",
"stopSequence": 1
},
{
"arrival": {
"time": "1776091726"
},
"departure": {
"time": "1776091736"
},
"stopId": "zenbus:StopPoint:SP:649920015:LOC",
"stopSequence": 2
},
{
"arrival": {
"time": "1776091894"
},
"departure": {
"time": "1776091904"
},
"stopId": "zenbus:StopPoint:SP:838630005:LOC",
"stopSequence": 3
},
{
"arrival": {
"time": "1776091927"
},
"departure": {
"time": "1776091937"
},
"stopId": "zenbus:StopPoint:SP:810730004:LOC",
"stopSequence": 4
},
{
"arrival": {
"time": "1776091967"
},
"departure": {
"time": "1776091977"
},
"stopId": "zenbus:StopPoint:SP:657690021:LOC",
"stopSequence": 5
},
{
"arrival": {
"time": "1776092003"
},
"departure": {
"time": "1776092013"
},
"stopId": "zenbus:StopPoint:SP:840350003:LOC",
"stopSequence": 6
},
{
"arrival": {
"time": "1776092038"
},
"departure": {
"time": "1776092048"
},
"stopId": "zenbus:StopPoint:SP:843900004:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776092111"
},
"departure": {
"time": "1776092121"
},
"stopId": "zenbus:StopPoint:SP:667240128:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776092231"
},
"departure": {
"time": "1776092241"
},
"stopId": "zenbus:StopPoint:SP:863530005:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776092277"
},
"departure": {
"time": "1776092287"
},
"stopId": "zenbus:StopPoint:SP:850300002:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776092321"
},
"departure": {
"time": "1776092331"
},
"stopId": "zenbus:StopPoint:SP:851800006:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776092518"
},
"departure": {
"time": "1776092528"
},
"stopId": "zenbus:StopPoint:SP:847870004:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776092677"
},
"departure": {
"time": "1776092687"
},
"stopId": "zenbus:StopPoint:SP:4689124356259840:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776092736"
},
"departure": {
"time": "1776092746"
},
"stopId": "zenbus:StopPoint:SP:698820093:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776093008"
},
"departure": {
"time": "1776093018"
},
"stopId": "zenbus:StopPoint:SP:859630004:LOC",
"stopSequence": 15
},
{
"arrival": {
"time": "1776093068"
},
"departure": {
"time": "1776093078"
},
"stopId": "zenbus:StopPoint:SP:5406189144768512:LOC",
"stopSequence": 16
},
{
"arrival": {
"time": "1776093133"
},
"departure": {
"time": "1776093143"
},
"stopId": "zenbus:StopPoint:SP:845760006:LOC",
"stopSequence": 17
},
{
"arrival": {
"time": "1776093168"
},
"departure": {
"time": "1776093178"
},
"stopId": "zenbus:StopPoint:SP:867230002:LOC",
"stopSequence": 18
},
{
"arrival": {
"time": "1776093241"
},
"departure": {
"time": "1776093251"
},
"stopId": "zenbus:StopPoint:SP:861480003:LOC",
"stopSequence": 19
},
{
"arrival": {
"time": "1776093291"
},
"departure": {
"time": "1776093301"
},
"stopId": "zenbus:StopPoint:SP:836430003:LOC",
"stopSequence": 20
},
{
"arrival": {
"time": "1776093340"
},
"departure": {
"time": "1776093350"
},
"stopId": "zenbus:StopPoint:SP:861500001:LOC",
"stopSequence": 21
},
{
"arrival": {
"time": "1776093382"
},
"departure": {
"time": "1776093392"
},
"stopId": "zenbus:StopPoint:SP:836440003:LOC",
"stopSequence": 22
},
{
"arrival": {
"time": "1776093434"
},
"departure": {
"time": "1776093462"
},
"stopId": "zenbus:StopPoint:SP:810750003:LOC",
"stopSequence": 23
}
],
"timestamp": "1776091646",
"trip": {
"routeId": "zenbus:Line:743630001:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "16:46:00",
"tripId": "5458797662306304:10"
},
"vehicle": {
"id": "zenbus:Vehicle:5361830605094912:LOC"
}
}
},
{
"id": "zenbus:Vehicle:713290001:LOC",
"vehicle": {
"currentStopSequence": 1,
"position": {
"latitude": 48.76970291137695,
"longitude": 7.847743034362793
},
"stopId": "zenbus:StopPoint:SP:869440003:LOC",
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:736370020:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "17:00:00",
"tripId": "4877186757558272:6"
},
"vehicle": {
"id": "zenbus:Vehicle:713290001:LOC"
}
}
},
{
"id": "20260413:5367264405618688:6",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1776092383"
},
"departure": {
"time": "1776092400"
},
"stopId": "zenbus:StopPoint:SP:869440003:LOC",
"stopSequence": 1
},
{
"arrival": {
"time": "1776092567"
},
"departure": {
"time": "1776092578"
},
"stopId": "zenbus:StopPoint:SP:845480004:LOC",
"stopSequence": 2
},
{
"arrival": {
"time": "1776092645"
},
"departure": {
"time": "1776092677"
},
"stopId": "zenbus:StopPoint:SP:867240003:LOC",
"stopSequence": 3
},
{
"arrival": {
"time": "1776092983"
},
"departure": {
"time": "1776092996"
},
"stopId": "zenbus:StopPoint:SP:869390002:LOC",
"stopSequence": 4
},
{
"arrival": {
"time": "1776093191"
},
"departure": {
"time": "1776093201"
},
"stopId": "zenbus:StopPoint:SP:847900005:LOC",
"stopSequence": 5
},
{
"arrival": {
"time": "1776093260"
},
"departure": {
"time": "1776093270"
},
"stopId": "zenbus:StopPoint:SP:869390003:LOC",
"stopSequence": 6
},
{
"arrival": {
"time": "1776093561"
},
"departure": {
"time": "1776093571"
},
"stopId": "zenbus:StopPoint:SP:850280002:LOC",
"stopSequence": 7
},
{
"arrival": {
"time": "1776093619"
},
"departure": {
"time": "1776093629"
},
"stopId": "zenbus:StopPoint:SP:832170003:LOC",
"stopSequence": 8
},
{
"arrival": {
"time": "1776093855"
},
"departure": {
"time": "1776093865"
},
"stopId": "zenbus:StopPoint:SP:847890003:LOC",
"stopSequence": 9
},
{
"arrival": {
"time": "1776093987"
},
"departure": {
"time": "1776093997"
},
"stopId": "zenbus:StopPoint:SP:859630005:LOC",
"stopSequence": 10
},
{
"arrival": {
"time": "1776094135"
},
"departure": {
"time": "1776094145"
},
"stopId": "zenbus:StopPoint:SP:5411837160980480:LOC",
"stopSequence": 11
},
{
"arrival": {
"time": "1776094189"
},
"departure": {
"time": "1776094199"
},
"stopId": "zenbus:StopPoint:SP:4644680571551744:LOC",
"stopSequence": 12
},
{
"arrival": {
"time": "1776094337"
},
"departure": {
"time": "1776094363"
},
"stopId": "zenbus:StopPoint:SP:840350004:LOC",
"stopSequence": 13
},
{
"arrival": {
"time": "1776094465"
},
"departure": {
"time": "1776094517"
},
"stopId": "zenbus:StopPoint:SP:855560003:LOC",
"stopSequence": 14
},
{
"arrival": {
"time": "1776094597"
},
"departure": {
"time": "1776094643"
},
"stopId": "zenbus:StopPoint:SP:810740004:LOC",
"stopSequence": 15
}
],
"timestamp": "1776091643",
"trip": {
"routeId": "zenbus:Line:736370020:LOC",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260413",
"startTime": "17:00:00",
"tripId": "4877186757558272:6"
},
"vehicle": {
"id": "zenbus:Vehicle:713290001:LOC"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1776091646"
}
}