Resource details

File name: GTFS-RT MOVE
Format: gtfs-rt

Flux temps réel du réseau MOVE

This resource file is part of the dataset Réseau urbain Move.

Download availability

2026-01-25
98.1%
2026-01-26
98%
2026-01-27
99.3%
2026-01-28
98%
2026-01-29
99.9%
2026-01-30
99.8%
2026-01-31
100%
2026-02-01
99.7%
2026-02-02
99.5%
2026-02-03
98.3%
2026-02-04
98.4%
2026-02-05
100%
2026-02-06
99.6%
2026-02-07
99.1%
2026-02-08
99.5%
2026-02-09
99.4%
2026-02-10
99.5%
2026-02-11
99.2%
2026-02-12
98.6%
2026-02-13
99.2%
2026-02-14
99.3%
2026-02-15
99.2%
2026-02-16
100%
2026-02-17
100%
2026-02-18
99.8%
2026-02-19
100%
2026-02-20
100%
2026-02-21
100%
2026-02-22
99.5%
2026-02-23
99.4%
2026-02-24
100%
Learn more
We test this resource download availability every hour by making an HTTP 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

15 errors, 7 warnings

Validation carried out using the current GTFS file and the GTFS-RT the 2026-02-24 at 08:13 Europe/Paris using the MobilityData GTFS-RT validator.

Errors

GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 2 errors

All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED

Sample errors
  • trip_id TGV-01-02_0_0 does not exist in the GTFS data and does not have schedule_relationship of ADDED
  • trip_id TGV-02-02_0 does not exist in the GTFS data and does not have schedule_relationship of ADDED

GTFS-rt stop_id does not exist in GTFS data E011 6 errors

All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt

Sample errors
  • trip_id TGV-01-02_0_0 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
  • trip_id TGV-02-04_4 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
  • trip_id TGV-01-04_3 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
  • trip_id LA-01-03_0_2 stop_id VENDOME - CITES UNIES does not exist in GTFS data stops.txt
  • trip_id LA-02-03_0_2 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 LA-02-03_0_2 stop_sequence 0 doesn't have arrival or departure

GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 4 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 TGV-02-04_4 stop_sequence 1 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 1 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
  • GTFS-rt trip_id TGV-01-04_3 stop_sequence 9 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 9 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
  • GTFS-rt trip_id LA-01-03_0_2 stop_sequence 23 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 23 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same
  • GTFS-rt trip_id LA-02-03_0_2 stop_sequence 1 has stop_id VENDOME - CITES UNIES but GTFS stop_sequence 1 has stop_id VENDOME - CITÉS UNIES - stop_ids should be the same

VehiclePosition and TripUpdate ID pairing mismatch E047 2 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 TGV-02-04_4 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in VehiclePositions does not match trip_id TGV-02-02_0 and vehicle_id 5f6d9a699fe0c8233a3636a0 pairing in TripUpdates feed and trip block_ids aren't the same - ID pairing between feeds should match
  • trip_id LA-01-04_0_2 and vehicle_id 5f6b207af07eca4ec325afdc pairing in VehiclePositions does not match trip_id LA-01-02_0_3 and vehicle_id 5f6b207af07eca4ec325afdc 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 7 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 LA-01-02_0_3 is in TripUpdates but not in VehiclePositions feed
  • trip_id LA-01-03_0_2 is in TripUpdates but not in VehiclePositions feed
  • trip_id TGV-01-02_0_0 is in TripUpdates but not in VehiclePositions feed
  • trip_id TGV-02-02_0 is in TripUpdates but not in VehiclePositions feed
  • trip_id LA-02-02_0_2 is in TripUpdates but not in VehiclePositions feed
