Resource details
This resource file is part of the dataset Réseau CVL Mobilité.
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
❌22 errors, 6 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2025-07-03 at 09:02 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 3 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 MeJ_2 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id MeJ_1.1 does not exist in the GTFS data and does not have schedule_relationship of ADDED
- trip_id MeJ_3 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 3 errors
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Sample errors
- route_id LMaV does not exist in the GTFS data routes.txt
- route_id LMaV does not exist in the GTFS data routes.txt
- route_id LMaV does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 9 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id MeJ_2 stop_id DEPOT_ARCHAMBAULT_LAROCHE does not exist in GTFS data stops.txt
- trip_id MeJ_2 stop_id ZONE does not exist in GTFS data stops.txt
- trip_id MeJ_2 stop_id DEPOT_ARCHAMBAULT_LAROCHE does not exist in GTFS data stops.txt
- trip_id MeJ_1.1 stop_id DEPOT_ARCHAMBAULT_LAROCHE does not exist in GTFS data stops.txt
- trip_id MeJ_1.1 stop_id ZONE does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 4 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 MeJ_2 stop_sequence 2 arrival_time 05:43:36 (1751514216) is less than previous stop arrival_time 09:01:43 (1751526103) - times must increase between two sequential stops
- trip_id MeJ_2 stop_sequence 2 arrival_time 05:43:36 (1751514216) is less than previous stop departure_time 09:01:43 (1751526103) - times must increase between two sequential stops
- trip_id MeJ_3 stop_sequence 2 arrival_time 08:27:38 (1751524058) is less than previous stop arrival_time 09:01:37 (1751526097) - times must increase between two sequential stops
- trip_id MeJ_3 stop_sequence 2 arrival_time 08:27:38 (1751524058) is less than previous stop departure_time 09:01:37 (1751526097) - times must increase between two sequential stops
trip direction_id does not match GTFS data E024 3 errors
GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt
Sample errors
- GTFS-rt trip_id SIT01_A5 trip.direction_id is 0 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id SIT01_R6 trip.direction_id is 0 but GTFS trip.direction_id is null - direction_id does not match
- GTFS-rt trip_id SIT01_A6 trip.direction_id is 0 but GTFS trip.direction_id is null - direction_id does not match
Warnings
timestamp not populated W001 6 errors
Timestamps should be populated for all elements
Sample errors
- trip_id MeJ_2 does not have a timestamp
- trip_id MeJ_1.1 does not have a timestamp
- trip_id MeJ_3 does not have a timestamp
- trip_id SIT01_A5 does not have a timestamp
- trip_id SIT01_R6 does not have a timestamp
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 | 52 | 14 times (88 % of validations) |
E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 52 | 14 times (88 % of validations) |
E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 156 | 14 times (88 % of validations) |
E024 | GTFS-rt trip direction_id must match the direction_id in GTFS trips.txt | 43 | 14 times (88 % of validations) |
W001 | Timestamps should be populated for all elements | 95 | 14 times (88 % of validations) |
E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 48 | 13 times (81 % 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. | 1 | 1 times (6 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2025-07-03 at 19:25 Europe/Paris.
trip_updates (4) 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-07-03 at 19:25 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "12337",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 1083,
"time": "1751551083"
},
"stopId": "DEPOT_ARCHAMBAULT_LAROCHE",
"stopSequence": 0
},
{
"arrival": {
"time": "1751551084"
},
"departure": {
"time": "1751551084"
},
"stopId": "ZONE",
"stopSequence": 1
},
{
"arrival": {
"delay": -19500,
"time": "1751556300"
},
"stopId": "DEPOT_ARCHAMBAULT_LAROCHE",
"stopSequence": 2
}
],
"trip": {
"directionId": 0,
"routeId": "LMaV",
"scheduleRelationship": "SCHEDULED",
"startDate": "20250703",
"startTime": "15:40:00",
"tripId": "MeJ_5"
},
"vehicle": {
"id": "54",
"label": "GX 770 AQ",
"licensePlate": "GX 770 AQ"
}
}
},
{
"id": "12304",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 16,
"time": "1751559796"
},
"stopId": "PBG01",
"stopSequence": 0
},
{
"arrival": {
"delay": -84,
"time": "1751559936"
},
"departure": {
"delay": -70,
"time": "1751559950"
},
"stopId": "PBE02",
"stopSequence": 1
},
{
"arrival": {
"delay": -116,
"time": "1751560084"
},
"departure": {
"delay": -107,
"time": "1751560093"
},
"stopId": "CNP02",
"stopSequence": 2
},
{
"arrival": {
"delay": -119,
"time": "1751560201"
},
"departure": {
"delay": 8,
"time": "1751560328"
},
"stopId": "LSA02",
"stopSequence": 3
},
{
"arrival": {
"delay": -48,
"time": "1751560392"
},
"departure": {
"delay": -38,
"time": "1751560402"
},
"stopId": "BEL02",
"stopSequence": 4
},
{
"arrival": {
"delay": -83,
"time": "1751560477"
},
"departure": {
"delay": -62,
"time": "1751560498"
},
"stopId": "LRO02",
"stopSequence": 5
},
{
"arrival": {
"delay": -92,
"time": "1751560528"
},
"departure": {
"delay": -49,
"time": "1751560571"
},
"stopId": "PSC02",
"stopSequence": 6
},
{
"arrival": {
"delay": -106,
"time": "1751560634"
},
"departure": {
"delay": -64,
"time": "1751560676"
},
"stopId": "AMA02",
"stopSequence": 7
},
{
"arrival": {
"delay": -117,
"time": "1751560743"
},
"departure": {
"delay": -106,
"time": "1751560754"
},
"stopId": "BLC02",
"stopSequence": 8
},
{
"arrival": {
"delay": -97,
"time": "1751560823"
},
"departure": {
"delay": 109,
"time": "1751561029"
},
"stopId": "BSO02",
"stopSequence": 9
},
{
"arrival": {
"delay": 72,
"time": "1751561232"
},
"departure": {
"delay": 79,
"time": "1751561239"
},
"stopId": "RSM02",
"stopSequence": 10
},
{
"arrival": {
"delay": 65,
"time": "1751561285"
},
"departure": {
"delay": 72,
"time": "1751561292"
},
"stopId": "SLO02",
"stopSequence": 11
},
{
"arrival": {
"delay": 31,
"time": "1751561431"
},
"departure": {
"delay": 44,
"time": "1751561444"
},
"stopId": "VMA02",
"stopSequence": 12
},
{
"arrival": {
"delay": -13,
"time": "1751561507"
},
"departure": {
"delay": 34,
"time": "1751561554"
},
"stopId": "SRA02",
"stopSequence": 13
},
{
"arrival": {
"delay": -46,
"time": "1751561594"
},
"departure": {
"delay": -34,
"time": "1751561606"
},
"stopId": "PJA02",
"stopSequence": 14
},
{
"arrival": {
"delay": -67,
"time": "1751561693"
},
"departure": {
"delay": 25,
"time": "1751561785"
},
"stopId": "CGA02",
"stopSequence": 15
},
{
"arrival": {
"delay": -2,
"time": "1751561818"
},
"departure": {
"delay": 9,
"time": "1751561829"
},
"stopId": "CJJ02",
"stopSequence": 16
},
{
"arrival": {
"delay": -20,
"time": "1751561920"
},
"departure": {
"delay": -8,
"time": "1751561932"
},
"stopId": "CEH02",
"stopSequence": 17
},
{
"arrival": {
"delay": -49,
"time": "1751561951"
},
"departure": {
"delay": -32,
"time": "1751561968"
},
"stopId": "LPC02",
"stopSequence": 18
},
{
"arrival": {
"delay": -118,
"time": "1751562002"
},
"departure": {
"delay": 265,
"time": "1751562385"
},
"stopId": "MHU02",
"stopSequence": 19
},
{
"arrival": {
"delay": 249,
"time": "1751562429"
},
"departure": {
"delay": 261,
"time": "1751562441"
},
"stopId": "LGR02",
"stopSequence": 20
},
{
"arrival": {
"delay": 228,
"time": "1751562468"
},
"departure": {
"delay": 236,
"time": "1751562476"
},
"stopId": "CSJ01",
"stopSequence": 21
},
{
"arrival": {
"delay": 200,
"time": "1751562500"
},
"departure": {
"delay": 219,
"time": "1751562519"
},
"stopId": "CIM01",
"stopSequence": 22
},
{
"arrival": {
"delay": 212,
"time": "1751562632"
},
"departure": {
"delay": 217,
"time": "1751562637"
},
"stopId": "TLC02",
"stopSequence": 23
},
{
"arrival": {
"delay": 161,
"time": "1751562701"
},
"departure": {
"delay": 173,
"time": "1751562713"
},
"stopId": "CBC02",
"stopSequence": 24
},
{
"arrival": {
"delay": 148,
"time": "1751562748"
},
"departure": {
"delay": 157,
"time": "1751562757"
},
"stopId": "CCC02",
"stopSequence": 25
},
{
"arrival": {
"delay": 104,
"time": "1751562824"
},
"departure": {
"delay": 123,
"time": "1751562843"
},
"stopId": "PDV02",
"stopSequence": 26
},
{
"arrival": {
"delay": 606,
"time": "1751563506"
},
"stopId": "CHC01",
"stopSequence": 27
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"startDate": "20250703",
"startTime": "18:23:00",
"tripId": "SIT01_A18"
},
"vehicle": {
"id": "9",
"label": "GW 248 FX",
"licensePlate": "GW 248 FX"
}
}
},
{
"id": "12324",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 63,
"time": "1751561343"
},
"stopId": "CHC01",
"stopSequence": 0
},
{
"arrival": {
"delay": 80,
"time": "1751561600"
},
"departure": {
"delay": 93,
"time": "1751561613"
},
"stopId": "PDV01",
"stopSequence": 1
},
{
"arrival": {
"delay": 80,
"time": "1751561720"
},
"departure": {
"delay": 184,
"time": "1751561824"
},
"stopId": "CCC01",
"stopSequence": 2
},
{
"arrival": {
"delay": 185,
"time": "1751561885"
},
"departure": {
"delay": 242,
"time": "1751561942"
},
"stopId": "CBC01",
"stopSequence": 3
},
{
"arrival": {
"delay": 182,
"time": "1751562002"
},
"departure": {
"delay": 188,
"time": "1751562008"
},
"stopId": "TLC01",
"stopSequence": 4
},
{
"arrival": {
"delay": 182,
"time": "1751562062"
},
"departure": {
"delay": 191,
"time": "1751562071"
},
"stopId": "CSJ01",
"stopSequence": 5
},
{
"arrival": {
"delay": 170,
"time": "1751562110"
},
"departure": {
"delay": 247,
"time": "1751562187"
},
"stopId": "CIM01",
"stopSequence": 6
},
{
"arrival": {
"delay": 215,
"time": "1751562275"
},
"departure": {
"delay": 231,
"time": "1751562291"
},
"stopId": "LGR01",
"stopSequence": 7
},
{
"arrival": {
"delay": 165,
"time": "1751562345"
},
"departure": {
"delay": 177,
"time": "1751562357"
},
"stopId": "MHU01",
"stopSequence": 8
},
{
"arrival": {
"delay": 171,
"time": "1751562411"
},
"departure": {
"delay": 180,
"time": "1751562420"
},
"stopId": "LPC01",
"stopSequence": 9
},
{
"arrival": {
"delay": 162,
"time": "1751562462"
},
"departure": {
"delay": 176,
"time": "1751562476"
},
"stopId": "CEH01",
"stopSequence": 10
},
{
"arrival": {
"delay": 125,
"time": "1751562605"
},
"departure": {
"delay": 154,
"time": "1751562634"
},
"stopId": "CJJ01",
"stopSequence": 11
},
{
"arrival": {
"delay": 172,
"time": "1751562712"
},
"departure": {
"delay": 210,
"time": "1751562750"
},
"stopId": "CGA01",
"stopSequence": 12
},
{
"arrival": {
"delay": 180,
"time": "1751562840"
},
"departure": {
"delay": 217,
"time": "1751562877"
},
"stopId": "PJA01",
"stopSequence": 13
},
{
"arrival": {
"delay": 153,
"time": "1751562933"
},
"departure": {
"delay": 216,
"time": "1751562996"
},
"stopId": "SRA01",
"stopSequence": 14
},
{
"arrival": {
"delay": 177,
"time": "1751563077"
},
"departure": {
"delay": 191,
"time": "1751563091"
},
"stopId": "VMA01",
"stopSequence": 15
},
{
"arrival": {
"delay": 83,
"time": "1751563223"
},
"departure": {
"delay": 100,
"time": "1751563240"
},
"stopId": "SLO01",
"stopSequence": 16
},
{
"arrival": {
"delay": 113,
"time": "1751563313"
},
"departure": {
"delay": 121,
"time": "1751563321"
},
"stopId": "RSM01",
"stopSequence": 17
},
{
"arrival": {
"delay": 121,
"time": "1751563561"
},
"departure": {
"delay": 121,
"time": "1751563561"
},
"stopId": "BSO01",
"stopSequence": 18
},
{
"arrival": {
"delay": 121,
"time": "1751563621"
},
"departure": {
"delay": 121,
"time": "1751563621"
},
"stopId": "BLC01",
"stopSequence": 19
},
{
"arrival": {
"delay": 121,
"time": "1751563741"
},
"departure": {
"delay": 121,
"time": "1751563741"
},
"stopId": "AMA01",
"stopSequence": 20
},
{
"arrival": {
"delay": 121,
"time": "1751563801"
},
"departure": {
"delay": 121,
"time": "1751563801"
},
"stopId": "PSC01",
"stopSequence": 21
},
{
"arrival": {
"delay": 121,
"time": "1751563861"
},
"departure": {
"delay": 121,
"time": "1751563861"
},
"stopId": "LRO01",
"stopSequence": 22
},
{
"arrival": {
"delay": 121,
"time": "1751563981"
},
"departure": {
"delay": 121,
"time": "1751563981"
},
"stopId": "BEL01",
"stopSequence": 23
},
{
"arrival": {
"delay": 121,
"time": "1751564101"
},
"departure": {
"delay": 121,
"time": "1751564101"
},
"stopId": "LSA01",
"stopSequence": 24
},
{
"arrival": {
"delay": 121,
"time": "1751564221"
},
"departure": {
"delay": 121,
"time": "1751564221"
},
"stopId": "CNP01",
"stopSequence": 25
},
{
"arrival": {
"delay": 121,
"time": "1751564461"
},
"departure": {
"delay": 121,
"time": "1751564461"
},
"stopId": "PBE01",
"stopSequence": 26
},
{
"arrival": {
"delay": 121,
"time": "1751564641"
},
"departure": {
"delay": 121,
"time": "1751564641"
},
"stopId": "PBG01",
"stopSequence": 27
},
{
"arrival": {
"delay": 121,
"time": "1751564941"
},
"departure": {
"delay": 121,
"time": "1751564941"
},
"stopId": "LCA01",
"stopSequence": 28
},
{
"arrival": {
"delay": 121,
"time": "1751565241"
},
"departure": {
"delay": 121,
"time": "1751565241"
},
"stopId": "BCR01",
"stopSequence": 30
},
{
"arrival": {
"delay": 121,
"time": "1751565361"
},
"stopId": "BMA01",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"startDate": "20250703",
"startTime": "18:48:00",
"tripId": "SIT01_R20"
},
"vehicle": {
"id": "6",
"label": "GW 802 HP",
"licensePlate": "GW 802 HP"
}
}
},
{
"id": "12328",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"delay": 124,
"time": "1751562184"
},
"stopId": "BMA01",
"stopSequence": 0
},
{
"arrival": {
"delay": 124,
"time": "1751562304"
},
"departure": {
"delay": 152,
"time": "1751562332"
},
"stopId": "BEH01",
"stopSequence": 2
},
{
"arrival": {
"delay": 56,
"time": "1751562536"
},
"departure": {
"delay": 69,
"time": "1751562549"
},
"stopId": "LCA03",
"stopSequence": 4
},
{
"arrival": {
"delay": 61,
"time": "1751562841"
},
"departure": {
"delay": 142,
"time": "1751563342"
},
"stopId": "PBG01",
"stopSequence": 5
},
{
"arrival": {
"delay": 60,
"time": "1751563500"
},
"departure": {
"delay": 73,
"time": "1751563513"
},
"stopId": "PBE02",
"stopSequence": 6
},
{
"arrival": {
"delay": 73,
"time": "1751563693"
},
"departure": {
"delay": 73,
"time": "1751563693"
},
"stopId": "CNP02",
"stopSequence": 7
},
{
"arrival": {
"delay": 73,
"time": "1751563813"
},
"departure": {
"delay": 73,
"time": "1751563813"
},
"stopId": "LSA02",
"stopSequence": 8
},
{
"arrival": {
"delay": 73,
"time": "1751563933"
},
"departure": {
"delay": 73,
"time": "1751563933"
},
"stopId": "BEL02",
"stopSequence": 9
},
{
"arrival": {
"delay": 73,
"time": "1751564053"
},
"departure": {
"delay": 73,
"time": "1751564053"
},
"stopId": "LRO02",
"stopSequence": 10
},
{
"arrival": {
"delay": 73,
"time": "1751564113"
},
"departure": {
"delay": 73,
"time": "1751564113"
},
"stopId": "PSC02",
"stopSequence": 11
},
{
"arrival": {
"delay": 73,
"time": "1751564233"
},
"departure": {
"delay": 73,
"time": "1751564233"
},
"stopId": "AMA02",
"stopSequence": 12
},
{
"arrival": {
"delay": 73,
"time": "1751564353"
},
"departure": {
"delay": 73,
"time": "1751564353"
},
"stopId": "BLC02",
"stopSequence": 13
},
{
"arrival": {
"delay": 73,
"time": "1751564413"
},
"departure": {
"delay": 73,
"time": "1751564413"
},
"stopId": "BSO02",
"stopSequence": 14
},
{
"arrival": {
"delay": 73,
"time": "1751564653"
},
"departure": {
"delay": 73,
"time": "1751564653"
},
"stopId": "RSM02",
"stopSequence": 15
},
{
"arrival": {
"delay": 73,
"time": "1751564713"
},
"departure": {
"delay": 73,
"time": "1751564713"
},
"stopId": "SLO02",
"stopSequence": 16
},
{
"arrival": {
"delay": 73,
"time": "1751564893"
},
"departure": {
"delay": 73,
"time": "1751564893"
},
"stopId": "VMA02",
"stopSequence": 17
},
{
"arrival": {
"delay": 73,
"time": "1751565013"
},
"departure": {
"delay": 73,
"time": "1751565013"
},
"stopId": "SRA02",
"stopSequence": 18
},
{
"arrival": {
"delay": 73,
"time": "1751565133"
},
"departure": {
"delay": 73,
"time": "1751565133"
},
"stopId": "PJA02",
"stopSequence": 19
},
{
"arrival": {
"delay": 73,
"time": "1751565253"
},
"departure": {
"delay": 73,
"time": "1751565253"
},
"stopId": "CGA02",
"stopSequence": 20
},
{
"arrival": {
"delay": 73,
"time": "1751565313"
},
"departure": {
"delay": 73,
"time": "1751565313"
},
"stopId": "CJJ02",
"stopSequence": 21
},
{
"arrival": {
"delay": 73,
"time": "1751565433"
},
"departure": {
"delay": 73,
"time": "1751565433"
},
"stopId": "CEH02",
"stopSequence": 22
},
{
"arrival": {
"delay": 73,
"time": "1751565493"
},
"departure": {
"delay": 73,
"time": "1751565493"
},
"stopId": "LPC02",
"stopSequence": 23
},
{
"arrival": {
"delay": 73,
"time": "1751565613"
},
"departure": {
"delay": 73,
"time": "1751565613"
},
"stopId": "MHU02",
"stopSequence": 24
},
{
"arrival": {
"delay": 73,
"time": "1751565673"
},
"departure": {
"delay": 73,
"time": "1751565673"
},
"stopId": "LGR02",
"stopSequence": 25
},
{
"arrival": {
"delay": 73,
"time": "1751565733"
},
"departure": {
"delay": 73,
"time": "1751565733"
},
"stopId": "CSJ01",
"stopSequence": 26
},
{
"arrival": {
"delay": 73,
"time": "1751565793"
},
"departure": {
"delay": 73,
"time": "1751565793"
},
"stopId": "CIM01",
"stopSequence": 27
},
{
"arrival": {
"delay": 73,
"time": "1751565913"
},
"departure": {
"delay": 73,
"time": "1751565913"
},
"stopId": "TLC02",
"stopSequence": 28
},
{
"arrival": {
"delay": 73,
"time": "1751566033"
},
"departure": {
"delay": 73,
"time": "1751566033"
},
"stopId": "CBC02",
"stopSequence": 29
},
{
"arrival": {
"delay": 73,
"time": "1751566093"
},
"departure": {
"delay": 73,
"time": "1751566093"
},
"stopId": "CCC02",
"stopSequence": 30
},
{
"arrival": {
"delay": 73,
"time": "1751566213"
},
"departure": {
"delay": 73,
"time": "1751566213"
},
"stopId": "PDV02",
"stopSequence": 31
},
{
"arrival": {
"delay": 73,
"time": "1751566393"
},
"stopId": "CHC01",
"stopSequence": 32
}
],
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"startDate": "20250703",
"startTime": "19:01:00",
"tripId": "SIT01_A19"
},
"vehicle": {
"id": "10",
"label": "ES 643 PQ",
"licensePlate": "ES 643 PQ"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1751563516"
}
}