Resource details
Flux temps réel du réseau MOVE
This resource file is part of the dataset Réseau urbain Move.
Download availability
Learn more
HEAD request with a timeout of 5 seconds. If we detect a downtime, we perform subsequent tests every 10 minutes, until the resource is back online.For SIRI and SIRI Lite feeds, we perform a
GET request: a 401 or 405 status code is considered successful. In case of HTTP 500, the feed will be considered unavailable, unless the body appears to contain SOAP.Validation details
❌50 errors, 13 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-03-04 at 08:08 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
GTFS-rt stop_id does not exist in GTFS data E011 21 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id LM-02-02_0_0 stop_id VENDOME - GARE TER LIGNE does not exist in GTFS data stops.txt
- trip_id LM-02-02_0_0 stop_id MONTOIRE - LA POINTE does not exist in GTFS data stops.txt
- trip_id LM-02-03_0_0 stop_id VENDOME - GARE TER LIGNE does not exist in GTFS data stops.txt
- trip_id LM-02-03_0_0 stop_id MONTOIRE - LA POINTE does not exist in GTFS data stops.txt
- trip_id TGV-02-03_1 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
stop_time_update doesn't have arrival or departure E043 1 error
If a stop_time_update doesn't have a schedule_relationship of SKIPPED or NO_DATA, then either arrival or departure must be provided
Sample errors
- trip_id LM-02-02_0_0 stop_sequence 0 doesn't have arrival or departure
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 23 errors
If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt
Sample errors
- GTFS-rt trip_id LM-02-02_0_0 stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE but GTFS stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE - stop_ids should be the same
- GTFS-rt trip_id LM-02-02_0_0 stop_sequence 7 has stop_id MONTOIRE - LA POINTE but GTFS stop_sequence 7 has stop_id MONTOIRE - COLLEGE JANEQUIN - stop_ids should be the same
- GTFS-rt trip_id LM-02-02_0_0 stop_sequence 8 has stop_id MONTOIRE - COLLEGE JANEQUIN but GTFS stop_sequence 8 has stop_id MONTOIRE - MAIRIE - stop_ids should be the same
- GTFS-rt trip_id LM-02-03_0_0 stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE but GTFS stop_sequence 0 has stop_id VENDOME - GARE TER LIGNE - stop_ids should be the same
- GTFS-rt trip_id LM-02-03_0_0 stop_sequence 5 has stop_id MONTOIRE - LA POINTE but GTFS stop_sequence 5 has stop_id MONTOIRE - COLLEGE JANEQUIN - stop_ids should be the same
VehiclePosition and TripUpdate ID pairing mismatch E047 5 errors
If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds.
Sample errors
- trip_id LM-02-02_0_0 and vehicle_id 62c5a427237c49758fe32fe4 pairing in VehiclePositions does not match trip_id LM-01-02_0_0 and vehicle_id 62c5a427237c49758fe32fe4 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id TGV-02-04_0_4 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-02-02_4 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LM-02-03_0_0 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in VehiclePositions does not match trip_id LM-01-01_0_0 and vehicle_id 62c5a41bd5f098dd792fcb19 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id LA-02-03_0_0 and vehicle_id 5f6b208cf07eca4f072db425 pairing in VehiclePositions does not match trip_id LA-01-03_0_0 and vehicle_id 5f6b208cf07eca4f072db425 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
- trip_id TGV-02-03_1 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in VehiclePositions does not match trip_id TGV-01-01_2 and vehicle_id 5f6d9a4e9fe0c822fdf0088b pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
Warnings
ID in one feed missing from the other W003 13 errors
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
Sample errors
- trip_id TGV-01-01_2 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-02-02_0_0 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-02_2 is in TripUpdates but not in VehiclePositions feed
- trip_id TGV-01-04_5 is in TripUpdates but not in VehiclePositions feed
- trip_id LA-01-02_0_0 is in TripUpdates but not in VehiclePositions feed
Previous validations
Here is a recap of all the error types encountered over the last 30 days.
| Error ID | Description | Errors count | Number of occurences |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 358 | 29 times (100 % of validations) |
| E045 | If GTFS-rt stop_time_update contains both stop_sequence and stop_id, the values must match the GTFS data in stop_times.txt | 338 | 29 times (100 % of 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 | 239 | 29 times (100 % of validations) |
| E047 | If separate `VehiclePositions` and `TripUpdates` feeds are provided, `VehicleDescriptor` or `TripDescriptor` ID value pairing should match between the two feeds. | 72 | 22 times (76 % of validations) |
| 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 | 71 | 13 times (45 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 46 | 11 times (38 % of validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 25 | 5 times (17 % of 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. | 5 | 5 times (17 % of 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. | 4 | 3 times (10 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-03-04 at 10:01 Europe/Paris.
trip_updates (8) vehicle_positions (3) service_alerts (2)Entities seen in the last 7 days.
service_alerts trip_updates vehicle_positionsService alerts
Here is a display of service alerts contained in this feed at 2026-03-04 at 10:01 Europe/Paris.
Nouvelle fiche horaire à compter du lundi 02 mars Additional service
Une nouvelle fiche horaire est mise en place à compter du lundi 02 mars. Sur le service de 13:02 au départ de la Mairie de Montoire pour Vendôme, 3 nouveaux arrêts seront desservis : arrêt VILLIERS-Avenue Colin à 13:23 arrêt VILLIERS-La Poste à 13:25 arrêt VILLIERS-Groupe scolaire à 13:26 Veuillez cliquer ICI pour consulter la fiche horaire.
Between 2026-02-18 at 01:00 Europe/Paris and 2026-03-10 at 00:59 Europe/Paris
NOUVELLE FICHE HORAIRE à partir du 02 mars Modified service
Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés : le service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février) le service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars) le service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril) Veuillez cliquer ICI pour visualiser la nouvelle fiche horaire.
Between 2026-02-27 at 01:00 Europe/Paris and 2026-04-03 at 01:59 Europe/Paris
Decoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-03-04 at 10:01 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "vehicle:5f9ac9c5f4e5a247456a498d",
"vehicle": {
"currentStopSequence": 11,
"position": {
"latitude": 47.7985954284668,
"longitude": 1.0688389539718628
},
"stopId": "VENDOME - GARE TER",
"timestamp": "1772614867",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-06_0_0"
},
"vehicle": {
"id": "5f9ac9c5f4e5a247456a498d",
"label": "350",
"licensePlate": "FT983SE"
}
}
},
{
"id": "vehicle:5f6d9a4e9fe0c822fdf0088b",
"vehicle": {
"currentStatus": "STOPPED_AT",
"currentStopSequence": 9,
"position": {
"latitude": 47.81560134887695,
"longitude": 1.0227550268173218
},
"stopId": "VENDOME - CITES UNIES",
"timestamp": "1772614867",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-05_3"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "vehicle:62babc77f4336585d60d0e29",
"vehicle": {
"currentStopSequence": 9,
"position": {
"latitude": 47.811439514160156,
"longitude": 1.0765734910964966
},
"stopId": "ST OUEN - LOUISE MICHEL",
"timestamp": "1772614864",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-02_0_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:TGV-01-05_3",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772613952"
},
"departure": {
"time": "1772614056"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 0
},
{
"arrival": {
"time": "1772614181"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 1
},
{
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 2
},
{
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"stopId": "VENDOME - KENNEDY",
"stopSequence": 4
},
{
"arrival": {
"time": "1772614478"
},
"departure": {
"time": "1772614536"
},
"stopId": "VENDOME - CROIX BLANCHE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772614562"
},
"departure": {
"time": "1772614588"
},
"stopId": "VENDOME - ZI NORD",
"stopSequence": 6
},
{
"arrival": {
"time": "1772614704"
},
"departure": {
"time": "1772614716"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 7
},
{
"arrival": {
"time": "1772614800"
},
"departure": {
"time": "1772614809"
},
"stopId": "VENDOME - MONS",
"stopSequence": 8
},
{
"arrival": {
"time": "1772614860"
},
"stopId": "VENDOME - CITES UNIES",
"stopSequence": 9
},
{
"arrival": {
"time": "1772614980"
},
"departure": {
"time": "1772614980"
},
"stopId": "VENDOME - GARE TGV",
"stopSequence": 10
}
],
"timestamp": "1772614867",
"trip": {
"routeId": "NAVETTE TGV",
"scheduleRelationship": "SCHEDULED",
"tripId": "TGV-01-05_3"
},
"vehicle": {
"id": "5f6d9a4e9fe0c822fdf0088b",
"label": "604",
"licensePlate": "FS007QN"
}
}
},
{
"id": "trip:LJ-01-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772604507"
},
"departure": {
"time": "1772604609"
},
"stopId": "ST OUEN - JACQUES BREL",
"stopSequence": 0
},
{
"arrival": {
"time": "1772604645"
},
"departure": {
"time": "1772604702"
},
"stopId": "ST OUEN - BUTTE CATHERINET",
"stopSequence": 1
},
{
"arrival": {
"time": "1772604787"
},
"departure": {
"time": "1772604848"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 2
},
{
"arrival": {
"time": "1772604945"
},
"departure": {
"time": "1772605000"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772605022"
},
"departure": {
"time": "1772605037"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 4
},
{
"arrival": {
"time": "1772605078"
},
"departure": {
"time": "1772605087"
},
"stopId": "ST OUEN - CIMETIERE",
"stopSequence": 5
},
{
"arrival": {
"time": "1772605147"
},
"departure": {
"time": "1772605183"
},
"stopId": "ST OUEN - ST EXUPERY",
"stopSequence": 6
},
{
"arrival": {
"time": "1772605238"
},
"departure": {
"time": "1772605247"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772605359"
},
"departure": {
"time": "1772605367"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 8
},
{
"arrival": {
"time": "1772605478"
},
"departure": {
"time": "1772605538"
},
"stopId": "VENDOME - J. EMOND",
"stopSequence": 9
},
{
"arrival": {
"time": "1772605634"
},
"departure": {
"time": "1772605675"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 10
},
{
"arrival": {
"time": "1772605990"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
}
],
"timestamp": "1772614867",
"trip": {
"routeId": "LIGNE J",
"scheduleRelationship": "SCHEDULED",
"tripId": "LJ-01-01_0_0"
},
"vehicle": {
"id": "5f9ac9c5f4e5a247456a498d",
"label": "350",
"licensePlate": "FT983SE"
}
}
},
{
"id": "trip:LE-01-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772606232"
},
"departure": {
"time": "1772606395"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 0
},
{
"arrival": {
"time": "1772606436"
},
"departure": {
"time": "1772606516"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 1
},
{
"arrival": {
"time": "1772606578"
},
"departure": {
"time": "1772606638"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 2
},
{
"arrival": {
"time": "1772606684"
},
"departure": {
"time": "1772606693"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1772606727"
},
"departure": {
"time": "1772606746"
},
"stopId": "VENDOME - MAIL LECLERC",
"stopSequence": 4
},
{
"arrival": {
"time": "1772607115"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 5
}
],
"timestamp": "1772614867",
"trip": {
"routeId": "LIGNE E",
"scheduleRelationship": "SCHEDULED",
"tripId": "LE-01-01_0_0"
},
"vehicle": {
"id": "5f9ac9c5f4e5a247456a498d",
"label": "350",
"licensePlate": "FT983SE"
}
}
},
{
"id": "trip:LB-01-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772604875"
},
"departure": {
"time": "1772605179"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772605284"
},
"departure": {
"time": "1772605296"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1772605310"
},
"departure": {
"time": "1772605419"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772605484"
},
"departure": {
"time": "1772605546"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1772605592"
},
"departure": {
"time": "1772605626"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772605722"
},
"departure": {
"time": "1772605729"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772605928"
},
"departure": {
"time": "1772606078"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1772606223"
},
"departure": {
"time": "1772606267"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772606307"
},
"departure": {
"time": "1772606363"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772606527"
},
"departure": {
"time": "1772606561"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772606668"
},
"departure": {
"time": "1772606715"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772606777"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1772614864",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-01_0_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-02-02_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772613612"
},
"departure": {
"time": "1772613651"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772613716"
},
"departure": {
"time": "1772613730"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772613889"
},
"departure": {
"time": "1772613905"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772613938"
},
"departure": {
"time": "1772613959"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772614074"
},
"departure": {
"time": "1772614089"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1772614203"
},
"departure": {
"time": "1772614216"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1772614309"
},
"departure": {
"time": "1772614659"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1772614749"
},
"departure": {
"time": "1772614756"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772614839"
},
"departure": {
"time": "1772614859"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772614910"
},
"departure": {
"time": "1772614910"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772615030"
},
"departure": {
"time": "1772615030"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772615090"
},
"departure": {
"time": "1772615090"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772615270"
},
"departure": {
"time": "1772615270"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1772614864",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-02_0_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LB-02-01_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772607554"
},
"departure": {
"time": "1772607604"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772607664"
},
"departure": {
"time": "1772607674"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 1
},
{
"arrival": {
"time": "1772607835"
},
"departure": {
"time": "1772607856"
},
"stopId": "VENDOME - ROBERT LASNEAU",
"stopSequence": 2
},
{
"arrival": {
"time": "1772607886"
},
"departure": {
"time": "1772607903"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 3
},
{
"arrival": {
"time": "1772608036"
},
"departure": {
"time": "1772608059"
},
"stopId": "VENDOME - ANTOINE DE BOURBON",
"stopSequence": 4
},
{
"arrival": {
"time": "1772608194"
},
"departure": {
"time": "1772608204"
},
"stopId": "VENDOME - GUIMOND",
"stopSequence": 5
},
{
"arrival": {
"time": "1772608259"
},
"departure": {
"time": "1772608937"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1772609044"
},
"departure": {
"time": "1772609049"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 7
},
{
"arrival": {
"time": "1772609305"
},
"departure": {
"time": "1772609327"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 8
},
{
"arrival": {
"time": "1772609378"
},
"departure": {
"time": "1772609409"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 9
},
{
"arrival": {
"time": "1772609458"
},
"departure": {
"time": "1772609466"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772609489"
},
"departure": {
"time": "1772609495"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 11
},
{
"arrival": {
"time": "1772609270"
},
"departure": {
"time": "1772609270"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 12
}
],
"timestamp": "1772614864",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-02-01_0_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"id": "trip:LA-01-06_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772613945"
},
"departure": {
"time": "1772614010"
},
"stopId": "VENDOME - ZI SUD",
"stopSequence": 0
},
{
"arrival": {
"time": "1772614114"
},
"departure": {
"time": "1772614114"
},
"stopId": "VENDOME - EIFFEL",
"stopSequence": 1
},
{
"arrival": {
"time": "1772614163"
},
"departure": {
"time": "1772614174"
},
"stopId": "VENDOME - ROUTE DE BLOIS",
"stopSequence": 2
},
{
"arrival": {
"time": "1772614225"
},
"departure": {
"time": "1772614262"
},
"stopId": "VENDOME - OFFENBACH",
"stopSequence": 3
},
{
"arrival": {
"time": "1772614333"
},
"departure": {
"time": "1772614350"
},
"stopId": "VENDOME - ST LUBIN",
"stopSequence": 4
},
{
"arrival": {
"time": "1772614409"
},
"departure": {
"time": "1772614449"
},
"stopId": "VENDOME - ST GEORGES",
"stopSequence": 5
},
{
"arrival": {
"time": "1772614491"
},
"departure": {
"time": "1772614536"
},
"stopId": "VENDOME - HOPITAL",
"stopSequence": 6
},
{
"arrival": {
"time": "1772614565"
},
"departure": {
"time": "1772614581"
},
"stopId": "VENDOME - ST MICHEL",
"stopSequence": 7
},
{
"arrival": {
"time": "1772614607"
},
"departure": {
"time": "1772614618"
},
"stopId": "VENDOME - KENNEDY",
"stopSequence": 8
},
{
"arrival": {
"time": "1772614652"
},
"departure": {
"time": "1772614687"
},
"stopId": "VENDOME - GERARD YVON",
"stopSequence": 9
},
{
"arrival": {
"time": "1772614762"
},
"departure": {
"time": "1772614834"
},
"stopId": "VENDOME - ST VENANT",
"stopSequence": 10
},
{
"arrival": {
"time": "1772615010"
},
"departure": {
"time": "1772615010"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 11
},
{
"arrival": {
"time": "1772615130"
},
"departure": {
"time": "1772615130"
},
"stopId": "VENDOME - CIMETIERE NORD",
"stopSequence": 12
},
{
"arrival": {
"time": "1772615190"
},
"departure": {
"time": "1772615190"
},
"stopId": "VENDOME - BRANLY",
"stopSequence": 13
},
{
"arrival": {
"time": "1772615250"
},
"departure": {
"time": "1772615250"
},
"stopId": "VENDOME - DANAN",
"stopSequence": 14
},
{
"arrival": {
"time": "1772615310"
},
"departure": {
"time": "1772615310"
},
"stopId": "VENDOME - LYCEE RONSARD",
"stopSequence": 15
},
{
"arrival": {
"time": "1772615370"
},
"departure": {
"time": "1772615370"
},
"stopId": "VENDOME - EUROPE",
"stopSequence": 16
},
{
"arrival": {
"time": "1772615430"
},
"departure": {
"time": "1772615430"
},
"stopId": "VENDOME - JEAN MOULIN",
"stopSequence": 17
},
{
"arrival": {
"time": "1772615490"
},
"departure": {
"time": "1772615490"
},
"stopId": "VENDOME - JOUHAUX",
"stopSequence": 18
},
{
"arrival": {
"time": "1772615550"
},
"departure": {
"time": "1772615550"
},
"stopId": "VENDOME - INDUSTRIE",
"stopSequence": 19
},
{
"arrival": {
"time": "1772615610"
},
"departure": {
"time": "1772615610"
},
"stopId": "VENDOME - ST MARC",
"stopSequence": 20
},
{
"arrival": {
"time": "1772615730"
},
"departure": {
"time": "1772615730"
},
"stopId": "VENDOME - 4 TILLEULS",
"stopSequence": 21
}
],
"timestamp": "1772614867",
"trip": {
"routeId": "LIGNE A",
"scheduleRelationship": "SCHEDULED",
"tripId": "LA-01-06_0_0"
},
"vehicle": {
"id": "5f9ac9c5f4e5a247456a498d",
"label": "350",
"licensePlate": "FT983SE"
}
}
},
{
"id": "trip:LB-01-02_0_0",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1772611163"
},
"departure": {
"time": "1772611189"
},
"stopId": "MESLAY - MAIRIE",
"stopSequence": 0
},
{
"arrival": {
"time": "1772611289"
},
"departure": {
"time": "1772611298"
},
"stopId": "SAINT OUEN - CONDORCET",
"stopSequence": 1
},
{
"arrival": {
"time": "1772611309"
},
"departure": {
"time": "1772611455"
},
"stopId": "ST OUEN - MAIRIE",
"stopSequence": 2
},
{
"arrival": {
"time": "1772611526"
},
"departure": {
"time": "1772611543"
},
"stopId": "ST OUEN - LOUISE MICHEL",
"stopSequence": 3
},
{
"arrival": {
"time": "1772611576"
},
"departure": {
"time": "1772611595"
},
"stopId": "ST OUEN - JULES VALLES",
"stopSequence": 4
},
{
"arrival": {
"time": "1772611683"
},
"departure": {
"time": "1772611696"
},
"stopId": "ST OUEN - CHEVAL BLANC",
"stopSequence": 5
},
{
"arrival": {
"time": "1772611762"
},
"departure": {
"time": "1772612064"
},
"stopId": "VENDOME - GARE TER",
"stopSequence": 6
},
{
"arrival": {
"time": "1772612165"
},
"departure": {
"time": "1772612199"
},
"stopId": "VENDOME - CHARTRAIN",
"stopSequence": 7
},
{
"arrival": {
"time": "1772612262"
},
"departure": {
"time": "1772612289"
},
"stopId": "VENDOME - LIBERTE",
"stopSequence": 8
},
{
"arrival": {
"time": "1772612432"
},
"departure": {
"time": "1772612446"
},
"stopId": "VENDOME - ST BIENHEURE",
"stopSequence": 9
},
{
"arrival": {
"time": "1772612532"
},
"departure": {
"time": "1772612564"
},
"stopId": "AREINES - AMPHITHEATRE",
"stopSequence": 10
},
{
"arrival": {
"time": "1772612621"
},
"stopId": "AREINES - MAIRIE",
"stopSequence": 11
}
],
"timestamp": "1772614864",
"trip": {
"routeId": "LIGNE B",
"scheduleRelationship": "SCHEDULED",
"tripId": "LB-01-02_0_0"
},
"vehicle": {
"id": "62babc77f4336585d60d0e29",
"label": "607",
"licensePlate": "AM917JR"
}
}
},
{
"alert": {
"activePeriod": [
{
"end": "1773100740",
"start": "1771372800"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Une nouvelle fiche horaire est mise en place à compter du lundi 02 mars.\n\nSur le service de 13:02 au départ de la Mairie de Montoire pour Vendôme, 3 nouveaux arrêts seront desservis :\n\narrêt VILLIERS-Avenue Colin à 13:23\narrêt VILLIERS-La Poste à 13:25\narrêt VILLIERS-Groupe scolaire à 13:26\n\nVeuillez cliquer ICI pour consulter la fiche horaire."
}
]
},
"effect": "ADDITIONAL_SERVICE",
"headerText": {
"translation": [
{
"text": "Nouvelle fiche horaire à compter du lundi 02 mars"
}
]
},
"informedEntity": [
{
"routeId": "LIGNE M"
}
]
},
"id": "alert:699595b20b617235093dc8f6"
},
{
"alert": {
"activePeriod": [
{
"end": "1775174340",
"start": "1772150400"
}
],
"cause": "OTHER_CAUSE",
"descriptionText": {
"translation": [
{
"text": "Suite à des modifications d'horaires de trains, plusieurs services de la NAVETTE TGV sont modifiés :\n\nle service de 17h02 au départ de la GARE TER est avancé à 16h57 pour une arrivée à 17h19 à la GARE TGV (changement depuis le 16 février)\nle service de 17h48 au départ de la GARE TER est avancé à 17h40 pour une arrivée à 17h58 à la GARE TGV (changement à partir du 02 mars)\nle service de 20h20 au départ de la GARE TGV est décalé à 20h29 pour une arrivée à 20h50 à la GARE TER du lundi au jeudi (changement jusqu'au 02 avril)\n\nVeuillez cliquer ICI pour visualiser la nouvelle fiche horaire."
}
]
},
"effect": "MODIFIED_SERVICE",
"headerText": {
"translation": [
{
"text": "NOUVELLE FICHE HORAIRE à partir du 02 mars"
}
]
},
"informedEntity": [
{
"routeId": "NAVETTE TGV"
}
]
},
"id": "alert:699f0802ff36229af5c0c089"
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772614868"
}
}