Resource details
This resource file is part of the dataset Réseau urbain Marinéo.
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
❌70 errors, 39 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2026-03-03 at 08:07 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 21725825 stop_sequence [7, 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] is not strictly sorted by increasing stop_sequence
- trip_id 21725823 stop_sequence [7, 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] is not strictly sorted by increasing stop_sequence
GTFS-rt trip_id does not exist in GTFS data and does not have schedule_relationship of ADDED E003 1 error
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 21323855 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 1 error
All route_ids provided in the GTFS-rt feed must exist in the GTFS data
Sample errors
- route_id SC does not exist in the GTFS data routes.txt
GTFS-rt stop_id does not exist in GTFS data E011 11 errors
All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt
Sample errors
- trip_id 21725824 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21725826 stop_id outmds does not exist in GTFS data stops.txt
- trip_id 21323855 stop_id smbsand does not exist in GTFS data stops.txt
- trip_id 21725990 stop_id wimmair4 does not exist in GTFS data stops.txt
- trip_id 21725991 stop_id wimmair3 does not exist in GTFS data stops.txt
Sequential stop_time_update times are not increasing E022 40 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 21725824 stop_sequence 1 departure_time 08:01:33 (1772521293) is less than previous stop departure_time 08:17:42 (1772522262) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 1 departure_time 08:01:33 (1772521293) is less than previous stop arrival_time 08:17:42 (1772522262) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 arrival_time 08:02:59 (1772521379) is less than previous stop arrival_time 08:17:42 (1772522262) - times must increase between two sequential stops
- trip_id 21725824 stop_sequence 2 departure_time 08:03:03 (1772521383) is less than previous stop arrival_time 08:17:42 (1772522262) - times must increase between two sequential stops
- trip_id 21725825 stop_id outlep2 arrival_time 08:43:33 (1772523813) is equal to previous stop arrival_time 08:43:33 (1772523813) - times must increase between two sequential stops
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 15 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 21725937 stop_sequence 6 has stop_id smbecol but GTFS stop_sequence 6 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21725926 stop_sequence 13 has stop_id smbecol but GTFS stop_sequence 13 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21725929 stop_sequence 4 has stop_id smbecol but GTFS stop_sequence 4 has stop_id smbecol3 - stop_ids should be the same
- GTFS-rt trip_id 21725990 stop_sequence 25 has stop_id wimmair4 but GTFS stop_sequence 25 has stop_id wimmair2 - stop_ids should be the same
- GTFS-rt trip_id 21725991 stop_sequence 11 has stop_id wimmair3 but GTFS stop_sequence 11 has stop_id wimmair - stop_ids should be the same
Warnings
vehicle_id not populated W002 39 errors
vehicle_id should be populated for TripUpdates and VehiclePositions
Sample errors
- trip_id 21323616 does not have a vehicle_id
- trip_id 21323614 does not have a vehicle_id
- trip_id 21323615 does not have a vehicle_id
- trip_id 21323612 does not have a vehicle_id
- trip_id 21323613 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 |
|---|---|---|---|
| E011 | All stop_ids referenced in GTFS-rt feeds must exist in GTFS stops.txt | 486 | 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 | 326 | 29 times (100 % of validations) |
| W002 | vehicle_id should be populated for TripUpdates and VehiclePositions | 1,018 | 29 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. | 2,776 | 27 times (93 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 156 | 25 times (86 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 9 | 9 times (31 % of validations) |
| E004 | All route_ids provided in the GTFS-rt feed must exist in the GTFS data | 9 | 9 times (31 % 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 | 2 | 2 times (7 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-03-04 at 05:02 Europe/Paris.
trip_updates (11) 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-03-04 at 05:02 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "21323492",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772600400",
"uncertainty": 120
},
"stopId": "bsmcca9",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "D",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323492"
}
}
},
{
"id": "21323705",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772599080"
},
"stopId": "bsmcca3",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 1,
"routeId": "M1",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323705"
}
}
},
{
"id": "21725985",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772598300",
"uncertainty": 120
},
"stopId": "wimbast5",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 1,
"routeId": "F",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725985"
}
}
},
{
"id": "21726026",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772600520",
"uncertainty": 120
},
"stopId": "bsmcca6",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "A",
"scheduleRelationship": "SCHEDULED",
"tripId": "21726026"
}
}
},
{
"id": "21323530",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772600040",
"uncertainty": 120
},
"stopId": "semcord",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 1,
"routeId": "E",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323530"
}
}
},
{
"id": "21323603",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772598600",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323603"
}
}
},
{
"id": "21323604",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772600400",
"uncertainty": 120
},
"stopId": "bsmcca7",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 1,
"routeId": "B2",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323604"
}
}
},
{
"id": "21323906",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772598480",
"uncertainty": 120
},
"stopId": "bsmcca2",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "CCAB",
"scheduleRelationship": "SCHEDULED",
"tripId": "21323906"
}
}
},
{
"id": "21725916",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772598600",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725916"
}
}
},
{
"id": "21725917",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772599800",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 1
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725917"
}
}
},
{
"id": "21725915",
"tripUpdate": {
"stopTimeUpdate": [
{
"departure": {
"time": "1772597448",
"uncertainty": 120
},
"stopId": "lpoalpr2",
"stopSequence": 1
},
{
"arrival": {
"time": "1772597568",
"uncertainty": 120
},
"departure": {
"time": "1772597568",
"uncertainty": 120
},
"stopId": "lpoegli2",
"stopSequence": 2
},
{
"arrival": {
"time": "1772597657",
"uncertainty": 120
},
"departure": {
"time": "1772597657",
"uncertainty": 120
},
"stopId": "lpoloti2",
"stopSequence": 3
},
{
"arrival": {
"time": "1772597817",
"uncertainty": 120
},
"departure": {
"time": "1772597817",
"uncertainty": 120
},
"stopId": "lposan2",
"stopSequence": 4
},
{
"arrival": {
"time": "1772597928",
"uncertainty": 120
},
"departure": {
"time": "1772597928",
"uncertainty": 120
},
"stopId": "lpogai1",
"stopSequence": 5
},
{
"arrival": {
"time": "1772597998",
"uncertainty": 120
},
"departure": {
"time": "1772597998",
"uncertainty": 120
},
"stopId": "lpomou",
"stopSequence": 6
},
{
"arrival": {
"time": "1772598056",
"uncertainty": 120
},
"departure": {
"time": "1772598056",
"uncertainty": 120
},
"stopId": "lpoave",
"stopSequence": 7
},
{
"arrival": {
"time": "1772598168",
"uncertainty": 120
},
"departure": {
"time": "1772598168",
"uncertainty": 120
},
"stopId": "lepcime2",
"stopSequence": 8
},
{
"arrival": {
"time": "1772598218",
"uncertainty": 120
},
"departure": {
"time": "1772598218",
"uncertainty": 120
},
"stopId": "bsmhvi2",
"stopSequence": 9
},
{
"arrival": {
"time": "1772598396",
"uncertainty": 120
},
"departure": {
"time": "1772598396",
"uncertainty": 120
},
"stopId": "bsmpca2",
"stopSequence": 10
},
{
"arrival": {
"time": "1772598426",
"uncertainty": 120
},
"departure": {
"time": "1772598426",
"uncertainty": 120
},
"stopId": "bsment",
"stopSequence": 11
},
{
"arrival": {
"time": "1772598528",
"uncertainty": 120
},
"departure": {
"time": "1772598528",
"uncertainty": 120
},
"stopId": "bsmdute",
"stopSequence": 12
},
{
"arrival": {
"time": "1772598648",
"uncertainty": 120
},
"stopId": "bsmcca13",
"stopSequence": 13
}
],
"timestamp": "1772596929",
"trip": {
"directionId": 0,
"routeId": "C",
"scheduleRelationship": "SCHEDULED",
"tripId": "21725915"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1772596929"
}
}