Resource details
Ce lien fournit les mises à jour en temps réel par rapport au référentiel gtfs-navineo.zip
This resource file is part of the dataset Réseau urbain TCAT.
Related resources
gtfs-navineo.zip
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
❌52 errors, 181 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2025-12-18 at 15:31 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
stop_times_updates not strictly sorted E002 2 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id PS : Lu,Ma,Je,VeC1977348 stop_sequence [1, 1] is not strictly sorted by increasing stop_sequence
- trip_id PS : Lu,Ma,Je,VeC1979740 stop_sequence [49, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 46 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 PS : Lu,Ma,Je,VeC1976533 stop_sequence 9 arrival_time 16:12:00 (1766070720) is less than previous stop arrival_time 16:12:16 (1766070736) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1976533 stop_sequence 9 arrival_time 16:12:00 (1766070720) is less than previous stop departure_time 16:12:16 (1766070736) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1976533 stop_sequence 9 departure_time 16:12:00 (1766070720) is less than previous stop departure_time 16:12:16 (1766070736) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1976533 stop_sequence 9 departure_time 16:12:00 (1766070720) is less than previous stop arrival_time 16:12:16 (1766070736) - times must increase between two sequential stops
- trip_id PS : Lu,Ma,Je,VeC1979755 stop_sequence 1 departure_time 15:31:20 (1766068280) is less than previous stop departure_time 15:41:51 (1766068911) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_id E037 3 errors
Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id
Sample errors
- trip_id PS : Lu,Ma,Je,VeC1979755 has repeating stop_id 0:CAm01 - sequential stop_ids should be different
- trip_id PS : Lu,Ma,Je,VeC1976120 has repeating stop_id 0:CAm01 - sequential stop_ids should be different
- trip_id PS : Lu,Ma,Je,VeC1977348 has repeating stop_id 0:Gar01 at stop_sequence 1 - sequential stop_ids should be different
GTFS-rt stop_sequence not found in GTFS data E051 1 error
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 PS : Lu,Ma,Je,VeC1977348 contains stop_sequence 1 that does not exist in GTFS stop_times.txt for this trip
Warnings
timestamp not populated W001 113 errors
Timestamps should be populated for all elements
Sample errors
- trip_id PS : Lu,Ma,Je,VeC1979256 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1976533 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1976372 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1976324 does not have a timestamp
- trip_id PS : Lu,Ma,Je,VeC1979527 does not have a timestamp
vehicle_id not populated W002 68 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id PS : Lu,Ma,Je,VeC1979256 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1976533 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1976324 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1979527 does not have a vehicle_id
- trip_id PS : Lu,Ma,Je,VeC1976329 does not have a vehicle_id
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 |
|---|---|---|---|
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 3 304 | 28 times (88 % of validations) |
| E037 | Sequential GTFS-rt trip stop_time_updates shouldn't have the same stop_id | 118 | 28 times (88 % of validations) |
| W001 | Timestamps should be populated for all elements | 3 187 | 28 times (88 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1 874 | 28 times (88 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 156 | 27 times (84 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 33 | 27 times (84 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 130 | 26 times (81 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 108 | 26 times (81 % of validations) |
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 1 763 | 26 times (81 % 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 | 478 | 4 times (13 % of validations) |
| E009 | If a GTFS trip contains multiple references to the same stop_id (i.e., the vehicle visits the same stop_id more than once in the same trip), then GTFS-rt stop_time_updates for this trip must include stop_sequence | 11 | 2 times (6 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2025-12-18 at 21:34 Europe/Paris.
trip_updates (3) vehicle_positions (0) service_alerts (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 2025-12-18 at 21:34 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "C1977801",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766092380",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 1
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977801"
}
}
},
{
"id": "C1977800",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766089080",
"uncertainty": 120
},
"stopId": "0:HALPC",
"stopSequence": 1
},
{
"arrival": {
"time": "1766089100",
"uncertainty": 120
},
"departure": {
"time": "1766089126",
"uncertainty": 120
},
"stopId": "0:FoN03",
"stopSequence": 2
},
{
"arrival": {
"time": "1766089164",
"uncertainty": 120
},
"departure": {
"time": "1766089164",
"uncertainty": 120
},
"stopId": "0:VlS02",
"stopSequence": 3
},
{
"arrival": {
"time": "1766089211",
"uncertainty": 120
},
"departure": {
"time": "1766089247",
"uncertainty": 120
},
"stopId": "0:GAR02",
"stopSequence": 4
},
{
"arrival": {
"time": "1766089288",
"uncertainty": 120
},
"departure": {
"time": "1766089292",
"uncertainty": 120
},
"stopId": "0:PAt02",
"stopSequence": 5
},
{
"arrival": {
"time": "1766089382",
"uncertainty": 120
},
"departure": {
"time": "1766089397",
"uncertainty": 120
},
"stopId": "0:PxC03",
"stopSequence": 6
},
{
"arrival": {
"time": "1766089485",
"uncertainty": 120
},
"departure": {
"time": "1766089487",
"uncertainty": 120
},
"stopId": "0:GIl01",
"stopSequence": 7
},
{
"arrival": {
"time": "1766089532",
"uncertainty": 120
},
"departure": {
"time": "1766089532",
"uncertainty": 120
},
"stopId": "0:VEr01",
"stopSequence": 8
},
{
"arrival": {
"time": "1766089554",
"uncertainty": 120
},
"departure": {
"time": "1766089562",
"uncertainty": 120
},
"stopId": "0:HER01",
"stopSequence": 9
},
{
"arrival": {
"time": "1766089592",
"uncertainty": 120
},
"departure": {
"time": "1766089592",
"uncertainty": 120
},
"stopId": "0:HAU01",
"stopSequence": 10
},
{
"arrival": {
"time": "1766089622",
"uncertainty": 120
},
"departure": {
"time": "1766089622",
"uncertainty": 120
},
"stopId": "0:LOM04",
"stopSequence": 11
},
{
"arrival": {
"time": "1766089644",
"uncertainty": 120
},
"departure": {
"time": "1766089644",
"uncertainty": 120
},
"stopId": "0:LAr01",
"stopSequence": 12
},
{
"arrival": {
"time": "1766089679",
"uncertainty": 120
},
"departure": {
"time": "1766089679",
"uncertainty": 120
},
"stopId": "0:REI01",
"stopSequence": 13
},
{
"arrival": {
"time": "1766089741",
"uncertainty": 120
},
"departure": {
"time": "1766089741",
"uncertainty": 120
},
"stopId": "0:CrO01",
"stopSequence": 14
},
{
"arrival": {
"time": "1766089787",
"uncertainty": 120
},
"departure": {
"time": "1766089787",
"uncertainty": 120
},
"stopId": "0:ecIG01",
"stopSequence": 15
},
{
"arrival": {
"time": "1766089829",
"uncertainty": 120
},
"departure": {
"time": "1766089832",
"uncertainty": 120
},
"stopId": "0:UTT04",
"stopSequence": 16
},
{
"arrival": {
"time": "1766089906",
"uncertainty": 120
},
"departure": {
"time": "1766089908",
"uncertainty": 120
},
"stopId": "0:RsT03",
"stopSequence": 17
},
{
"arrival": {
"time": "1766089963",
"uncertainty": 120
},
"departure": {
"time": "1766089963",
"uncertainty": 120
},
"stopId": "0:TEC03",
"stopSequence": 18
},
{
"arrival": {
"time": "1766090028",
"uncertainty": 120
},
"departure": {
"time": "1766090043",
"uncertainty": 120
},
"stopId": "0:Cro01",
"stopSequence": 19
},
{
"arrival": {
"time": "1766090067",
"uncertainty": 120
},
"departure": {
"time": "1766090067",
"uncertainty": 120
},
"stopId": "0:IUT01",
"stopSequence": 20
},
{
"arrival": {
"time": "1766090121",
"uncertainty": 120
},
"departure": {
"time": "1766090121",
"uncertainty": 120
},
"stopId": "0:QUE01",
"stopSequence": 21
},
{
"arrival": {
"time": "1766090144",
"uncertainty": 120
},
"departure": {
"time": "1766090144",
"uncertainty": 120
},
"stopId": "0:CHM01",
"stopSequence": 22
},
{
"arrival": {
"time": "1766090195",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 23
}
],
"trip": {
"directionId": 0,
"routeId": "10",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977800"
},
"vehicle": {
"id": "318",
"label": "318"
}
}
},
{
"id": "C1977805",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1766090520",
"uncertainty": 120
},
"stopId": "0:CHA02",
"stopSequence": 1
}
],
"trip": {
"directionId": 1,
"routeId": "10",
"scheduleRelationship": "SCHEDULED",
"tripId": "PS : Lu,Ma,Je,VeC1977805"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1766090069"
}
}