Resource details
This resource file is part of the dataset Réseau urbain TaM.
Related resources
Horaires de référence suburbain (GTFS)
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
❌16 errors, 65 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-07-30 at 09:11 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
Sequential stop_time_update times are not increasing E022 16 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 202607301583440093 stop_id 0:29230 departure_time 09:54:00 (1785398040) is less than previous stop departure_time 10:32:15 (1785400335) - times must increase between two sequential stops
- trip_id 202607301583440093 stop_id 0:29230 departure_time 09:54:00 (1785398040) is less than previous stop arrival_time 10:32:15 (1785400335) - times must increase between two sequential stops
- trip_id 202607301583440093 stop_id 0:29225 arrival_time 09:54:46 (1785398086) is less than previous stop arrival_time 10:32:15 (1785400335) - times must increase between two sequential stops
- trip_id 202607301583440093 stop_id 0:29225 departure_time 09:54:46 (1785398086) is less than previous stop arrival_time 10:32:15 (1785400335) - times must increase between two sequential stops
- trip_id 202607301583440088 stop_id 0:21217 departure_time 10:05:00 (1785398700) is less than previous stop departure_time 10:15:32 (1785399332) - times must increase between two sequential stops
Warnings
vehicle_id not populated W002 65 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 202607301583306058 does not have a vehicle_id
- trip_id 202607301583306059 does not have a vehicle_id
- trip_id 202607301583445127 does not have a vehicle_id
- trip_id 202607301583381293 does not have a vehicle_id
- trip_id 202607301583381292 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. | 350 | 24 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1,397 | 24 times (100 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 1 | 1 times (4 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-07-31 at 00:36 Europe/Paris.
trip_updates (5) 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 2026-07-31 at 00:36 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "1583430364",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1785452520"
},
"stopId": "0:09234"
}
],
"timestamp": "1785450968",
"trip": {
"directionId": 1,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "202607301583430364"
}
}
},
{
"id": "1583430363",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1785451620"
},
"stopId": "0:09234"
}
],
"timestamp": "1785450968",
"trip": {
"directionId": 1,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "202607301583430363"
}
}
},
{
"id": "1583430568",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1785453600"
},
"stopId": "0:92110"
}
],
"timestamp": "1785450968",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "202607301583430568"
}
}
},
{
"id": "1583430566",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1785451800"
},
"stopId": "0:92110"
}
],
"timestamp": "1785450968",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "202607301583430566"
}
}
},
{
"id": "1583430567",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1785452700"
},
"stopId": "0:92110"
}
],
"timestamp": "1785450968",
"trip": {
"directionId": 0,
"routeId": "92",
"scheduleRelationship": "SCHEDULED",
"tripId": "202607301583430567"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1785450968"
}
}