Détails de la ressource
Ce jeu de données propose les horaires en temps réel du réseau interurbain Car Jaune à La Réunion au format GTFS-RT.
Cette ressource fait partie du jeu de données Réseau interurbain Cars Jaunes.
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
❌58 erreurs, 86 avertissements
Validation effectuée en utilisant le fichier GTFS en vigueur et le GTFS-RT, le 17/11/2025 à 08h01 Europe/Paris avec le validateur GTFS-RT de MobilityData.
Erreurs
Sequential stop_time_update times are not increasing E022 2 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 5-100794394 stop_sequence 18 arrival_time 08:22:30 (1763353350) is less than previous stop departure_time 08:22:42 (1763353362) - times must increase between two sequential stops
- trip_id 5-100794394 stop_sequence 18 departure_time 08:22:30 (1763353350) is less than previous stop departure_time 08:22:42 (1763353362) - times must increase between two sequential stops
stop_time_update departure time is before arrival time E025 2 erreurs
Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.
Exemples d'erreurs
- trip_id 5-369360941 stop_sequence 4 departure_time 10:42:25 (1763361745) is less than the same stop arrival_time 10:43:13 (1763361793) - departure time must be equal to or greater than arrival time
- trip_id 5-369164326 stop_sequence 28 departure_time 10:39:21 (1763361561) is less than the same stop arrival_time 10:39:59 (1763361599) - departure time must be equal to or greater than arrival time
stop_time_update doesn't have arrival or departure E043 49 erreurs
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Exemples d'erreurs
- trip_id 5-369360925 stop_sequence 35 doesn't have arrival or departure
- trip_id 5-369360925 stop_sequence 36 doesn't have arrival or departure
- trip_id 5-218169421 stop_sequence 4 doesn't have arrival or departure
- trip_id 5-218169421 stop_sequence 5 doesn't have arrival or departure
- trip_id 5-218169421 stop_sequence 9 doesn't have arrival or departure
VehiclePosition and TripUpdate ID pairing mismatch E047 5 erreurs
If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.
Exemples d'erreurs
- trip_id 5-184680516 and vehicle_id 684a665eafdda81b0a894de3 pairing in VehiclePositions does not match trip_id 5-184614957 and vehicle_id 684a665eafdda81b0a894de3 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id 5-184680501 and vehicle_id 68c7c4f959afae8e03d427bd pairing in VehiclePositions does not match trip_id 5-151060493 and vehicle_id 68c7c4f959afae8e03d427bd pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id 5-33685532 and vehicle_id 63a96eceacc640c044fb9525 pairing in VehiclePositions does not match trip_id 5-67174414 and vehicle_id 63a96eceacc640c044fb9525 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id 5-369360940 and vehicle_id 63a96ecdacc640c044fb9256 pairing in VehiclePositions does not match trip_id 5-369164308 and vehicle_id 63a96ecdacc640c044fb9256 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id 5-335872030 and vehicle_id 684a672a7cfa15062f836b63 pairing in VehiclePositions does not match trip_id 5-335872004 and vehicle_id 684a672a7cfa15062f836b63 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
Avertissements
ID in one feed missing from the other W003 86 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 5-100728846 is in TripUpdates but not in VehiclePositions feed
- trip_id 5-335937550 is in TripUpdates but not in VehiclePositions feed
- trip_id 5-218169395 is in TripUpdates but not in VehiclePositions feed
- trip_id 5-218169391 is in TripUpdates but not in VehiclePositions feed
- trip_id 5-100728836 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 |
|---|---|---|---|
| E043 | If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided | 713 | 30 fois (100 % 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 | 2 363 | 30 fois (100 % des validations) |
| E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 103 | 29 fois (97 % des validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 90 | 18 fois (60 % des validations) |
| E025 | Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time. | 33 | 17 fois (57 % des validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 2 | 1 fois (3 % des validations) |
Contenu du flux GTFS-RT
Entités
Entités présentes dans ce flux le 18/11/2025 à 02h01 Europe/Paris.
vehicle_positions (17) trip_updates (17) service_alerts (4)Entités présentes dans ce flux lors des 7 derniers jours.
service_alerts trip_updates vehicle_positionsService alerts (infos trafic)
Voici un aperçu des informations de trafic présentes dans ce flux le 18/11/2025 à 02h01 Europe/Paris.
Informations pratiques : 1/5 Autre effet
Les voyageurs doivent attendre le Car Jaune aux points d’arrêts (abribus ou poteaux) afin que le conducteur puisse s’arrêter en toute sécurité.Nous vous remercions de votre compréhension.
Du 04/04/2025 à 13h44 Europe/Paris au 01/01/2026 à 00h59 Europe/Paris
Informations pratiques 2/5 Autre effet
La montée dans le car se fait par la porte avant et la descente par la porte arrière. Pour faciliter l'embarquement, le voyageur est prié de préparer son paiement (en espèces) et si possible de faire l'appoint. Nous vous remercions de votre compréhension.
Du 04/04/2025 à 13h46 Europe/Paris au 01/01/2026 à 00h59 Europe/Paris
Car Jaune - Perturbations : Travaux - Arrêt « Portail » non desservi et reporté Autre effet
Arrêt « Portail » non desservi et reporté dans les deux sens de circulation par la ligne S4 sur arrêt provisoire Car Jaune « Portail » situé à proximité immédiate du Super U du 17/09/2025 au 17/12/2025
Du 16/09/2025 à 18h34 Europe/Paris au 18/12/2025 à 00h59 Europe/Paris
Travaux - Arrêt "Croisée Petite-île" non desservi Autre effet
Travaux - Circulation sera interdite les nuits du Lundi 17 novembre au Mardi 18 novembre 2025 de 20h à 05h. À ces dates et dans ce créneau horaire, l'arrêt "Croisée Petite-île" non desservi dans les deux sens par la ligne S1, S3 et S6. Nous vous remercions de votre compréhension.
Du 14/11/2025 à 13h00 Europe/Paris au 19/11/2025 à 07h00 Europe/Paris
Flux GTFS-RT décodé
Voir le contenu du flux
Voici le flux GTFS-RT décodé au format Protobuf le 18/11/2025 à 02h01 Europe/Paris. Vous pouvez consulter la documentation GTFS-RT.
{
"entity": [
{
"id": "vehicle:63a96eceacc640c044fb9b0f",
"vehicle": {
"currentStopSequence": 2,
"position": {
"latitude": -21.038352966308594,
"longitude": 55.70796203613281
},
"stopId": "430",
"timestamp": "1763427682",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-33619972"
},
"vehicle": {
"id": "63a96eceacc640c044fb9b0f",
"label": "716",
"licensePlate": "EK-351-MV"
}
}
},
{
"id": "vehicle:63a96ecdacc640c044fb9270",
"vehicle": {
"currentStopSequence": 2,
"position": {
"latitude": -21.333744049072266,
"longitude": 55.47154998779297
},
"stopId": "235",
"timestamp": "1763427682",
"trip": {
"routeId": "28",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-469958660"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9270",
"label": "501",
"licensePlate": "EK-379-AY"
}
}
},
{
"id": "vehicle:682f14cd3a516aa621ffa764",
"vehicle": {
"currentStopSequence": 3,
"position": {
"latitude": -21.069713592529297,
"longitude": 55.73664855957031
},
"stopId": "288",
"timestamp": "1763427682",
"trip": {
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-268500996"
},
"vehicle": {
"id": "682f14cd3a516aa621ffa764",
"label": "741",
"licensePlate": "HD-478-CH"
}
}
},
{
"id": "vehicle:684a66f3d4caec3cf1d91c91",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 1,
"position": {
"latitude": -21.334278106689453,
"longitude": 55.47159957885742
},
"stopId": "239",
"timestamp": "1763427682",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369360908"
},
"vehicle": {
"id": "684a66f3d4caec3cf1d91c91",
"label": "640",
"licensePlate": "HD-050-SV"
}
}
},
{
"id": "vehicle:684a672a7cfa15062f836b63",
"vehicle": {
"currentStopSequence": 8,
"position": {
"latitude": -21.15538215637207,
"longitude": 55.28307342529297
},
"stopId": "350",
"timestamp": "1763427682",
"trip": {
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-335872004"
},
"vehicle": {
"id": "684a672a7cfa15062f836b63",
"label": "644",
"licensePlate": "HD-394-SV"
}
}
},
{
"id": "vehicle:63a96ecdacc640c044fb9256",
"vehicle": {
"currentStopSequence": 4,
"position": {
"latitude": -21.345874786376953,
"longitude": 55.491573333740234
},
"stopId": "239",
"timestamp": "1763427681",
"trip": {
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-335937540"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9256",
"label": "205",
"licensePlate": "EM-668-EY"
}
}
},
{
"id": "vehicle:677d1650f0c8a6b115f024f5",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 1,
"position": {
"latitude": -20.96321678161621,
"longitude": 55.65260314941406
},
"stopId": "432",
"timestamp": "1763427681",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-100728836"
},
"vehicle": {
"id": "677d1650f0c8a6b115f024f5",
"label": "728",
"licensePlate": "HB-945-FV"
}
}
},
{
"id": "vehicle:677d17bc9eaf8c4b8ec014fc",
"vehicle": {
"currentStopSequence": 2,
"position": {
"latitude": -20.877193450927734,
"longitude": 55.45683288574219
},
"stopId": "298",
"timestamp": "1763427681",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-151126020"
},
"vehicle": {
"id": "677d17bc9eaf8c4b8ec014fc",
"label": "631",
"licensePlate": "HB-679-FV"
}
}
},
{
"id": "vehicle:68c7c4d421422b2a5ffab7d4",
"vehicle": {
"currentStopSequence": 2,
"position": {
"latitude": -21.333730697631836,
"longitude": 55.47146987915039
},
"stopId": "476",
"timestamp": "1763427681",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-151060484"
},
"vehicle": {
"id": "68c7c4d421422b2a5ffab7d4",
"label": "130",
"licensePlate": "HF-889-MX"
}
}
},
{
"id": "vehicle:682d7a10ea5586e706d8de02",
"vehicle": {
"currentStopSequence": 6,
"position": {
"latitude": -21.21590805053711,
"longitude": 55.28844451904297
},
"stopId": "208",
"timestamp": "1763427680",
"trip": {
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-184614916"
},
"vehicle": {
"id": "682d7a10ea5586e706d8de02",
"label": "125",
"licensePlate": "HD-384-CJ"
}
}
},
{
"id": "vehicle:684a6766f7aed538db91acc1",
"vehicle": {
"currentStatus": "INCOMING_AT",
"currentStopSequence": 10,
"position": {
"latitude": -21.092668533325195,
"longitude": 55.235984802246094
},
"stopId": "337",
"timestamp": "1763427680",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369164292"
},
"vehicle": {
"id": "684a6766f7aed538db91acc1",
"label": "648",
"licensePlate": "HD-340-TE"
}
}
},
{
"id": "vehicle:6875ed5a3e85cf2dc5901e99",
"vehicle": {
"currentStopSequence": 21,
"position": {
"latitude": -21.20191764831543,
"longitude": 55.29443359375
},
"stopId": "213",
"timestamp": "1763427680",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369360900"
},
"vehicle": {
"id": "6875ed5a3e85cf2dc5901e99",
"label": "228",
"licensePlate": "HE-932-QQ"
}
}
},
{
"id": "vehicle:68c7c5e4d87c653cea8692b8",
"vehicle": {
"currentStopSequence": 2,
"position": {
"latitude": -20.88003158569336,
"longitude": 55.45758819580078
},
"stopId": "151",
"timestamp": "1763427680",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-33685508"
},
"vehicle": {
"id": "68c7c5e4d87c653cea8692b8",
"label": "312",
"licensePlate": "HF-099-MY"
}
}
},
{
"id": "vehicle:68c7c4f959afae8e03d427bd",
"vehicle": {
"currentStopSequence": 5,
"position": {
"latitude": -20.961881637573242,
"longitude": 55.29383850097656
},
"stopId": "334",
"timestamp": "1763427680",
"trip": {
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-184680452"
},
"vehicle": {
"id": "68c7c4f959afae8e03d427bd",
"label": "516",
"licensePlate": "HF-901-MN"
}
}
},
{
"id": "vehicle:684a670e6838e710a65c06a7",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 1,
"position": {
"latitude": -21.00961685180664,
"longitude": 55.2747917175293
},
"stopId": "185",
"timestamp": "1763427679",
"trip": {
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-218169349"
},
"vehicle": {
"id": "684a670e6838e710a65c06a7",
"label": "642",
"licensePlate": "HD-533-SV"
}
}
},
{
"id": "vehicle:684a6734ed57eedcd5e59bf2",
"vehicle": {
"currentStopSequence": 11,
"position": {
"latitude": -20.933122634887695,
"longitude": 55.334815979003906
},
"stopId": "174",
"timestamp": "1763427679",
"trip": {
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-218169348"
},
"vehicle": {
"id": "684a6734ed57eedcd5e59bf2",
"label": "645",
"licensePlate": "HD-044-SW"
}
}
},
{
"id": "vehicle:63a96ecdacc640c044fb9119",
"vehicle": {
"currentStopSequence": 8,
"position": {
"latitude": -20.926414489746094,
"longitude": 55.630855560302734
},
"stopId": "488",
"timestamp": "1763427623",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-67239940"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9119",
"label": "723",
"licensePlate": "FK-453-XG"
}
}
},
{
"id": "trip:5-369164292",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425501"
},
"departure": {
"time": "1763426443"
},
"stopId": "330",
"stopSequence": 1
},
{
"arrival": {
"time": "1763426532"
},
"departure": {
"time": "1763426535"
},
"stopId": "332",
"stopSequence": 2
},
{
"arrival": {
"time": "1763426916"
},
"departure": {
"time": "1763426917"
},
"stopId": "336",
"stopSequence": 3
},
{
"arrival": {
"time": "1763426994"
},
"departure": {
"time": "1763426997"
},
"stopId": "341",
"stopSequence": 4
},
{
"arrival": {
"time": "1763427135"
},
"departure": {
"time": "1763427137"
},
"stopId": "335",
"stopSequence": 5
},
{
"arrival": {
"time": "1763427197"
},
"departure": {
"time": "1763427202"
},
"stopId": "501",
"stopSequence": 6
},
{
"arrival": {
"time": "1763427245"
},
"departure": {
"time": "1763427248"
},
"stopId": "498",
"stopSequence": 7
},
{
"arrival": {
"time": "1763427389"
},
"departure": {
"time": "1763427411"
},
"stopId": "342",
"stopSequence": 8
},
{
"arrival": {
"time": "1763427479"
},
"departure": {
"time": "1763427497"
},
"stopId": "338",
"stopSequence": 9
},
{
"arrival": {
"time": "1763427690"
},
"departure": {
"time": "1763427690"
},
"stopId": "337",
"stopSequence": 10
},
{
"arrival": {
"time": "1763428050"
},
"departure": {
"time": "1763428050"
},
"stopId": "344",
"stopSequence": 11
},
{
"arrival": {
"time": "1763428110"
},
"departure": {
"time": "1763428110"
},
"stopId": "345",
"stopSequence": 12
},
{
"arrival": {
"time": "1763428290"
},
"departure": {
"time": "1763428290"
},
"stopId": "348",
"stopSequence": 13
},
{
"arrival": {
"time": "1763428410"
},
"departure": {
"time": "1763428410"
},
"stopId": "350",
"stopSequence": 14
},
{
"arrival": {
"time": "1763428590"
},
"departure": {
"time": "1763428590"
},
"stopId": "347",
"stopSequence": 15
},
{
"arrival": {
"time": "1763428830"
},
"departure": {
"time": "1763428830"
},
"stopId": "355",
"stopSequence": 16
},
{
"arrival": {
"time": "1763428950"
},
"departure": {
"time": "1763428950"
},
"stopId": "357",
"stopSequence": 17
},
{
"arrival": {
"time": "1763429130"
},
"departure": {
"time": "1763429130"
},
"stopId": "352",
"stopSequence": 18
},
{
"arrival": {
"time": "1763429250"
},
"departure": {
"time": "1763429250"
},
"stopId": "351",
"stopSequence": 19
},
{
"arrival": {
"time": "1763429310"
},
"departure": {
"time": "1763429310"
},
"stopId": "354",
"stopSequence": 20
},
{
"arrival": {
"time": "1763429370"
},
"departure": {
"time": "1763429370"
},
"stopId": "359",
"stopSequence": 21
},
{
"arrival": {
"time": "1763429550"
},
"departure": {
"time": "1763429550"
},
"stopId": "356",
"stopSequence": 22
},
{
"arrival": {
"time": "1763429670"
},
"departure": {
"time": "1763429670"
},
"stopId": "358",
"stopSequence": 23
},
{
"arrival": {
"time": "1763429790"
},
"departure": {
"time": "1763429790"
},
"stopId": "362",
"stopSequence": 24
},
{
"arrival": {
"time": "1763429910"
},
"departure": {
"time": "1763429910"
},
"stopId": "366",
"stopSequence": 25
},
{
"arrival": {
"time": "1763430030"
},
"departure": {
"time": "1763430030"
},
"stopId": "367",
"stopSequence": 26
},
{
"arrival": {
"time": "1763430150"
},
"departure": {
"time": "1763430150"
},
"stopId": "365",
"stopSequence": 27
},
{
"arrival": {
"time": "1763430270"
},
"departure": {
"time": "1763430270"
},
"stopId": "364",
"stopSequence": 28
},
{
"arrival": {
"time": "1763430330"
},
"departure": {
"time": "1763430330"
},
"stopId": "361",
"stopSequence": 29
},
{
"arrival": {
"time": "1763430750"
},
"departure": {
"time": "1763430750"
},
"stopId": "369",
"stopSequence": 30
},
{
"arrival": {
"time": "1763430930"
},
"departure": {
"time": "1763430930"
},
"stopId": "475",
"stopSequence": 31
},
{
"arrival": {
"time": "1763431170"
},
"departure": {
"time": "1763431170"
},
"stopId": "372",
"stopSequence": 32
},
{
"arrival": {
"time": "1763431410"
},
"departure": {
"time": "1763431410"
},
"stopId": "373",
"stopSequence": 33
},
{
"arrival": {
"time": "1763431470"
},
"departure": {
"time": "1763431470"
},
"stopId": "375",
"stopSequence": 34
},
{
"arrival": {
"time": "1763431890"
},
"departure": {
"time": "1763431890"
},
"stopId": "380",
"stopSequence": 35
},
{
"arrival": {
"time": "1763432190"
},
"departure": {
"time": "1763432190"
},
"stopId": "378",
"stopSequence": 36
}
],
"timestamp": "1763427680",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369164292"
},
"vehicle": {
"id": "684a6766f7aed538db91acc1",
"label": "648",
"licensePlate": "HD-340-TE"
}
}
},
{
"id": "trip:5-335872004",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425247"
},
"departure": {
"time": "1763425945"
},
"stopId": "330",
"stopSequence": 1
},
{
"arrival": {
"time": "1763426438"
},
"departure": {
"time": "1763426462"
},
"stopId": "336",
"stopSequence": 2
},
{
"arrival": {
"time": "1763426636"
},
"departure": {
"time": "1763426644"
},
"stopId": "335",
"stopSequence": 3
},
{
"arrival": {
"time": "1763426682"
},
"departure": {
"time": "1763426686"
},
"stopId": "501",
"stopSequence": 4
},
{
"arrival": {
"time": "1763426723"
},
"departure": {
"time": "1763426728"
},
"stopId": "498",
"stopSequence": 5
},
{
"arrival": {
"time": "1763426912"
},
"departure": {
"time": "1763426936"
},
"stopId": "338",
"stopSequence": 6
},
{
"arrival": {
"time": "1763427430"
},
"departure": {
"time": "1763427432"
},
"stopId": "344",
"stopSequence": 7
},
{
"arrival": {
"time": "1763427770"
},
"departure": {
"time": "1763427770"
},
"stopId": "350",
"stopSequence": 8
},
{
"arrival": {
"time": "1763427950"
},
"departure": {
"time": "1763427950"
},
"stopId": "347",
"stopSequence": 9
},
{
"arrival": {
"time": "1763428070"
},
"departure": {
"time": "1763428070"
},
"stopId": "346",
"stopSequence": 10
},
{
"arrival": {
"time": "1763428190"
},
"departure": {
"time": "1763428190"
},
"stopId": "473",
"stopSequence": 11
},
{
"arrival": {
"time": "1763428430"
},
"departure": {
"time": "1763428430"
},
"stopId": "360",
"stopSequence": 12
},
{
"arrival": {
"time": "1763428490"
},
"departure": {
"time": "1763428490"
},
"stopId": "363",
"stopSequence": 13
},
{
"arrival": {
"time": "1763428730"
},
"departure": {
"time": "1763428730"
},
"stopId": "368",
"stopSequence": 14
},
{
"arrival": {
"time": "1763429090"
},
"departure": {
"time": "1763429090"
},
"stopId": "371",
"stopSequence": 15
},
{
"arrival": {
"time": "1763429210"
},
"departure": {
"time": "1763429210"
},
"stopId": "475",
"stopSequence": 16
},
{
"arrival": {
"time": "1763429510"
},
"departure": {
"time": "1763429510"
},
"stopId": "372",
"stopSequence": 17
},
{
"arrival": {
"time": "1763429810"
},
"departure": {
"time": "1763429810"
},
"stopId": "373",
"stopSequence": 18
},
{
"arrival": {
"time": "1763429870"
},
"departure": {
"time": "1763429870"
},
"stopId": "375",
"stopSequence": 19
},
{
"arrival": {
"time": "1763430290"
},
"departure": {
"time": "1763430290"
},
"stopId": "380",
"stopSequence": 20
},
{
"arrival": {
"time": "1763430590"
},
"departure": {
"time": "1763430590"
},
"stopId": "378",
"stopSequence": 21
},
{
"arrival": {
"time": "1763431130"
},
"departure": {
"time": "1763431130"
},
"stopId": "379",
"stopSequence": 22
},
{
"arrival": {
"time": "1763431670"
},
"departure": {
"time": "1763431670"
},
"stopId": "382",
"stopSequence": 23
},
{
"arrival": {
"time": "1763432570"
},
"departure": {
"time": "1763432570"
},
"stopId": "395",
"stopSequence": 24
}
],
"timestamp": "1763427682",
"trip": {
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-335872004"
},
"vehicle": {
"id": "684a672a7cfa15062f836b63",
"label": "644",
"licensePlate": "HD-394-SV"
}
}
},
{
"id": "trip:5-218169349",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427197"
},
"departure": {
"time": "1763427184"
},
"stopId": "185",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428140"
},
"departure": {
"time": "1763428140"
},
"stopId": "186",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428320"
},
"departure": {
"time": "1763428320"
},
"stopId": "188",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428500"
},
"departure": {
"time": "1763428500"
},
"stopId": "183",
"stopSequence": 4
},
{
"arrival": {
"time": "1763428560"
},
"departure": {
"time": "1763428560"
},
"stopId": "178",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428680"
},
"departure": {
"time": "1763428680"
},
"stopId": "179",
"stopSequence": 6
},
{
"arrival": {
"time": "1763428860"
},
"departure": {
"time": "1763428860"
},
"stopId": "177",
"stopSequence": 7
},
{
"arrival": {
"time": "1763429040"
},
"departure": {
"time": "1763429040"
},
"stopId": "181",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429220"
},
"departure": {
"time": "1763429220"
},
"stopId": "182",
"stopSequence": 9
},
{
"arrival": {
"time": "1763429340"
},
"departure": {
"time": "1763429340"
},
"stopId": "175",
"stopSequence": 10
},
{
"arrival": {
"time": "1763429640"
},
"departure": {
"time": "1763429640"
},
"stopId": "174",
"stopSequence": 11
},
{
"arrival": {
"time": "1763430060"
},
"departure": {
"time": "1763430060"
},
"stopId": "152",
"stopSequence": 12
},
{
"arrival": {
"time": "1763430540"
},
"departure": {
"time": "1763430540"
},
"stopId": "153",
"stopSequence": 13
},
{
"arrival": {
"time": "1763430780"
},
"departure": {
"time": "1763430780"
},
"stopId": "154",
"stopSequence": 14
},
{
"arrival": {
"time": "1763431200"
},
"departure": {
"time": "1763431200"
},
"stopId": "149",
"stopSequence": 15
}
],
"timestamp": "1763427679",
"trip": {
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-218169349"
},
"vehicle": {
"id": "684a670e6838e710a65c06a7",
"label": "642",
"licensePlate": "HD-533-SV"
}
}
},
{
"id": "trip:5-151126020",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427055"
},
"departure": {
"time": "1763427611"
},
"stopId": "297",
"stopSequence": 1
},
{
"arrival": {
"time": "1763427770"
},
"departure": {
"time": "1763427770"
},
"stopId": "298",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428430"
},
"departure": {
"time": "1763428430"
},
"stopId": "321",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428730"
},
"departure": {
"time": "1763428730"
},
"stopId": "329",
"stopSequence": 4
},
{
"arrival": {
"time": "1763429210"
},
"departure": {
"time": "1763429210"
},
"stopId": "479",
"stopSequence": 5
},
{
"arrival": {
"time": "1763429570"
},
"departure": {
"time": "1763429570"
},
"stopId": "339",
"stopSequence": 6
},
{
"arrival": {
"time": "1763430050"
},
"departure": {
"time": "1763430050"
},
"stopId": "343",
"stopSequence": 7
},
{
"arrival": {
"time": "1763430350"
},
"departure": {
"time": "1763430350"
},
"stopId": "349",
"stopSequence": 8
},
{
"arrival": {
"time": "1763430890"
},
"departure": {
"time": "1763430890"
},
"stopId": "353",
"stopSequence": 9
},
{
"arrival": {
"time": "1763431370"
},
"departure": {
"time": "1763431370"
},
"stopId": "370",
"stopSequence": 10
},
{
"arrival": {
"time": "1763431910"
},
"departure": {
"time": "1763431910"
},
"stopId": "477",
"stopSequence": 11
},
{
"arrival": {
"time": "1763432690"
},
"departure": {
"time": "1763432690"
},
"stopId": "378",
"stopSequence": 12
}
],
"timestamp": "1763427681",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-151126020"
},
"vehicle": {
"id": "677d17bc9eaf8c4b8ec014fc",
"label": "631",
"licensePlate": "HB-679-FV"
}
}
},
{
"id": "trip:5-369360908",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427653"
},
"stopId": "239",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428680"
},
"departure": {
"time": "1763428680"
},
"stopId": "241",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428980"
},
"departure": {
"time": "1763428980"
},
"stopId": "236",
"stopSequence": 3
},
{
"arrival": {
"time": "1763429040"
},
"departure": {
"time": "1763429040"
},
"stopId": "234",
"stopSequence": 4
},
{
"arrival": {
"time": "1763429280"
},
"departure": {
"time": "1763429280"
},
"stopId": "233",
"stopSequence": 5
},
{
"arrival": {
"time": "1763429400"
},
"departure": {
"time": "1763429400"
},
"stopId": "470",
"stopSequence": 6
},
{
"arrival": {
"time": "1763429880"
},
"departure": {
"time": "1763429880"
},
"stopId": "230",
"stopSequence": 7
},
{
"arrival": {
"time": "1763430120"
},
"departure": {
"time": "1763430120"
},
"stopId": "222",
"stopSequence": 8
},
{
"arrival": {
"time": "1763430240"
},
"departure": {
"time": "1763430240"
},
"stopId": "225",
"stopSequence": 9
},
{
"arrival": {
"time": "1763430300"
},
"departure": {
"time": "1763430300"
},
"stopId": "226",
"stopSequence": 10
},
{
"arrival": {
"time": "1763430420"
},
"departure": {
"time": "1763430420"
},
"stopId": "228",
"stopSequence": 11
},
{
"arrival": {
"time": "1763430540"
},
"departure": {
"time": "1763430540"
},
"stopId": "227",
"stopSequence": 12
},
{
"arrival": {
"time": "1763430660"
},
"departure": {
"time": "1763430660"
},
"stopId": "223",
"stopSequence": 13
},
{
"arrival": {
"time": "1763430780"
},
"departure": {
"time": "1763430780"
},
"stopId": "216",
"stopSequence": 14
},
{
"arrival": {
"time": "1763430900"
},
"departure": {
"time": "1763430900"
},
"stopId": "214",
"stopSequence": 15
},
{
"arrival": {
"time": "1763431080"
},
"departure": {
"time": "1763431080"
},
"stopId": "217",
"stopSequence": 16
},
{
"arrival": {
"time": "1763431260"
},
"departure": {
"time": "1763431260"
},
"stopId": "212",
"stopSequence": 17
},
{
"arrival": {
"time": "1763431320"
},
"departure": {
"time": "1763431320"
},
"stopId": "209",
"stopSequence": 18
},
{
"arrival": {
"time": "1763431380"
},
"departure": {
"time": "1763431380"
},
"stopId": "210",
"stopSequence": 19
},
{
"arrival": {
"time": "1763431500"
},
"departure": {
"time": "1763431500"
},
"stopId": "215",
"stopSequence": 20
},
{
"arrival": {
"time": "1763431680"
},
"departure": {
"time": "1763431680"
},
"stopId": "213",
"stopSequence": 21
},
{
"arrival": {
"time": "1763431920"
},
"departure": {
"time": "1763431920"
},
"stopId": "205",
"stopSequence": 22
},
{
"arrival": {
"time": "1763432160"
},
"departure": {
"time": "1763432160"
},
"stopId": "208",
"stopSequence": 23
},
{
"arrival": {
"time": "1763432340"
},
"departure": {
"time": "1763432340"
},
"stopId": "206",
"stopSequence": 24
},
{
"arrival": {
"time": "1763432460"
},
"departure": {
"time": "1763432460"
},
"stopId": "203",
"stopSequence": 25
},
{
"arrival": {
"time": "1763432580"
},
"departure": {
"time": "1763432580"
},
"stopId": "202",
"stopSequence": 26
},
{
"arrival": {
"time": "1763433000"
},
"departure": {
"time": "1763433000"
},
"stopId": "194",
"stopSequence": 27
},
{
"arrival": {
"time": "1763433240"
},
"departure": {
"time": "1763433240"
},
"stopId": "195",
"stopSequence": 28
},
{
"arrival": {
"time": "1763433300"
},
"departure": {
"time": "1763433300"
},
"stopId": "199",
"stopSequence": 29
},
{
"arrival": {
"time": "1763433480"
},
"departure": {
"time": "1763433480"
},
"stopId": "496",
"stopSequence": 30
},
{
"arrival": {
"time": "1763433540"
},
"departure": {
"time": "1763433540"
},
"stopId": "500",
"stopSequence": 31
},
{
"arrival": {
"time": "1763433600"
},
"departure": {
"time": "1763433600"
},
"stopId": "192",
"stopSequence": 32
},
{
"arrival": {
"time": "1763433660"
},
"departure": {
"time": "1763433660"
},
"stopId": "198",
"stopSequence": 33
},
{
"arrival": {
"time": "1763433780"
},
"departure": {
"time": "1763433780"
},
"stopId": "193",
"stopSequence": 34
},
{
"arrival": {
"time": "1763434200"
},
"departure": {
"time": "1763434200"
},
"stopId": "187",
"stopSequence": 35
},
{
"arrival": {
"time": "1763434740"
},
"departure": {
"time": "1763434740"
},
"stopId": "185",
"stopSequence": 36
}
],
"timestamp": "1763427682",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369360908"
},
"vehicle": {
"id": "684a66f3d4caec3cf1d91c91",
"label": "640",
"licensePlate": "HD-050-SV"
}
}
},
{
"id": "trip:5-469958660",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427657"
},
"departure": {
"time": "1763427666"
},
"stopId": "239",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428220"
},
"departure": {
"time": "1763428220"
},
"stopId": "235",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428640"
},
"departure": {
"time": "1763428640"
},
"stopId": "476",
"stopSequence": 3
},
{
"arrival": {
"time": "1763429180"
},
"departure": {
"time": "1763429180"
},
"stopId": "229",
"stopSequence": 4
},
{
"arrival": {
"time": "1763429720"
},
"departure": {
"time": "1763429720"
},
"stopId": "205",
"stopSequence": 5
},
{
"arrival": {
"time": "1763429900"
},
"departure": {
"time": "1763429900"
},
"stopId": "208",
"stopSequence": 6
},
{
"arrival": {
"time": "1763430080"
},
"departure": {
"time": "1763430080"
},
"stopId": "206",
"stopSequence": 7
},
{
"arrival": {
"time": "1763430620"
},
"departure": {
"time": "1763430620"
},
"stopId": "194",
"stopSequence": 8
},
{
"arrival": {
"time": "1763430860"
},
"departure": {
"time": "1763430860"
},
"stopId": "195",
"stopSequence": 9
},
{
"arrival": {
"time": "1763431040"
},
"departure": {
"time": "1763431040"
},
"stopId": "496",
"stopSequence": 10
},
{
"arrival": {
"time": "1763431100"
},
"departure": {
"time": "1763431100"
},
"stopId": "500",
"stopSequence": 11
},
{
"arrival": {
"time": "1763431160"
},
"departure": {
"time": "1763431160"
},
"stopId": "192",
"stopSequence": 12
},
{
"arrival": {
"time": "1763431280"
},
"departure": {
"time": "1763431280"
},
"stopId": "198",
"stopSequence": 13
},
{
"arrival": {
"time": "1763431400"
},
"departure": {
"time": "1763431400"
},
"stopId": "193",
"stopSequence": 14
},
{
"arrival": {
"time": "1763432180"
},
"departure": {
"time": "1763432180"
},
"stopId": "185",
"stopSequence": 15
},
{
"arrival": {
"time": "1763433980"
},
"departure": {
"time": "1763433980"
},
"stopId": "154",
"stopSequence": 16
},
{
"arrival": {
"time": "1763434460"
},
"departure": {
"time": "1763434460"
},
"stopId": "149",
"stopSequence": 17
},
{
"arrival": {
"time": "1763436020"
},
"departure": {
"time": "1763436020"
},
"stopId": "163",
"stopSequence": 18
},
{
"arrival": {
"time": "1763436440"
},
"departure": {
"time": "1763436440"
},
"stopId": "168",
"stopSequence": 19
}
],
"timestamp": "1763427682",
"trip": {
"routeId": "28",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-469958660"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9270",
"label": "501",
"licensePlate": "EK-379-AY"
}
}
},
{
"id": "trip:5-151060484",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763426942"
},
"departure": {
"time": "1763427659"
},
"stopId": "239",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428280"
},
"departure": {
"time": "1763428280"
},
"stopId": "476",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428820"
},
"departure": {
"time": "1763428820"
},
"stopId": "231",
"stopSequence": 3
},
{
"arrival": {
"time": "1763429240"
},
"departure": {
"time": "1763429240"
},
"stopId": "211",
"stopSequence": 4
},
{
"arrival": {
"time": "1763429720"
},
"departure": {
"time": "1763429720"
},
"stopId": "207",
"stopSequence": 5
},
{
"arrival": {
"time": "1763430020"
},
"departure": {
"time": "1763430020"
},
"stopId": "201",
"stopSequence": 6
},
{
"arrival": {
"time": "1763430500"
},
"departure": {
"time": "1763430500"
},
"stopId": "196",
"stopSequence": 7
},
{
"arrival": {
"time": "1763430980"
},
"departure": {
"time": "1763430980"
},
"stopId": "478",
"stopSequence": 8
},
{
"arrival": {
"time": "1763431520"
},
"departure": {
"time": "1763431520"
},
"stopId": "183",
"stopSequence": 9
},
{
"arrival": {
"time": "1763431820"
},
"departure": {
"time": "1763431820"
},
"stopId": "174",
"stopSequence": 10
},
{
"arrival": {
"time": "1763432660"
},
"departure": {
"time": "1763432660"
},
"stopId": "150",
"stopSequence": 11
},
{
"arrival": {
"time": "1763433080"
},
"departure": {
"time": "1763433080"
},
"stopId": "149",
"stopSequence": 12
}
],
"timestamp": "1763427681",
"trip": {
"routeId": "9",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-151060484"
},
"vehicle": {
"id": "68c7c4d421422b2a5ffab7d4",
"label": "130",
"licensePlate": "HF-889-MX"
}
}
},
{
"id": "trip:5-335937540",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425955"
},
"departure": {
"time": "1763426062"
},
"stopId": "257",
"stopSequence": 1
},
{
"stopId": "243",
"stopSequence": 2
},
{
"arrival": {
"time": "1763427601"
},
"departure": {
"time": "1763427606"
},
"stopId": "240",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428120"
},
"departure": {
"time": "1763428120"
},
"stopId": "239",
"stopSequence": 4
},
{
"arrival": {
"time": "1763428360"
},
"departure": {
"time": "1763428360"
},
"stopId": "241",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428600"
},
"departure": {
"time": "1763428600"
},
"stopId": "236",
"stopSequence": 6
},
{
"arrival": {
"time": "1763428660"
},
"departure": {
"time": "1763428660"
},
"stopId": "234",
"stopSequence": 7
},
{
"arrival": {
"time": "1763428900"
},
"departure": {
"time": "1763428900"
},
"stopId": "233",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429020"
},
"departure": {
"time": "1763429020"
},
"stopId": "470",
"stopSequence": 9
},
{
"arrival": {
"time": "1763429260"
},
"departure": {
"time": "1763429260"
},
"stopId": "232",
"stopSequence": 10
},
{
"arrival": {
"time": "1763429680"
},
"departure": {
"time": "1763429680"
},
"stopId": "229",
"stopSequence": 11
},
{
"arrival": {
"time": "1763429800"
},
"departure": {
"time": "1763429800"
},
"stopId": "224",
"stopSequence": 12
},
{
"arrival": {
"time": "1763429860"
},
"departure": {
"time": "1763429860"
},
"stopId": "218",
"stopSequence": 13
},
{
"arrival": {
"time": "1763429980"
},
"departure": {
"time": "1763429980"
},
"stopId": "467",
"stopSequence": 14
},
{
"arrival": {
"time": "1763430220"
},
"departure": {
"time": "1763430220"
},
"stopId": "204",
"stopSequence": 15
},
{
"arrival": {
"time": "1763430400"
},
"departure": {
"time": "1763430400"
},
"stopId": "205",
"stopSequence": 16
},
{
"arrival": {
"time": "1763430580"
},
"departure": {
"time": "1763430580"
},
"stopId": "208",
"stopSequence": 17
},
{
"arrival": {
"time": "1763431000"
},
"departure": {
"time": "1763431000"
},
"stopId": "202",
"stopSequence": 18
},
{
"arrival": {
"time": "1763431540"
},
"departure": {
"time": "1763431540"
},
"stopId": "195",
"stopSequence": 19
},
{
"arrival": {
"time": "1763431780"
},
"departure": {
"time": "1763431780"
},
"stopId": "496",
"stopSequence": 20
},
{
"arrival": {
"time": "1763431840"
},
"departure": {
"time": "1763431840"
},
"stopId": "500",
"stopSequence": 21
},
{
"arrival": {
"time": "1763431960"
},
"departure": {
"time": "1763431960"
},
"stopId": "192",
"stopSequence": 22
},
{
"arrival": {
"time": "1763432140"
},
"departure": {
"time": "1763432140"
},
"stopId": "193",
"stopSequence": 23
},
{
"arrival": {
"time": "1763432680"
},
"departure": {
"time": "1763432680"
},
"stopId": "185",
"stopSequence": 24
}
],
"timestamp": "1763427681",
"trip": {
"routeId": "20",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-335937540"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9256",
"label": "205",
"licensePlate": "EM-668-EY"
}
}
},
{
"id": "trip:5-33685508",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763426964"
},
"departure": {
"time": "1763427659"
},
"stopId": "297",
"stopSequence": 1
},
{
"arrival": {
"time": "1763427740"
},
"departure": {
"time": "1763427740"
},
"stopId": "151",
"stopSequence": 2
},
{
"arrival": {
"time": "1763427980"
},
"departure": {
"time": "1763427980"
},
"stopId": "156",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428160"
},
"departure": {
"time": "1763428160"
},
"stopId": "444",
"stopSequence": 4
},
{
"arrival": {
"time": "1763428280"
},
"departure": {
"time": "1763428280"
},
"stopId": "163",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428640"
},
"departure": {
"time": "1763428640"
},
"stopId": "490",
"stopSequence": 6
},
{
"arrival": {
"time": "1763429300"
},
"departure": {
"time": "1763429300"
},
"stopId": "171",
"stopSequence": 7
},
{
"arrival": {
"time": "1763429780"
},
"departure": {
"time": "1763429780"
},
"stopId": "293",
"stopSequence": 8
},
{
"arrival": {
"time": "1763430200"
},
"departure": {
"time": "1763430200"
},
"stopId": "292",
"stopSequence": 9
},
{
"arrival": {
"time": "1763431040"
},
"departure": {
"time": "1763431040"
},
"stopId": "287",
"stopSequence": 10
}
],
"timestamp": "1763427680",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-33685508"
},
"vehicle": {
"id": "68c7c5e4d87c653cea8692b8",
"label": "312",
"licensePlate": "HF-099-MY"
}
}
},
{
"id": "trip:5-33619972",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427331"
},
"departure": {
"time": "1763427642"
},
"stopId": "425",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428080"
},
"departure": {
"time": "1763428080"
},
"stopId": "430",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428500"
},
"departure": {
"time": "1763428500"
},
"stopId": "431",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428920"
},
"departure": {
"time": "1763428920"
},
"stopId": "319",
"stopSequence": 4
},
{
"arrival": {
"time": "1763429700"
},
"departure": {
"time": "1763429700"
},
"stopId": "488",
"stopSequence": 5
},
{
"arrival": {
"time": "1763429880"
},
"departure": {
"time": "1763429880"
},
"stopId": "310",
"stopSequence": 6
},
{
"arrival": {
"time": "1763430180"
},
"departure": {
"time": "1763430180"
},
"stopId": "453",
"stopSequence": 7
},
{
"arrival": {
"time": "1763430360"
},
"departure": {
"time": "1763430360"
},
"stopId": "303",
"stopSequence": 8
},
{
"arrival": {
"time": "1763430660"
},
"departure": {
"time": "1763430660"
},
"stopId": "463",
"stopSequence": 9
},
{
"arrival": {
"time": "1763430840"
},
"departure": {
"time": "1763430840"
},
"stopId": "149",
"stopSequence": 10
}
],
"timestamp": "1763427682",
"trip": {
"routeId": "2",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-33619972"
},
"vehicle": {
"id": "63a96eceacc640c044fb9b0f",
"label": "716",
"licensePlate": "EK-351-MV"
}
}
},
{
"id": "trip:5-67239940",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425796"
},
"departure": {
"time": "1763425797"
},
"stopId": "425",
"stopSequence": 1
},
{
"stopId": "427",
"stopSequence": 2
},
{
"stopId": "429",
"stopSequence": 3
},
{
"stopId": "430",
"stopSequence": 4
},
{
"stopId": "431",
"stopSequence": 5
},
{
"stopId": "433",
"stopSequence": 6
},
{
"stopId": "319",
"stopSequence": 7
},
{
"arrival": {
"time": "1763428380"
},
"departure": {
"time": "1763428380"
},
"stopId": "488",
"stopSequence": 8
},
{
"arrival": {
"time": "1763428500"
},
"departure": {
"time": "1763428500"
},
"stopId": "310",
"stopSequence": 9
},
{
"arrival": {
"time": "1763428800"
},
"departure": {
"time": "1763428800"
},
"stopId": "306",
"stopSequence": 10
},
{
"arrival": {
"time": "1763429100"
},
"departure": {
"time": "1763429100"
},
"stopId": "494",
"stopSequence": 11
},
{
"arrival": {
"time": "1763429280"
},
"departure": {
"time": "1763429280"
},
"stopId": "307",
"stopSequence": 12
},
{
"arrival": {
"time": "1763429340"
},
"departure": {
"time": "1763429340"
},
"stopId": "308",
"stopSequence": 13
},
{
"arrival": {
"time": "1763429640"
},
"departure": {
"time": "1763429640"
},
"stopId": "304",
"stopSequence": 14
},
{
"arrival": {
"time": "1763429760"
},
"departure": {
"time": "1763429760"
},
"stopId": "463",
"stopSequence": 15
},
{
"arrival": {
"time": "1763429940"
},
"departure": {
"time": "1763429940"
},
"stopId": "149",
"stopSequence": 16
}
],
"timestamp": "1763427623",
"trip": {
"routeId": "4",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-67239940"
},
"vehicle": {
"id": "63a96ecdacc640c044fb9119",
"label": "723",
"licensePlate": "FK-453-XG"
}
}
},
{
"id": "trip:5-268500996",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427080"
},
"departure": {
"time": "1763427082"
},
"stopId": "287",
"stopSequence": 1
},
{
"arrival": {
"time": "1763427349"
},
"departure": {
"time": "1763427407"
},
"stopId": "290",
"stopSequence": 2
},
{
"arrival": {
"time": "1763427780"
},
"departure": {
"time": "1763427780"
},
"stopId": "288",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428020"
},
"departure": {
"time": "1763428020"
},
"stopId": "468",
"stopSequence": 4
},
{
"arrival": {
"time": "1763428380"
},
"departure": {
"time": "1763428380"
},
"stopId": "277",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428740"
},
"departure": {
"time": "1763428740"
},
"stopId": "276",
"stopSequence": 6
},
{
"arrival": {
"time": "1763428860"
},
"departure": {
"time": "1763428860"
},
"stopId": "275",
"stopSequence": 7
},
{
"arrival": {
"time": "1763429100"
},
"departure": {
"time": "1763429100"
},
"stopId": "274",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429280"
},
"departure": {
"time": "1763429280"
},
"stopId": "271",
"stopSequence": 9
},
{
"arrival": {
"time": "1763429520"
},
"departure": {
"time": "1763429520"
},
"stopId": "272",
"stopSequence": 10
},
{
"arrival": {
"time": "1763429760"
},
"departure": {
"time": "1763429760"
},
"stopId": "273",
"stopSequence": 11
},
{
"arrival": {
"time": "1763430360"
},
"departure": {
"time": "1763430360"
},
"stopId": "265",
"stopSequence": 12
},
{
"arrival": {
"time": "1763430420"
},
"departure": {
"time": "1763430420"
},
"stopId": "264",
"stopSequence": 13
},
{
"arrival": {
"time": "1763430480"
},
"departure": {
"time": "1763430480"
},
"stopId": "266",
"stopSequence": 14
},
{
"arrival": {
"time": "1763430840"
},
"departure": {
"time": "1763430840"
},
"stopId": "267",
"stopSequence": 15
},
{
"arrival": {
"time": "1763430960"
},
"departure": {
"time": "1763430960"
},
"stopId": "268",
"stopSequence": 16
},
{
"arrival": {
"time": "1763431140"
},
"departure": {
"time": "1763431140"
},
"stopId": "262",
"stopSequence": 17
},
{
"arrival": {
"time": "1763431500"
},
"departure": {
"time": "1763431500"
},
"stopId": "263",
"stopSequence": 18
},
{
"arrival": {
"time": "1763431680"
},
"departure": {
"time": "1763431680"
},
"stopId": "270",
"stopSequence": 19
},
{
"arrival": {
"time": "1763431800"
},
"departure": {
"time": "1763431800"
},
"stopId": "269",
"stopSequence": 20
},
{
"arrival": {
"time": "1763432220"
},
"departure": {
"time": "1763432220"
},
"stopId": "260",
"stopSequence": 21
},
{
"arrival": {
"time": "1763432460"
},
"departure": {
"time": "1763432460"
},
"stopId": "261",
"stopSequence": 22
},
{
"arrival": {
"time": "1763432820"
},
"departure": {
"time": "1763432820"
},
"stopId": "257",
"stopSequence": 23
},
{
"arrival": {
"time": "1763433180"
},
"departure": {
"time": "1763433180"
},
"stopId": "259",
"stopSequence": 24
},
{
"arrival": {
"time": "1763433360"
},
"departure": {
"time": "1763433360"
},
"stopId": "258",
"stopSequence": 25
},
{
"arrival": {
"time": "1763433660"
},
"departure": {
"time": "1763433660"
},
"stopId": "243",
"stopSequence": 26
},
{
"arrival": {
"time": "1763434260"
},
"departure": {
"time": "1763434260"
},
"stopId": "244",
"stopSequence": 27
},
{
"arrival": {
"time": "1763434980"
},
"departure": {
"time": "1763434980"
},
"stopId": "240",
"stopSequence": 28
},
{
"arrival": {
"time": "1763435100"
},
"departure": {
"time": "1763435100"
},
"stopId": "242",
"stopSequence": 29
},
{
"arrival": {
"time": "1763436300"
},
"departure": {
"time": "1763436300"
},
"stopId": "239",
"stopSequence": 30
}
],
"timestamp": "1763427682",
"trip": {
"routeId": "16",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-268500996"
},
"vehicle": {
"id": "682f14cd3a516aa621ffa764",
"label": "741",
"licensePlate": "HD-478-CH"
}
}
},
{
"id": "trip:5-369360900",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763424079"
},
"departure": {
"time": "1763424629"
},
"stopId": "239",
"stopSequence": 1
},
{
"arrival": {
"time": "1763424872"
},
"departure": {
"time": "1763424878"
},
"stopId": "241",
"stopSequence": 2
},
{
"arrival": {
"time": "1763425142"
},
"departure": {
"time": "1763425144"
},
"stopId": "236",
"stopSequence": 3
},
{
"arrival": {
"time": "1763425202"
},
"departure": {
"time": "1763425204"
},
"stopId": "234",
"stopSequence": 4
},
{
"arrival": {
"time": "1763425429"
},
"departure": {
"time": "1763425436"
},
"stopId": "233",
"stopSequence": 5
},
{
"arrival": {
"time": "1763425750"
},
"departure": {
"time": "1763425754"
},
"stopId": "470",
"stopSequence": 6
},
{
"arrival": {
"time": "1763426047"
},
"departure": {
"time": "1763426066"
},
"stopId": "230",
"stopSequence": 7
},
{
"arrival": {
"time": "1763426318"
},
"departure": {
"time": "1763426320"
},
"stopId": "222",
"stopSequence": 8
},
{
"arrival": {
"time": "1763426381"
},
"departure": {
"time": "1763426386"
},
"stopId": "225",
"stopSequence": 9
},
{
"arrival": {
"time": "1763426441"
},
"departure": {
"time": "1763426446"
},
"stopId": "226",
"stopSequence": 10
},
{
"arrival": {
"time": "1763426578"
},
"departure": {
"time": "1763426579"
},
"stopId": "228",
"stopSequence": 11
},
{
"arrival": {
"time": "1763426744"
},
"departure": {
"time": "1763426785"
},
"stopId": "227",
"stopSequence": 12
},
{
"arrival": {
"time": "1763426841"
},
"departure": {
"time": "1763426847"
},
"stopId": "223",
"stopSequence": 13
},
{
"arrival": {
"time": "1763426960"
},
"departure": {
"time": "1763426963"
},
"stopId": "216",
"stopSequence": 14
},
{
"arrival": {
"time": "1763427023"
},
"departure": {
"time": "1763427027"
},
"stopId": "214",
"stopSequence": 15
},
{
"arrival": {
"time": "1763427122"
},
"departure": {
"time": "1763427146"
},
"stopId": "217",
"stopSequence": 16
},
{
"arrival": {
"time": "1763427228"
},
"departure": {
"time": "1763427253"
},
"stopId": "212",
"stopSequence": 17
},
{
"arrival": {
"time": "1763427295"
},
"departure": {
"time": "1763427326"
},
"stopId": "209",
"stopSequence": 18
},
{
"arrival": {
"time": "1763427465"
},
"departure": {
"time": "1763427471"
},
"stopId": "210",
"stopSequence": 19
},
{
"arrival": {
"time": "1763427612"
},
"departure": {
"time": "1763427638"
},
"stopId": "215",
"stopSequence": 20
},
{
"arrival": {
"time": "1763427800"
},
"departure": {
"time": "1763427800"
},
"stopId": "213",
"stopSequence": 21
},
{
"arrival": {
"time": "1763428040"
},
"departure": {
"time": "1763428040"
},
"stopId": "205",
"stopSequence": 22
},
{
"arrival": {
"time": "1763428220"
},
"departure": {
"time": "1763428220"
},
"stopId": "208",
"stopSequence": 23
},
{
"arrival": {
"time": "1763428340"
},
"departure": {
"time": "1763428340"
},
"stopId": "206",
"stopSequence": 24
},
{
"arrival": {
"time": "1763428460"
},
"departure": {
"time": "1763428460"
},
"stopId": "203",
"stopSequence": 25
},
{
"arrival": {
"time": "1763428580"
},
"departure": {
"time": "1763428580"
},
"stopId": "202",
"stopSequence": 26
},
{
"arrival": {
"time": "1763428940"
},
"departure": {
"time": "1763428940"
},
"stopId": "194",
"stopSequence": 27
},
{
"arrival": {
"time": "1763429180"
},
"departure": {
"time": "1763429180"
},
"stopId": "195",
"stopSequence": 28
},
{
"arrival": {
"time": "1763429240"
},
"departure": {
"time": "1763429240"
},
"stopId": "199",
"stopSequence": 29
},
{
"arrival": {
"time": "1763429420"
},
"departure": {
"time": "1763429420"
},
"stopId": "496",
"stopSequence": 30
},
{
"arrival": {
"time": "1763429480"
},
"departure": {
"time": "1763429480"
},
"stopId": "500",
"stopSequence": 31
},
{
"arrival": {
"time": "1763429540"
},
"departure": {
"time": "1763429540"
},
"stopId": "192",
"stopSequence": 32
},
{
"arrival": {
"time": "1763429600"
},
"departure": {
"time": "1763429600"
},
"stopId": "198",
"stopSequence": 33
},
{
"arrival": {
"time": "1763429720"
},
"departure": {
"time": "1763429720"
},
"stopId": "193",
"stopSequence": 34
},
{
"arrival": {
"time": "1763430140"
},
"departure": {
"time": "1763430140"
},
"stopId": "187",
"stopSequence": 35
},
{
"arrival": {
"time": "1763430560"
},
"departure": {
"time": "1763430560"
},
"stopId": "185",
"stopSequence": 36
}
],
"timestamp": "1763427680",
"trip": {
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-369360900"
},
"vehicle": {
"id": "6875ed5a3e85cf2dc5901e99",
"label": "228",
"licensePlate": "HE-932-QQ"
}
}
},
{
"id": "trip:5-218169348",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763424899"
},
"departure": {
"time": "1763425856"
},
"stopId": "185",
"stopSequence": 1
},
{
"arrival": {
"time": "1763426202"
},
"departure": {
"time": "1763426226"
},
"stopId": "186",
"stopSequence": 2
},
{
"arrival": {
"time": "1763426384"
},
"departure": {
"time": "1763426386"
},
"stopId": "188",
"stopSequence": 3
},
{
"arrival": {
"time": "1763426572"
},
"departure": {
"time": "1763426584"
},
"stopId": "183",
"stopSequence": 4
},
{
"arrival": {
"time": "1763426756"
},
"departure": {
"time": "1763426758"
},
"stopId": "178",
"stopSequence": 5
},
{
"arrival": {
"time": "1763426854"
},
"departure": {
"time": "1763426899"
},
"stopId": "179",
"stopSequence": 6
},
{
"arrival": {
"time": "1763427007"
},
"departure": {
"time": "1763427066"
},
"stopId": "177",
"stopSequence": 7
},
{
"arrival": {
"time": "1763427188"
},
"departure": {
"time": "1763427193"
},
"stopId": "181",
"stopSequence": 8
},
{
"arrival": {
"time": "1763427323"
},
"departure": {
"time": "1763427327"
},
"stopId": "182",
"stopSequence": 9
},
{
"arrival": {
"time": "1763427482"
},
"departure": {
"time": "1763427536"
},
"stopId": "175",
"stopSequence": 10
},
{
"arrival": {
"time": "1763427800"
},
"departure": {
"time": "1763427800"
},
"stopId": "174",
"stopSequence": 11
},
{
"arrival": {
"time": "1763428220"
},
"departure": {
"time": "1763428220"
},
"stopId": "152",
"stopSequence": 12
},
{
"arrival": {
"time": "1763428700"
},
"departure": {
"time": "1763428700"
},
"stopId": "153",
"stopSequence": 13
},
{
"arrival": {
"time": "1763428940"
},
"departure": {
"time": "1763428940"
},
"stopId": "154",
"stopSequence": 14
},
{
"arrival": {
"time": "1763429360"
},
"departure": {
"time": "1763429360"
},
"stopId": "149",
"stopSequence": 15
}
],
"timestamp": "1763427679",
"trip": {
"routeId": "13",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-218169348"
},
"vehicle": {
"id": "684a6734ed57eedcd5e59bf2",
"label": "645",
"licensePlate": "HD-044-SW"
}
}
},
{
"id": "trip:5-100728836",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763427632"
},
"stopId": "432",
"stopSequence": 1
},
{
"arrival": {
"time": "1763428260"
},
"departure": {
"time": "1763428260"
},
"stopId": "433",
"stopSequence": 2
},
{
"arrival": {
"time": "1763428380"
},
"departure": {
"time": "1763428380"
},
"stopId": "319",
"stopSequence": 3
},
{
"arrival": {
"time": "1763428560"
},
"departure": {
"time": "1763428560"
},
"stopId": "317",
"stopSequence": 4
},
{
"arrival": {
"time": "1763428740"
},
"departure": {
"time": "1763428740"
},
"stopId": "320",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428800"
},
"departure": {
"time": "1763428800"
},
"stopId": "316",
"stopSequence": 6
},
{
"arrival": {
"time": "1763429340"
},
"departure": {
"time": "1763429340"
},
"stopId": "312",
"stopSequence": 7
},
{
"arrival": {
"time": "1763429460"
},
"departure": {
"time": "1763429460"
},
"stopId": "313",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429520"
},
"departure": {
"time": "1763429520"
},
"stopId": "474",
"stopSequence": 9
},
{
"arrival": {
"time": "1763429640"
},
"departure": {
"time": "1763429640"
},
"stopId": "311",
"stopSequence": 10
},
{
"arrival": {
"time": "1763429880"
},
"departure": {
"time": "1763429880"
},
"stopId": "315",
"stopSequence": 11
},
{
"arrival": {
"time": "1763430060"
},
"departure": {
"time": "1763430060"
},
"stopId": "310",
"stopSequence": 12
},
{
"arrival": {
"time": "1763430360"
},
"departure": {
"time": "1763430360"
},
"stopId": "306",
"stopSequence": 13
},
{
"arrival": {
"time": "1763430540"
},
"departure": {
"time": "1763430540"
},
"stopId": "302",
"stopSequence": 14
},
{
"arrival": {
"time": "1763430660"
},
"departure": {
"time": "1763430660"
},
"stopId": "454",
"stopSequence": 15
},
{
"arrival": {
"time": "1763430840"
},
"departure": {
"time": "1763430840"
},
"stopId": "305",
"stopSequence": 16
},
{
"arrival": {
"time": "1763430960"
},
"departure": {
"time": "1763430960"
},
"stopId": "304",
"stopSequence": 17
},
{
"arrival": {
"time": "1763431260"
},
"departure": {
"time": "1763431260"
},
"stopId": "149",
"stopSequence": 18
}
],
"timestamp": "1763427681",
"trip": {
"routeId": "6",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-100728836"
},
"vehicle": {
"id": "677d1650f0c8a6b115f024f5",
"label": "728",
"licensePlate": "HB-945-FV"
}
}
},
{
"id": "trip:5-184614916",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425308"
},
"departure": {
"time": "1763425839"
},
"stopId": "239",
"stopSequence": 1
},
{
"arrival": {
"time": "1763426389"
},
"departure": {
"time": "1763426432"
},
"stopId": "233",
"stopSequence": 2
},
{
"arrival": {
"time": "1763426703"
},
"departure": {
"time": "1763426709"
},
"stopId": "470",
"stopSequence": 3
},
{
"arrival": {
"time": "1763427217"
},
"departure": {
"time": "1763427221"
},
"stopId": "229",
"stopSequence": 4
},
{
"arrival": {
"time": "1763427415"
},
"departure": {
"time": "1763427419"
},
"stopId": "224",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428010"
},
"departure": {
"time": "1763428010"
},
"stopId": "208",
"stopSequence": 6
},
{
"arrival": {
"time": "1763428430"
},
"departure": {
"time": "1763428430"
},
"stopId": "202",
"stopSequence": 7
},
{
"arrival": {
"time": "1763428910"
},
"departure": {
"time": "1763428910"
},
"stopId": "195",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429450"
},
"departure": {
"time": "1763429450"
},
"stopId": "193",
"stopSequence": 9
},
{
"arrival": {
"time": "1763430230"
},
"departure": {
"time": "1763430230"
},
"stopId": "478",
"stopSequence": 10
},
{
"arrival": {
"time": "1763430590"
},
"departure": {
"time": "1763430590"
},
"stopId": "189",
"stopSequence": 11
},
{
"arrival": {
"time": "1763430830"
},
"departure": {
"time": "1763430830"
},
"stopId": "177",
"stopSequence": 12
},
{
"arrival": {
"time": "1763431490"
},
"departure": {
"time": "1763431490"
},
"stopId": "174",
"stopSequence": 13
},
{
"arrival": {
"time": "1763432330"
},
"departure": {
"time": "1763432330"
},
"stopId": "150",
"stopSequence": 14
},
{
"arrival": {
"time": "1763432750"
},
"departure": {
"time": "1763432750"
},
"stopId": "149",
"stopSequence": 15
}
],
"timestamp": "1763427680",
"trip": {
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-184614916"
},
"vehicle": {
"id": "682d7a10ea5586e706d8de02",
"label": "125",
"licensePlate": "HD-384-CJ"
}
}
},
{
"id": "trip:5-184680452",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1763425817"
},
"departure": {
"time": "1763425855"
},
"stopId": "297",
"stopSequence": 1
},
{
"arrival": {
"time": "1763426019"
},
"departure": {
"time": "1763426066"
},
"stopId": "298",
"stopSequence": 2
},
{
"arrival": {
"time": "1763426734"
},
"departure": {
"time": "1763426817"
},
"stopId": "321",
"stopSequence": 3
},
{
"arrival": {
"time": "1763427204"
},
"departure": {
"time": "1763427346"
},
"stopId": "323",
"stopSequence": 4
},
{
"arrival": {
"time": "1763427700"
},
"departure": {
"time": "1763427700"
},
"stopId": "334",
"stopSequence": 5
},
{
"arrival": {
"time": "1763428420"
},
"departure": {
"time": "1763428420"
},
"stopId": "479",
"stopSequence": 6
},
{
"arrival": {
"time": "1763428900"
},
"departure": {
"time": "1763428900"
},
"stopId": "336",
"stopSequence": 7
},
{
"arrival": {
"time": "1763429320"
},
"departure": {
"time": "1763429320"
},
"stopId": "338",
"stopSequence": 8
},
{
"arrival": {
"time": "1763429800"
},
"departure": {
"time": "1763429800"
},
"stopId": "344",
"stopSequence": 9
},
{
"arrival": {
"time": "1763430220"
},
"departure": {
"time": "1763430220"
},
"stopId": "350",
"stopSequence": 10
},
{
"arrival": {
"time": "1763430940"
},
"departure": {
"time": "1763430940"
},
"stopId": "363",
"stopSequence": 11
},
{
"arrival": {
"time": "1763431120"
},
"departure": {
"time": "1763431120"
},
"stopId": "368",
"stopSequence": 12
},
{
"arrival": {
"time": "1763431600"
},
"departure": {
"time": "1763431600"
},
"stopId": "475",
"stopSequence": 13
},
{
"arrival": {
"time": "1763431780"
},
"departure": {
"time": "1763431780"
},
"stopId": "372",
"stopSequence": 14
},
{
"arrival": {
"time": "1763432560"
},
"departure": {
"time": "1763432560"
},
"stopId": "378",
"stopSequence": 15
}
],
"timestamp": "1763427680",
"trip": {
"routeId": "11",
"scheduleRelationship": "SCHEDULED",
"tripId": "5-184680452"
},
"vehicle": {
"id": "68c7c4f959afae8e03d427bd",
"label": "516",
"licensePlate": "HF-901-MN"
}
}
},
{
"alert": {
"activePeriod": [
{
"end": "1767225540",
"start": "1743767040"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Les voyageurs doivent attendre le Car Jaune aux points d’arrêts (abribus ou poteaux) afin que le conducteur puisse s’arrêter en toute sécurité.Nous vous remercions de votre compréhension."
}
]
},
"effect": "OTHER_EFFECT",
"headerText": {
"translation": [
{
"text": "Informations pratiques : 1/5"
}
]
},
"informedEntity": [
{
"routeId": "11"
},
{
"routeId": "13"
},
{
"routeId": "16"
},
{
"routeId": "18"
},
{
"routeId": "2"
},
{
"routeId": "20"
},
{
"routeId": "22"
},
{
"routeId": "24"
},
{
"routeId": "26"
},
{
"routeId": "28"
},
{
"routeId": "31"
},
{
"routeId": "4"
},
{
"routeId": "6"
},
{
"routeId": "9"
},
{
"routeId": "pta-2-20"
},
{
"stopId": "10"
},
{
"stopId": "100"
},
{
"stopId": "101"
},
{
"stopId": "102"
},
{
"stopId": "103"
},
{
"stopId": "104"
},
{
"stopId": "105"
},
{
"stopId": "106"
},
{
"stopId": "107"
},
{
"stopId": "108"
},
{
"stopId": "109"
},
{
"stopId": "11"
},
{
"stopId": "110"
},
{
"stopId": "111"
},
{
"stopId": "112"
},
{
"stopId": "113"
},
{
"stopId": "114"
},
{
"stopId": "115"
},
{
"stopId": "117"
},
{
"stopId": "118"
},
{
"stopId": "119"
},
{
"stopId": "12"
},
{
"stopId": "120"
},
{
"stopId": "122"
},
{
"stopId": "123"
},
{
"stopId": "124"
},
{
"stopId": "125"
},
{
"stopId": "126"
},
{
"stopId": "127"
},
{
"stopId": "129"
},
{
"stopId": "13"
},
{
"stopId": "130"
},
{
"stopId": "131"
},
{
"stopId": "132"
},
{
"stopId": "133"
},
{
"stopId": "134"
},
{
"stopId": "135"
},
{
"stopId": "136"
},
{
"stopId": "137"
},
{
"stopId": "138"
},
{
"stopId": "139"
},
{
"stopId": "14"
},
{
"stopId": "141"
},
{
"stopId": "142"
},
{
"stopId": "143"
},
{
"stopId": "144"
},
{
"stopId": "145"
},
{
"stopId": "146"
},
{
"stopId": "147"
},
{
"stopId": "148"
},
{
"stopId": "149"
},
{
"stopId": "15"
},
{
"stopId": "150"
},
{
"stopId": "151"
},
{
"stopId": "152"
},
{
"stopId": "153"
},
{
"stopId": "154"
},
{
"stopId": "155"
},
{
"stopId": "156"
},
{
"stopId": "157"
},
{
"stopId": "158"
},
{
"stopId": "159"
},
{
"stopId": "16"
},
{
"stopId": "160"
},
{
"stopId": "161"
},
{
"stopId": "163"
},
{
"stopId": "164"
},
{
"stopId": "165"
},
{
"stopId": "166"
},
{
"stopId": "167"
},
{
"stopId": "168"
},
{
"stopId": "169"
},
{
"stopId": "17"
},
{
"stopId": "170"
},
{
"stopId": "171"
},
{
"stopId": "172"
},
{
"stopId": "174"
},
{
"stopId": "175"
},
{
"stopId": "177"
},
{
"stopId": "178"
},
{
"stopId": "179"
},
{
"stopId": "18"
},
{
"stopId": "181"
},
{
"stopId": "182"
},
{
"stopId": "183"
},
{
"stopId": "185"
},
{
"stopId": "186"
},
{
"stopId": "187"
},
{
"stopId": "188"
},
{
"stopId": "189"
},
{
"stopId": "19"
},
{
"stopId": "192"
},
{
"stopId": "193"
},
{
"stopId": "194"
},
{
"stopId": "195"
},
{
"stopId": "196"
},
{
"stopId": "198"
},
{
"stopId": "199"
},
{
"stopId": "20"
},
{
"stopId": "201"
},
{
"stopId": "202"
},
{
"stopId": "203"
},
{
"stopId": "204"
},
{
"stopId": "205"
},
{
"stopId": "206"
},
{
"stopId": "207"
},
{
"stopId": "208"
},
{
"stopId": "209"
},
{
"stopId": "21"
},
{
"stopId": "210"
},
{
"stopId": "211"
},
{
"stopId": "212"
},
{
"stopId": "213"
},
{
"stopId": "214"
},
{
"stopId": "215"
},
{
"stopId": "216"
},
{
"stopId": "217"
},
{
"stopId": "218"
},
{
"stopId": "22"
},
{
"stopId": "222"
},
{
"stopId": "223"
},
{
"stopId": "224"
},
{
"stopId": "225"
},
{
"stopId": "226"
},
{
"stopId": "227"
},
{
"stopId": "228"
},
{
"stopId": "229"
},
{
"stopId": "23"
},
{
"stopId": "230"
},
{
"stopId": "231"
},
{
"stopId": "232"
},
{
"stopId": "233"
},
{
"stopId": "234"
},
{
"stopId": "235"
},
{
"stopId": "236"
},
{
"stopId": "237"
},
{
"stopId": "238"
},
{
"stopId": "239"
},
{
"stopId": "240"
},
{
"stopId": "241"
},
{
"stopId": "242"
},
{
"stopId": "243"
},
{
"stopId": "244"
},
{
"stopId": "245"
},
{
"stopId": "246"
},
{
"stopId": "247"
},
{
"stopId": "248"
},
{
"stopId": "249"
},
{
"stopId": "25"
},
{
"stopId": "250"
},
{
"stopId": "251"
},
{
"stopId": "252"
},
{
"stopId": "253"
},
{
"stopId": "254"
},
{
"stopId": "255"
},
{
"stopId": "256"
},
{
"stopId": "257"
},
{
"stopId": "258"
},
{
"stopId": "259"
},
{
"stopId": "26"
},
{
"stopId": "260"
},
{
"stopId": "261"
},
{
"stopId": "262"
},
{
"stopId": "263"
},
{
"stopId": "264"
},
{
"stopId": "265"
},
{
"stopId": "266"
},
{
"stopId": "267"
},
{
"stopId": "268"
},
{
"stopId": "269"
},
{
"stopId": "27"
},
{
"stopId": "270"
},
{
"stopId": "271"
},
{
"stopId": "272"
},
{
"stopId": "273"
},
{
"stopId": "274"
},
{
"stopId": "275"
},
{
"stopId": "276"
},
{
"stopId": "277"
},
{
"stopId": "278"
},
{
"stopId": "279"
},
{
"stopId": "28"
},
{
"stopId": "280"
},
{
"stopId": "281"
},
{
"stopId": "282"
},
{
"stopId": "283"
},
{
"stopId": "284"
},
{
"stopId": "285"
},
{
"stopId": "286"
},
{
"stopId": "287"
},
{
"stopId": "288"
},
{
"stopId": "289"
},
{
"stopId": "29"
},
{
"stopId": "290"
},
{
"stopId": "291"
},
{
"stopId": "292"
},
{
"stopId": "293"
},
{
"stopId": "294"
},
{
"stopId": "295"
},
{
"stopId": "296"
},
{
"stopId": "297"
},
{
"stopId": "298"
},
{
"stopId": "299"
},
{
"stopId": "3"
},
{
"stopId": "30"
},
{
"stopId": "300"
},
{
"stopId": "301"
},
{
"stopId": "302"
},
{
"stopId": "303"
},
{
"stopId": "304"
},
{
"stopId": "305"
},
{
"stopId": "306"
},
{
"stopId": "307"
},
{
"stopId": "308"
},
{
"stopId": "31"
},
{
"stopId": "310"
},
{
"stopId": "311"
},
{
"stopId": "312"
},
{
"stopId": "313"
},
{
"stopId": "314"
},
{
"stopId": "315"
},
{
"stopId": "316"
},
{
"stopId": "317"
},
{
"stopId": "318"
},
{
"stopId": "319"
},
{
"stopId": "32"
},
{
"stopId": "320"
},
{
"stopId": "321"
},
{
"stopId": "322"
},
{
"stopId": "323"
},
{
"stopId": "324"
},
{
"stopId": "325"
},
{
"stopId": "327"
},
{
"stopId": "328"
},
{
"stopId": "329"
},
{
"stopId": "330"
},
{
"stopId": "331"
},
{
"stopId": "332"
},
{
"stopId": "333"
},
{
"stopId": "334"
},
{
"stopId": "335"
},
{
"stopId": "336"
},
{
"stopId": "337"
},
{
"stopId": "338"
},
{
"stopId": "339"
},
{
"stopId": "341"
},
{
"stopId": "342"
},
{
"stopId": "343"
},
{
"stopId": "344"
},
{
"stopId": "345"
},
{
"stopId": "346"
},
{
"stopId": "347"
},
{
"stopId": "348"
},
{
"stopId": "349"
},
{
"stopId": "35"
},
{
"stopId": "350"
},
{
"stopId": "351"
},
{
"stopId": "352"
},
{
"stopId": "353"
},
{
"stopId": "354"
},
{
"stopId": "355"
},
{
"stopId": "356"
},
{
"stopId": "357"
},
{
"stopId": "358"
},
{
"stopId": "359"
},
{
"stopId": "360"
},
{
"stopId": "361"
},
{
"stopId": "362"
},
{
"stopId": "363"
},
{
"stopId": "364"
},
{
"stopId": "365"
},
{
"stopId": "366"
},
{
"stopId": "367"
},
{
"stopId": "368"
},
{
"stopId": "369"
},
{
"stopId": "370"
},
{
"stopId": "371"
},
{
"stopId": "372"
},
{
"stopId": "373"
},
{
"stopId": "374"
},
{
"stopId": "375"
},
{
"stopId": "376"
},
{
"stopId": "377"
},
{
"stopId": "378"
},
{
"stopId": "379"
},
{
"stopId": "380"
},
{
"stopId": "381"
},
{
"stopId": "382"
},
{
"stopId": "383"
},
{
"stopId": "384"
},
{
"stopId": "385"
},
{
"stopId": "386"
},
{
"stopId": "387"
},
{
"stopId": "388"
},
{
"stopId": "389"
},
{
"stopId": "390"
},
{
"stopId": "391"
},
{
"stopId": "392"
},
{
"stopId": "393"
},
{
"stopId": "394"
},
{
"stopId": "395"
},
{
"stopId": "396"
},
{
"stopId": "397"
},
{
"stopId": "398"
},
{
"stopId": "399"
},
{
"stopId": "4"
},
{
"stopId": "400"
},
{
"stopId": "401"
},
{
"stopId": "402"
},
{
"stopId": "403"
},
{
"stopId": "404"
},
{
"stopId": "405"
},
{
"stopId": "406"
},
{
"stopId": "407"
},
{
"stopId": "408"
},
{
"stopId": "409"
},
{
"stopId": "410"
},
{
"stopId": "411"
},
{
"stopId": "412"
},
{
"stopId": "413"
},
{
"stopId": "414"
},
{
"stopId": "415"
},
{
"stopId": "416"
},
{
"stopId": "417"
},
{
"stopId": "418"
},
{
"stopId": "419"
},
{
"stopId": "42"
},
{
"stopId": "420"
},
{
"stopId": "421"
},
{
"stopId": "422"
},
{
"stopId": "423"
},
{
"stopId": "424"
},
{
"stopId": "425"
},
{
"stopId": "426"
},
{
"stopId": "427"
},
{
"stopId": "428"
},
{
"stopId": "429"
},
{
"stopId": "43"
},
{
"stopId": "430"
},
{
"stopId": "431"
},
{
"stopId": "432"
},
{
"stopId": "433"
},
{
"stopId": "434"
},
{
"stopId": "437"
},
{
"stopId": "438"
},
{
"stopId": "439"
},
{
"stopId": "44"
},
{
"stopId": "440"
},
{
"stopId": "441"
},
{
"stopId": "442"
},
{
"stopId": "443"
},
{
"stopId": "444"
},
{
"stopId": "445"
},
{
"stopId": "448"
},
{
"stopId": "449"
},
{
"stopId": "45"
},
{
"stopId": "450"
},
{
"stopId": "451"
},
{
"stopId": "452"
},
{
"stopId": "453"
},
{
"stopId": "454"
},
{
"stopId": "455"
},
{
"stopId": "456"
},
{
"stopId": "457"
},
{
"stopId": "458"
},
{
"stopId": "459"
},
{
"stopId": "46"
},
{
"stopId": "463"
},
{
"stopId": "464"
},
{
"stopId": "465"
},
{
"stopId": "466"
},
{
"stopId": "467"
},
{
"stopId": "468"
},
{
"stopId": "469"
},
{
"stopId": "47"
},
{
"stopId": "470"
},
{
"stopId": "471"
},
{
"stopId": "472"
},
{
"stopId": "473"
},
{
"stopId": "474"
},
{
"stopId": "475"
},
{
"stopId": "476"
},
{
"stopId": "477"
},
{
"stopId": "478"
},
{
"stopId": "479"
},
{
"stopId": "48"
},
{
"stopId": "483"
},
{
"stopId": "484"
},
{
"stopId": "487"
},
{
"stopId": "488"
},
{
"stopId": "489"
},
{
"stopId": "49"
},
{
"stopId": "490"
},
{
"stopId": "492"
},
{
"stopId": "493"
},
{
"stopId": "494"
},
{
"stopId": "495"
},
{
"stopId": "496"
},
{
"stopId": "497"
},
{
"stopId": "498"
},
{
"stopId": "499"
},
{
"stopId": "5"
},
{
"stopId": "50"
},
{
"stopId": "500"
},
{
"stopId": "501"
},
{
"stopId": "51"
},
{
"stopId": "52"
},
{
"stopId": "53"
},
{
"stopId": "54"
},
{
"stopId": "55"
},
{
"stopId": "56"
},
{
"stopId": "57"
},
{
"stopId": "58"
},
{
"stopId": "59"
},
{
"stopId": "6"
},
{
"stopId": "60"
},
{
"stopId": "61"
},
{
"stopId": "62"
},
{
"stopId": "63"
},
{
"stopId": "64"
},
{
"stopId": "65"
},
{
"stopId": "66"
},
{
"stopId": "67"
},
{
"stopId": "68"
},
{
"stopId": "69"
},
{
"stopId": "7"
},
{
"stopId": "70"
},
{
"stopId": "71"
},
{
"stopId": "72"
},
{
"stopId": "73"
},
{
"stopId": "74"
},
{
"stopId": "75"
},
{
"stopId": "76"
},
{
"stopId": "77"
},
{
"stopId": "78"
},
{
"stopId": "79"
},
{
"stopId": "8"
},
{
"stopId": "80"
},
{
"stopId": "81"
},
{
"stopId": "82"
},
{
"stopId": "83"
},
{
"stopId": "84"
},
{
"stopId": "85"
},
{
"stopId": "86"
},
{
"stopId": "87"
},
{
"stopId": "88"
},
{
"stopId": "89"
},
{
"stopId": "9"
},
{
"stopId": "90"
},
{
"stopId": "91"
},
{
"stopId": "92"
},
{
"stopId": "93"
},
{
"stopId": "94"
},
{
"stopId": "95"
},
{
"stopId": "96"
},
{
"stopId": "97"
},
{
"stopId": "98"
},
{
"stopId": "99"
}
]
},
"id": "alert:67ef8df97ad90983d4e336d0"
},
{
"alert": {
"activePeriod": [
{
"end": "1767225540",
"start": "1743767160"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "La montée dans le car se fait par la porte avant et la descente par la porte arrière. Pour faciliter l'embarquement, le voyageur est prié de préparer son paiement (en espèces) et si possible de faire l'appoint.\n\nNous vous remercions de votre compréhension."
}
]
},
"effect": "OTHER_EFFECT",
"headerText": {
"translation": [
{
"text": "Informations pratiques 2/5"
}
]
},
"informedEntity": [
{
"routeId": "11"
},
{
"routeId": "13"
},
{
"routeId": "16"
},
{
"routeId": "18"
},
{
"routeId": "2"
},
{
"routeId": "20"
},
{
"routeId": "22"
},
{
"routeId": "24"
},
{
"routeId": "26"
},
{
"routeId": "28"
},
{
"routeId": "31"
},
{
"routeId": "4"
},
{
"routeId": "6"
},
{
"routeId": "9"
},
{
"routeId": "pta-2-20"
},
{
"stopId": "10"
},
{
"stopId": "100"
},
{
"stopId": "101"
},
{
"stopId": "102"
},
{
"stopId": "103"
},
{
"stopId": "104"
},
{
"stopId": "105"
},
{
"stopId": "106"
},
{
"stopId": "107"
},
{
"stopId": "108"
},
{
"stopId": "109"
},
{
"stopId": "11"
},
{
"stopId": "110"
},
{
"stopId": "111"
},
{
"stopId": "112"
},
{
"stopId": "113"
},
{
"stopId": "114"
},
{
"stopId": "115"
},
{
"stopId": "117"
},
{
"stopId": "118"
},
{
"stopId": "119"
},
{
"stopId": "12"
},
{
"stopId": "120"
},
{
"stopId": "122"
},
{
"stopId": "123"
},
{
"stopId": "124"
},
{
"stopId": "125"
},
{
"stopId": "126"
},
{
"stopId": "127"
},
{
"stopId": "129"
},
{
"stopId": "13"
},
{
"stopId": "130"
},
{
"stopId": "131"
},
{
"stopId": "132"
},
{
"stopId": "133"
},
{
"stopId": "134"
},
{
"stopId": "135"
},
{
"stopId": "136"
},
{
"stopId": "137"
},
{
"stopId": "138"
},
{
"stopId": "139"
},
{
"stopId": "14"
},
{
"stopId": "141"
},
{
"stopId": "142"
},
{
"stopId": "143"
},
{
"stopId": "144"
},
{
"stopId": "145"
},
{
"stopId": "146"
},
{
"stopId": "147"
},
{
"stopId": "148"
},
{
"stopId": "149"
},
{
"stopId": "15"
},
{
"stopId": "150"
},
{
"stopId": "151"
},
{
"stopId": "152"
},
{
"stopId": "153"
},
{
"stopId": "154"
},
{
"stopId": "155"
},
{
"stopId": "156"
},
{
"stopId": "157"
},
{
"stopId": "158"
},
{
"stopId": "159"
},
{
"stopId": "16"
},
{
"stopId": "160"
},
{
"stopId": "161"
},
{
"stopId": "163"
},
{
"stopId": "164"
},
{
"stopId": "165"
},
{
"stopId": "166"
},
{
"stopId": "167"
},
{
"stopId": "168"
},
{
"stopId": "169"
},
{
"stopId": "17"
},
{
"stopId": "170"
},
{
"stopId": "171"
},
{
"stopId": "172"
},
{
"stopId": "174"
},
{
"stopId": "175"
},
{
"stopId": "177"
},
{
"stopId": "178"
},
{
"stopId": "179"
},
{
"stopId": "18"
},
{
"stopId": "181"
},
{
"stopId": "182"
},
{
"stopId": "183"
},
{
"stopId": "185"
},
{
"stopId": "186"
},
{
"stopId": "187"
},
{
"stopId": "188"
},
{
"stopId": "189"
},
{
"stopId": "19"
},
{
"stopId": "192"
},
{
"stopId": "193"
},
{
"stopId": "194"
},
{
"stopId": "195"
},
{
"stopId": "196"
},
{
"stopId": "198"
},
{
"stopId": "199"
},
{
"stopId": "20"
},
{
"stopId": "201"
},
{
"stopId": "202"
},
{
"stopId": "203"
},
{
"stopId": "204"
},
{
"stopId": "205"
},
{
"stopId": "206"
},
{
"stopId": "207"
},
{
"stopId": "208"
},
{
"stopId": "209"
},
{
"stopId": "21"
},
{
"stopId": "210"
},
{
"stopId": "211"
},
{
"stopId": "212"
},
{
"stopId": "213"
},
{
"stopId": "214"
},
{
"stopId": "215"
},
{
"stopId": "216"
},
{
"stopId": "217"
},
{
"stopId": "218"
},
{
"stopId": "22"
},
{
"stopId": "222"
},
{
"stopId": "223"
},
{
"stopId": "224"
},
{
"stopId": "225"
},
{
"stopId": "226"
},
{
"stopId": "227"
},
{
"stopId": "228"
},
{
"stopId": "229"
},
{
"stopId": "23"
},
{
"stopId": "230"
},
{
"stopId": "231"
},
{
"stopId": "232"
},
{
"stopId": "233"
},
{
"stopId": "234"
},
{
"stopId": "235"
},
{
"stopId": "236"
},
{
"stopId": "237"
},
{
"stopId": "238"
},
{
"stopId": "239"
},
{
"stopId": "240"
},
{
"stopId": "241"
},
{
"stopId": "242"
},
{
"stopId": "243"
},
{
"stopId": "244"
},
{
"stopId": "245"
},
{
"stopId": "246"
},
{
"stopId": "247"
},
{
"stopId": "248"
},
{
"stopId": "249"
},
{
"stopId": "25"
},
{
"stopId": "250"
},
{
"stopId": "251"
},
{
"stopId": "252"
},
{
"stopId": "253"
},
{
"stopId": "254"
},
{
"stopId": "255"
},
{
"stopId": "256"
},
{
"stopId": "257"
},
{
"stopId": "258"
},
{
"stopId": "259"
},
{
"stopId": "26"
},
{
"stopId": "260"
},
{
"stopId": "261"
},
{
"stopId": "262"
},
{
"stopId": "263"
},
{
"stopId": "264"
},
{
"stopId": "265"
},
{
"stopId": "266"
},
{
"stopId": "267"
},
{
"stopId": "268"
},
{
"stopId": "269"
},
{
"stopId": "27"
},
{
"stopId": "270"
},
{
"stopId": "271"
},
{
"stopId": "272"
},
{
"stopId": "273"
},
{
"stopId": "274"
},
{
"stopId": "275"
},
{
"stopId": "276"
},
{
"stopId": "277"
},
{
"stopId": "278"
},
{
"stopId": "279"
},
{
"stopId": "28"
},
{
"stopId": "280"
},
{
"stopId": "281"
},
{
"stopId": "282"
},
{
"stopId": "283"
},
{
"stopId": "284"
},
{
"stopId": "285"
},
{
"stopId": "286"
},
{
"stopId": "287"
},
{
"stopId": "288"
},
{
"stopId": "289"
},
{
"stopId": "29"
},
{
"stopId": "290"
},
{
"stopId": "291"
},
{
"stopId": "292"
},
{
"stopId": "293"
},
{
"stopId": "294"
},
{
"stopId": "295"
},
{
"stopId": "296"
},
{
"stopId": "297"
},
{
"stopId": "298"
},
{
"stopId": "299"
},
{
"stopId": "3"
},
{
"stopId": "30"
},
{
"stopId": "300"
},
{
"stopId": "301"
},
{
"stopId": "302"
},
{
"stopId": "303"
},
{
"stopId": "304"
},
{
"stopId": "305"
},
{
"stopId": "306"
},
{
"stopId": "307"
},
{
"stopId": "308"
},
{
"stopId": "31"
},
{
"stopId": "310"
},
{
"stopId": "311"
},
{
"stopId": "312"
},
{
"stopId": "313"
},
{
"stopId": "314"
},
{
"stopId": "315"
},
{
"stopId": "316"
},
{
"stopId": "317"
},
{
"stopId": "318"
},
{
"stopId": "319"
},
{
"stopId": "32"
},
{
"stopId": "320"
},
{
"stopId": "321"
},
{
"stopId": "322"
},
{
"stopId": "323"
},
{
"stopId": "324"
},
{
"stopId": "325"
},
{
"stopId": "327"
},
{
"stopId": "328"
},
{
"stopId": "329"
},
{
"stopId": "330"
},
{
"stopId": "331"
},
{
"stopId": "332"
},
{
"stopId": "333"
},
{
"stopId": "334"
},
{
"stopId": "335"
},
{
"stopId": "336"
},
{
"stopId": "337"
},
{
"stopId": "338"
},
{
"stopId": "339"
},
{
"stopId": "341"
},
{
"stopId": "342"
},
{
"stopId": "343"
},
{
"stopId": "344"
},
{
"stopId": "345"
},
{
"stopId": "346"
},
{
"stopId": "347"
},
{
"stopId": "348"
},
{
"stopId": "349"
},
{
"stopId": "35"
},
{
"stopId": "350"
},
{
"stopId": "351"
},
{
"stopId": "352"
},
{
"stopId": "353"
},
{
"stopId": "354"
},
{
"stopId": "355"
},
{
"stopId": "356"
},
{
"stopId": "357"
},
{
"stopId": "358"
},
{
"stopId": "359"
},
{
"stopId": "360"
},
{
"stopId": "361"
},
{
"stopId": "362"
},
{
"stopId": "363"
},
{
"stopId": "364"
},
{
"stopId": "365"
},
{
"stopId": "366"
},
{
"stopId": "367"
},
{
"stopId": "368"
},
{
"stopId": "369"
},
{
"stopId": "370"
},
{
"stopId": "371"
},
{
"stopId": "372"
},
{
"stopId": "373"
},
{
"stopId": "374"
},
{
"stopId": "375"
},
{
"stopId": "376"
},
{
"stopId": "377"
},
{
"stopId": "378"
},
{
"stopId": "379"
},
{
"stopId": "380"
},
{
"stopId": "381"
},
{
"stopId": "382"
},
{
"stopId": "383"
},
{
"stopId": "384"
},
{
"stopId": "385"
},
{
"stopId": "386"
},
{
"stopId": "387"
},
{
"stopId": "388"
},
{
"stopId": "389"
},
{
"stopId": "390"
},
{
"stopId": "391"
},
{
"stopId": "392"
},
{
"stopId": "393"
},
{
"stopId": "394"
},
{
"stopId": "395"
},
{
"stopId": "396"
},
{
"stopId": "397"
},
{
"stopId": "398"
},
{
"stopId": "399"
},
{
"stopId": "4"
},
{
"stopId": "400"
},
{
"stopId": "401"
},
{
"stopId": "402"
},
{
"stopId": "403"
},
{
"stopId": "404"
},
{
"stopId": "405"
},
{
"stopId": "406"
},
{
"stopId": "407"
},
{
"stopId": "408"
},
{
"stopId": "409"
},
{
"stopId": "410"
},
{
"stopId": "411"
},
{
"stopId": "412"
},
{
"stopId": "413"
},
{
"stopId": "414"
},
{
"stopId": "415"
},
{
"stopId": "416"
},
{
"stopId": "417"
},
{
"stopId": "418"
},
{
"stopId": "419"
},
{
"stopId": "42"
},
{
"stopId": "420"
},
{
"stopId": "421"
},
{
"stopId": "422"
},
{
"stopId": "423"
},
{
"stopId": "424"
},
{
"stopId": "425"
},
{
"stopId": "426"
},
{
"stopId": "427"
},
{
"stopId": "428"
},
{
"stopId": "429"
},
{
"stopId": "43"
},
{
"stopId": "430"
},
{
"stopId": "431"
},
{
"stopId": "432"
},
{
"stopId": "433"
},
{
"stopId": "434"
},
{
"stopId": "437"
},
{
"stopId": "438"
},
{
"stopId": "439"
},
{
"stopId": "44"
},
{
"stopId": "440"
},
{
"stopId": "441"
},
{
"stopId": "442"
},
{
"stopId": "443"
},
{
"stopId": "444"
},
{
"stopId": "445"
},
{
"stopId": "448"
},
{
"stopId": "449"
},
{
"stopId": "45"
},
{
"stopId": "450"
},
{
"stopId": "451"
},
{
"stopId": "452"
},
{
"stopId": "453"
},
{
"stopId": "454"
},
{
"stopId": "455"
},
{
"stopId": "456"
},
{
"stopId": "457"
},
{
"stopId": "458"
},
{
"stopId": "459"
},
{
"stopId": "46"
},
{
"stopId": "463"
},
{
"stopId": "464"
},
{
"stopId": "465"
},
{
"stopId": "466"
},
{
"stopId": "467"
},
{
"stopId": "468"
},
{
"stopId": "469"
},
{
"stopId": "47"
},
{
"stopId": "470"
},
{
"stopId": "471"
},
{
"stopId": "472"
},
{
"stopId": "473"
},
{
"stopId": "474"
},
{
"stopId": "475"
},
{
"stopId": "476"
},
{
"stopId": "477"
},
{
"stopId": "478"
},
{
"stopId": "479"
},
{
"stopId": "48"
},
{
"stopId": "483"
},
{
"stopId": "484"
},
{
"stopId": "487"
},
{
"stopId": "488"
},
{
"stopId": "489"
},
{
"stopId": "49"
},
{
"stopId": "490"
},
{
"stopId": "492"
},
{
"stopId": "493"
},
{
"stopId": "494"
},
{
"stopId": "495"
},
{
"stopId": "496"
},
{
"stopId": "497"
},
{
"stopId": "498"
},
{
"stopId": "499"
},
{
"stopId": "5"
},
{
"stopId": "50"
},
{
"stopId": "500"
},
{
"stopId": "501"
},
{
"stopId": "51"
},
{
"stopId": "52"
},
{
"stopId": "53"
},
{
"stopId": "54"
},
{
"stopId": "55"
},
{
"stopId": "56"
},
{
"stopId": "57"
},
{
"stopId": "58"
},
{
"stopId": "59"
},
{
"stopId": "6"
},
{
"stopId": "60"
},
{
"stopId": "61"
},
{
"stopId": "62"
},
{
"stopId": "63"
},
{
"stopId": "64"
},
{
"stopId": "65"
},
{
"stopId": "66"
},
{
"stopId": "67"
},
{
"stopId": "68"
},
{
"stopId": "69"
},
{
"stopId": "7"
},
{
"stopId": "70"
},
{
"stopId": "71"
},
{
"stopId": "72"
},
{
"stopId": "73"
},
{
"stopId": "74"
},
{
"stopId": "75"
},
{
"stopId": "76"
},
{
"stopId": "77"
},
{
"stopId": "78"
},
{
"stopId": "79"
},
{
"stopId": "8"
},
{
"stopId": "80"
},
{
"stopId": "81"
},
{
"stopId": "82"
},
{
"stopId": "83"
},
{
"stopId": "84"
},
{
"stopId": "85"
},
{
"stopId": "86"
},
{
"stopId": "87"
},
{
"stopId": "88"
},
{
"stopId": "89"
},
{
"stopId": "9"
},
{
"stopId": "90"
},
{
"stopId": "91"
},
{
"stopId": "92"
},
{
"stopId": "93"
},
{
"stopId": "94"
},
{
"stopId": "95"
},
{
"stopId": "96"
},
{
"stopId": "97"
},
{
"stopId": "98"
},
{
"stopId": "99"
}
]
},
"id": "alert:67ef8e53b3631f746db7371b"
},
{
"alert": {
"activePeriod": [
{
"end": "1766015940",
"start": "1758040440"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Arrêt « Portail » non desservi et reporté dans les deux sens de circulation par la ligne S4 sur arrêt provisoire Car Jaune « Portail » situé à proximité immédiate du Super U du 17/09/2025 au 17/12/2025"
}
]
},
"effect": "OTHER_EFFECT",
"headerText": {
"translation": [
{
"text": "Car Jaune - Perturbations : Travaux - Arrêt « Portail » non desservi et reporté"
}
]
},
"informedEntity": [
{
"routeId": "22"
}
]
},
"id": "alert:68c9599657ad7379b0e2a0fd"
},
{
"alert": {
"activePeriod": [
{
"end": "1763532000",
"start": "1763121600"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Travaux - Circulation sera interdite les nuits du Lundi 17 novembre au Mardi 18 novembre 2025 de 20h à 05h. À ces dates et dans ce créneau horaire, l'arrêt \"Croisée Petite-île\" non desservi dans les deux sens par la ligne S1, S3 et S6. \n\nNous vous remercions de votre compréhension."
}
]
},
"effect": "OTHER_EFFECT",
"headerText": {
"translation": [
{
"text": "Travaux - Arrêt \"Croisée Petite-île\" non desservi "
}
]
},
"informedEntity": [
{
"routeId": "16"
},
{
"routeId": "20"
},
{
"routeId": "26"
}
]
},
"id": "alert:6916e743833f884fb0279533"
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1763427684"
}
}