Resource details
Les mises à jour des trajets vous informent des fluctuations d’horaires.
Elles sont délivrées au format GTFS-realtime, voir https://developers.google.com/transit/gtfs-realtime/guides/trip-updates?hl=fr.
This resource file is part of the dataset Réseau urbain Bibus.
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
❌4,903 errors, 7,824 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-01-23 at 08:00 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 131 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 17448484 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 17448588 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 17448507 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 17448543 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id 17448645 does not exist in the GTFS data and does not have schedule_relationship of ADDED
GTFS-rt route_id does not exist in GTFS data E004 95 errors
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Sample errors
- route_id B does not exist in the GTFS data routes.txt
- route_id B does not exist in the GTFS data routes.txt
- route_id B does not exist in the GTFS data routes.txt
- route_id B does not exist in the GTFS data routes.txt
- route_id B does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 938 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 17301323 stop_id P AMIS_1 does not exist in GTFS data stops.txt
- trip_id 17301327 stop_id P AMIS_1 does not exist in GTFS data stops.txt
- trip_id 17448484 stop_id GAR_G_TR does not exist in GTFS data stops.txt
- trip_id 17448484 stop_id LIBQZ_TR does not exist in GTFS data stops.txt
- trip_id 17448484 stop_id CHU_M_TR does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 188 errors
stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease.
Sample errors
- trip_id 17307684 stop_sequence 1 arrival_time 08:18:32 (1769152712) is less than previous stop arrival_time 08:18:36 (1769152716) - times must increase between two sequential stops
- trip_id 17307684 stop_sequence 1 arrival_time 08:18:32 (1769152712) is less than previous stop departure_time 08:18:36 (1769152716) - times must increase between two sequential stops
- trip_id 17307684 stop_sequence 1 departure_time 08:18:32 (1769152712) is less than previous stop departure_time 08:18:36 (1769152716) - times must increase between two sequential stops
- trip_id 17307684 stop_sequence 1 departure_time 08:18:32 (1769152712) is less than previous stop arrival_time 08:18:36 (1769152716) - times must increase between two sequential stops
- trip_id 17307772 stop_sequence 28 arrival_time 09:08:38 (1769155718) is less than previous stop arrival_time 09:08:42 (1769155722) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 1,840 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 17301527 stop_sequence 1 has stop_id FOREST_1 but GTFS stop_sequence 1 has stop_id PGOUES_8 - stop_ids should be the same
- GTFS-rt trip_id 17301527 stop_sequence 2 has stop_id CURIE_1 but GTFS stop_sequence 2 has stop_id FOREST_1 - stop_ids should be the same
- GTFS-rt trip_id 17301527 stop_sequence 3 has stop_id FRESN_2 but GTFS stop_sequence 3 has stop_id CURIE_1 - stop_ids should be the same
- GTFS-rt trip_id 17301527 stop_sequence 4 has stop_id CORIOL_2 but GTFS stop_sequence 4 has stop_id FRESN_2 - stop_ids should be the same
- GTFS-rt trip_id 17301527 stop_sequence 5 has stop_id LAVOIS_2 but GTFS stop_sequence 5 has stop_id CORIOL_2 - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 1,711 errors
All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip
Sample errors
- GTFS-rt trip_id 17307850 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 17301323 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 17308279 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 17307992 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 17447119 contains stop_sequence 0 that does not exist in GTFS stop_times.txt for this trip
Warnings
timestamp not populated W001 1,956 errors
Timestamps should be populated for all elements
Sample errors
- trip_id 17307850 does not have a timestamp
- trip_id 17301323 does not have a timestamp
- trip_id 17308279 does not have a timestamp
- trip_id 17307992 does not have a timestamp
- trip_id 17447119 does not have a timestamp
vehicle_id not populated W002 1,956 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 17307850 does not have a vehicle_id
- trip_id 17301323 does not have a vehicle_id
- trip_id 17308279 does not have a vehicle_id
- trip_id 17307992 does not have a vehicle_id
- trip_id 17447119 does not have a vehicle_id
schedule_relationship not populated W009 3,912 errors
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Sample errors
- trip_id 17307850 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 17307850 does not have a schedule_relationship
- trip_id 17301323 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
- trip_id 17301323 does not have a schedule_relationship
- trip_id 17308279 stop_sequence 0 (and potentially more for this trip) does not have a schedule_relationship
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 |
|---|---|---|---|
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 1,175 | 30 times (100 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 976 | 30 times (100 % of validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 7,915 | 30 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 | 41,309 | 30 times (100 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 41,739 | 30 times (100 % of validations) |
| W001 | Timestamps should be populated for all elements | 45,385 | 30 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 45,385 | 30 times (100 % of validations) |
| W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 90,770 | 30 times (100 % of validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 4,727 | 29 times (97 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-01-24 at 00:29 Europe/Paris.
vehicle_positions (0) service_alerts (0) trip_updates (0)Entities seen in the last 7 days.
trip_updatesDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2026-01-24 at 00:29 Europe/Paris. You can look at the GTFS-RT documentation.
{
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1769210942"
}
}