Validate this GTFS-RT now

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 405 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 389 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 244 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. 82 23 times (79 % 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 75 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 9 times (31 % of validations)
E022 stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. 21 6 times (21 % 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. 3 3 times (10 % of validations)

GTFS-RT feed content

Entities

Entities present in this feed at 2026-02-24 at 21:27 Europe/Paris.

trip_updates (10) service_alerts (2) vehicle_positions (1)

Entities seen in the last 7 days.

service_alerts trip_updates vehicle_positions

Service alerts

Here is a display of service alerts contained in this feed at 2026-02-24 at 21:27 Europe/Paris.

NAVETTE TGV - Modification service à compter du 16 février 2026 Modified service

À compter du 16 FÉVRIER 2026, le service de 17h02 au départ de la Gare TER est avancé à 16H57. Vous trouverez ICI la nouvelle fiche horaire.

Between 2026-02-06 at 01:00 Europe/Paris and 2026-03-16 at 00:59 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

Decoded GTFS-RT feed

See full payload

Here is the decoded GTFS-RT feed Protobuf at 2026-02-24 at 21:27 Europe/Paris. You can look at the GTFS-RT documentation.

{ "entity": [ { "id": "vehicle:5f6d9a5d9fe0c82317175d1f", "vehicle": { "currentStatus": "STOPPED_AT", "currentStopSequence": 5, "position": { "latitude": 47.797183990478516, "longitude": 1.0540753602981567 }, "stopId": "VENDOME - CROIX BLANCHE", "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-16_1" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-02-11_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771952573" }, "departure": { "time": "1771953797" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1771953862" }, "departure": { "time": "1771953862" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1771953938" }, "departure": { "time": "1771953943" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1771954044" }, "departure": { "time": "1771954081" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1771954202" }, "departure": { "time": "1771954233" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1771954266" }, "departure": { "time": "1771954296" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771954374" }, "departure": { "time": "1771954404" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1771954437" }, "departure": { "time": "1771954467" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1771954494" }, "departure": { "time": "1771954528" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1771954708" }, "departure": { "time": "1771954740" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1771954839" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-11_2" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-01-16_1", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771964370" }, "departure": { "time": "1771964475" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1771964599" }, "departure": { "time": "1771964614" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1771964649" }, "departure": { "time": "1771964668" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1771964693" }, "departure": { "time": "1771964703" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1771964729" }, "departure": { "time": "1771964741" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1771964799" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771964890" }, "departure": { "time": "1771964890" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1771965010" }, "departure": { "time": "1771965010" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1771965130" }, "departure": { "time": "1771965130" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1771965190" }, "departure": { "time": "1771965190" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1771965310" }, "departure": { "time": "1771965310" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-16_1" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-01-13_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771955013" }, "departure": { "time": "1771955332" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1771955452" }, "departure": { "time": "1771955471" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1771955532" }, "departure": { "time": "1771955570" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1771955592" }, "departure": { "time": "1771955606" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1771955635" }, "departure": { "time": "1771955648" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1771955714" }, "departure": { "time": "1771955768" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771955797" }, "departure": { "time": "1771955828" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1771955874" }, "departure": { "time": "1771955892" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 7 }, { "arrival": { "time": "1771955908" }, "departure": { "time": "1771955925" }, "stopId": "VENDOME - ST MARC", "stopSequence": 8 }, { "arrival": { "time": "1771956060" }, "departure": { "time": "1771956068" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 9 }, { "arrival": { "time": "1771956173" }, "departure": { "time": "1771956183" }, "stopId": "VENDOME - MONS", "stopSequence": 10 }, { "arrival": { "time": "1771956237" }, "departure": { "time": "1771956244" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 11 }, { "arrival": { "time": "1771956331" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 12 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-13_2" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-01-07_3", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771933684" }, "departure": { "time": "1771933902" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1771934026" }, "departure": { "time": "1771934044" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1771934067" }, "departure": { "time": "1771934094" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1771934112" }, "departure": { "time": "1771934131" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1771934152" }, "departure": { "time": "1771934158" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1771934222" }, "departure": { "time": "1771934302" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771934327" }, "departure": { "time": "1771934335" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1771934459" }, "departure": { "time": "1771934472" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1771934556" }, "departure": { "time": "1771934563" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1771934613" }, "departure": { "time": "1771934613" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1771934695" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-07_3" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-02-14_5", "tripUpdate": { "stopTimeUpdate": [ { "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1771961287" }, "departure": { "time": "1771961303" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1771961405" }, "departure": { "time": "1771961415" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1771961447" }, "departure": { "time": "1771961457" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771961512" }, "departure": { "time": "1771961350" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1771961557" }, "departure": { "time": "1771961410" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1771961592" }, "departure": { "time": "1771961470" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1771961812" }, "departure": { "time": "1771961830" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1771961833" }, "departure": { "time": "1771962010" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-14_5" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-02-13_4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771957909" }, "departure": { "time": "1771957932" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1771958106" }, "departure": { "time": "1771958111" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1771958190" }, "departure": { "time": "1771958197" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1771958276" }, "departure": { "time": "1771958312" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1771958415" }, "departure": { "time": "1771958442" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1771958470" }, "departure": { "time": "1771958497" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771958563" }, "departure": { "time": "1771958595" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1771958625" }, "departure": { "time": "1771958636" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1771958664" }, "departure": { "time": "1771958693" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1771958938" }, "departure": { "time": "1771958969" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1771959041" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-13_4" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-02-09_5", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771950014" }, "departure": { "time": "1771950916" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1771950979" }, "departure": { "time": "1771950979" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1771951057" }, "departure": { "time": "1771951065" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1771951150" }, "departure": { "time": "1771951202" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1771951339" }, "departure": { "time": "1771951348" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1771951386" }, "departure": { "time": "1771951392" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771951468" }, "departure": { "time": "1771951510" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1771951537" }, "departure": { "time": "1771951576" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1771951605" }, "departure": { "time": "1771951642" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1771951837" }, "departure": { "time": "1771951846" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1771951923" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-09_5" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-02-07_0", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771934727" }, "departure": { "time": "1771935792" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 0 }, { "arrival": { "time": "1771935854" }, "departure": { "time": "1771935860" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 1 }, { "arrival": { "time": "1771935943" }, "departure": { "time": "1771935948" }, "stopId": "VENDOME - MONS", "stopSequence": 2 }, { "arrival": { "time": "1771936032" }, "departure": { "time": "1771936040" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 3 }, { "arrival": { "time": "1771936157" }, "departure": { "time": "1771936189" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 4 }, { "arrival": { "time": "1771936221" }, "departure": { "time": "1771936250" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771936319" }, "departure": { "time": "1771936351" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 6 }, { "arrival": { "time": "1771936382" }, "departure": { "time": "1771936446" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 7 }, { "arrival": { "time": "1771936473" }, "departure": { "time": "1771936513" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 8 }, { "arrival": { "time": "1771936696" }, "departure": { "time": "1771936709" }, "stopId": "VENDOME - GUIMOND", "stopSequence": 9 }, { "arrival": { "time": "1771936788" }, "departure": { "time": "1771936990" }, "stopId": "VENDOME - GARE TER", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-02-07_0" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-01-09_4", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771948553" }, "departure": { "time": "1771948676" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1771948779" }, "departure": { "time": "1771948869" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1771948906" }, "departure": { "time": "1771948984" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1771949009" }, "departure": { "time": "1771949045" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1771949068" }, "departure": { "time": "1771949090" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1771949200" }, "departure": { "time": "1771949228" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771949258" }, "departure": { "time": "1771949282" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1771949336" }, "departure": { "time": "1771949385" }, "stopId": "VENDOME - INDUSTRIE", "stopSequence": 7 }, { "arrival": { "time": "1771949443" }, "departure": { "time": "1771949458" }, "stopId": "VENDOME - ST MARC", "stopSequence": 8 }, { "arrival": { "time": "1771949594" }, "departure": { "time": "1771949606" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 9 }, { "arrival": { "time": "1771949754" }, "departure": { "time": "1771949771" }, "stopId": "VENDOME - MONS", "stopSequence": 10 }, { "arrival": { "time": "1771949825" }, "departure": { "time": "1771949833" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 11 }, { "arrival": { "time": "1771949925" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 12 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-09_4" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "id": "trip:TGV-01-14_2", "tripUpdate": { "stopTimeUpdate": [ { "arrival": { "time": "1771959064" }, "departure": { "time": "1771959124" }, "stopId": "VENDOME - GARE TER", "stopSequence": 0 }, { "arrival": { "time": "1771959204" }, "departure": { "time": "1771959221" }, "stopId": "VENDOME - CHARTRAIN", "stopSequence": 1 }, { "arrival": { "time": "1771959256" }, "departure": { "time": "1771959268" }, "stopId": "VENDOME - MAIL LECLERC", "stopSequence": 2 }, { "arrival": { "time": "1771959298" }, "departure": { "time": "1771959329" }, "stopId": "VENDOME - ST MICHEL", "stopSequence": 3 }, { "arrival": { "time": "1771959350" }, "departure": { "time": "1771959379" }, "stopId": "VENDOME - KENNEDY", "stopSequence": 4 }, { "arrival": { "time": "1771959437" }, "departure": { "time": "1771959502" }, "stopId": "VENDOME - CROIX BLANCHE", "stopSequence": 5 }, { "arrival": { "time": "1771959528" }, "departure": { "time": "1771959538" }, "stopId": "VENDOME - ZI NORD", "stopSequence": 6 }, { "arrival": { "time": "1771959675" }, "departure": { "time": "1771959687" }, "stopId": "VENDOME - 4 TILLEULS", "stopSequence": 7 }, { "arrival": { "time": "1771959768" }, "departure": { "time": "1771959775" }, "stopId": "VENDOME - MONS", "stopSequence": 8 }, { "arrival": { "time": "1771959823" }, "departure": { "time": "1771959829" }, "stopId": "VENDOME - CITES UNIES", "stopSequence": 9 }, { "arrival": { "time": "1771959912" }, "stopId": "VENDOME - GARE TGV", "stopSequence": 10 } ], "timestamp": "1771964831", "trip": { "routeId": "NAVETTE TGV", "scheduleRelationship": "SCHEDULED", "tripId": "TGV-01-14_2" }, "vehicle": { "id": "5f6d9a5d9fe0c82317175d1f", "label": "605", "licensePlate": "FS025PJ" } } }, { "alert": { "activePeriod": [ { "end": "1773619140", "start": "1770336000" } ], "cause": "OTHER_CAUSE", "descriptionText": { "translation": [ { "text": "À compter du 16 FÉVRIER 2026, le service de 17h02 au départ de la Gare TER est avancé à 16H57.\n\nVous trouverez ICI la nouvelle fiche horaire." } ] }, "effect": "MODIFIED_SERVICE", "headerText": { "translation": [ { "text": "NAVETTE TGV - Modification service à compter du 16 février 2026" } ] }, "informedEntity": [ { "routeId": "NAVETTE TGV" } ] }, "id": "alert:69860517b43d113a8606f428" }, { "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" } ], "header": { "gtfsRealtimeVersion": "2.0", "timestamp": "1771964834" } }