Resource details
GTFS-RT (protobuff) de la position des véhicules.
This resource file is part of the dataset Réseau urbain Hobus.
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
⚠️3 warnings
Validation carried out using the current GTFS file and the GTFS-RT the 2025-03-12 at 08:03 Europe/Paris using the MobilityData GTFS-RT validator.
Warnings
Header timestamp is older than 65 seconds W008 1 error
The data in a GTFS-realtime feed should always be less than one minute old
Sample errors
- header.timestamp is 1 min 51 sec old which is greater than the recommended age of 65 seconds
schedule_relationship not populated W009 2 errors
trip.schedule_relationship and stop_time_update.schedule_relationship should be populated
Sample errors
- trip_id ATOUMOD021:ServiceJourney:57xHO03xLxCJxSx:LOC does not have a schedule_relationship
- trip_id ATOUMOD021:ServiceJourney:58:LOC 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 |
---|---|---|---|
W009 | trip.schedule_relationship and stop_time_update.schedule_relationship should be populated | 39 | 25 times (86 % of validations) |
W008 | The data in a GTFS-realtime feed should always be less than one minute old | 15 | 15 times (52 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2025-03-12 at 18:05 Europe/Paris.
vehicle_positions (2) service_alerts (0) trip_updates (0)Entities seen in the last 7 days.
vehicle_positionsDecoded GTFS-RT feed
See full payload
Here is the decoded GTFS-RT feed Protobuf at 2025-03-12 at 18:05 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "VM:ATOUMOD021:ServiceJourney:102:LOC",
"vehicle": {
"current_status": "IN_TRANSIT_TO",
"current_stop_sequence": 12,
"position": {
"latitude": 49.41133117675781,
"longitude": 0.24772819876670837
},
"stop_id": "FR:14536:ZE:23:ATOUMOD021",
"timestamp": "1741798992",
"trip": {
"route_id": "ATOUMOD021:Line:A:LOC",
"trip_id": "ATOUMOD021:ServiceJourney:102:LOC"
},
"vehicle": {
"id": "67515ee8c2f2627eaf6dc11f"
}
}
},
{
"id": "VM:ATOUMOD021:ServiceJourney:103xHO04xLxCJxxx:LOC",
"vehicle": {
"current_status": "IN_TRANSIT_TO",
"current_stop_sequence": 5,
"position": {
"latitude": 49.3979606628418,
"longitude": 0.23998239636421204
},
"stop_id": "FR:14333:ZE:34:ATOUMOD021",
"timestamp": "1741798983",
"trip": {
"direction_id": 1,
"route_id": "ATOUMOD021:Line:A:LOC",
"trip_id": "ATOUMOD021:ServiceJourney:103xHO04xLxCJxxx:LOC"
},
"vehicle": {
"id": "67515ed3dd093cc9a9b02bf8"
}
}
}
],
"header": {
"gtfs_realtime_version": "1.0",
"timestamp": "1741799110"
}
}