Resource details
This resource file is part of the dataset Réseau urbain Kicé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
❌57 errors
Validation carried out using the current GTFS file and the GTFS-RT the 2026-04-05 at 09:07 Europe/Paris using the MobilityData GTFS-RT validator.
Errors
stop_times_updates not strictly sorted E002 6 errors
stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence
Sample errors
- trip_id 2-386334721 stop_sequence [2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 12] is not strictly sorted by increasing stop_sequence
- trip_id 2-369754126 stop_sequence [14, 14] is not strictly sorted by increasing stop_sequence
- trip_id 2-5771821057 stop_sequence [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, 33, 34, 35, 35] is not strictly sorted by increasing stop_sequence
- trip_id 2-369623054 stop_sequence [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 13] is not strictly sorted by increasing stop_sequence
- trip_id 2-386465794 stop_sequence [1, 2, 3, 4, 5, 6, 7, 8, 9, 9] is not strictly sorted by increasing stop_sequence
Sequential stop_time_update times are not increasing E022 32 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 2-386334721 stop_sequence 14 arrival_time 09:25:17 (1775373917) is less than previous stop arrival_time 09:31:17 (1775374277) - times must increase between two sequential stops
- trip_id 2-386334721 stop_sequence 14 arrival_time 09:25:17 (1775373917) is less than previous stop departure_time 09:31:17 (1775374277) - times must increase between two sequential stops
- trip_id 2-386334721 stop_sequence 14 departure_time 09:25:17 (1775373917) is less than previous stop departure_time 09:31:17 (1775374277) - times must increase between two sequential stops
- trip_id 2-386334721 stop_sequence 14 departure_time 09:25:17 (1775373917) is less than previous stop arrival_time 09:31:17 (1775374277) - times must increase between two sequential stops
- trip_id 2-386334721 stop_sequence 16 arrival_time 09:26:17 (1775373977) is less than previous stop arrival_time 09:33:17 (1775374397) - times must increase between two sequential stops
Sequential stop_time_updates have the same stop_sequence E036 6 errors
Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence
Sample errors
- trip_id 2-386334721 has repeating stop_sequence 12 - stop_sequence must increase for each stop_time_update
- trip_id 2-369754126 has repeating stop_sequence 14 - stop_sequence must increase for each stop_time_update
- trip_id 2-5771821057 has repeating stop_sequence 35 - stop_sequence must increase for each stop_time_update
- trip_id 2-369623054 has repeating stop_sequence 13 - stop_sequence must increase for each stop_time_update
- trip_id 2-386465794 has repeating stop_sequence 9 - stop_sequence must increase for each stop_time_update
GTFS-rt stop_time_update stop_sequence and stop_id do not match GTFS E045 7 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 2-369754126 stop_sequence 14 has stop_id 494 but GTFS stop_sequence 14 has stop_id 461 - stop_ids should be the same
- GTFS-rt trip_id 2-5771821057 stop_sequence 33 has stop_id 485 but GTFS stop_sequence 33 has stop_id 603 - stop_ids should be the same
- GTFS-rt trip_id 2-5771821057 stop_sequence 34 has stop_id 487 but GTFS stop_sequence 34 has stop_id 565 - stop_ids should be the same
- GTFS-rt trip_id 2-369623054 stop_sequence 13 has stop_id 462 but GTFS stop_sequence 13 has stop_id 603 - stop_ids should be the same
- GTFS-rt trip_id 2-386465794 stop_sequence 6 has stop_id 518 but GTFS stop_sequence 6 has stop_id 572 - stop_ids should be the same
GTFS-rt stop_sequence not found in GTFS data E051 6 errors
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 2-386334721 contains stop_sequence 12 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 2-369754126 contains stop_sequence 14 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 2-5771821057 contains stop_sequence 35 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 2-369623054 contains stop_sequence 13 that does not exist in GTFS stop_times.txt for this trip
- GTFS-rt trip_id 2-386465794 contains stop_sequence 9 that does not exist in GTFS stop_times.txt for this trip
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 |
|---|---|---|---|
| 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 | 101 | 14 times (56 % of validations) |
| E003 | All trip_ids provided in the GTFS-rt feed must exist in the GTFS data, unless the schedule_relationship is ADDED | 10 | 10 times (40 % of validations) |
| E002 | stop_time_updates for a given trip_id must be strictly sorted by increasing stop_sequence | 30 | 6 times (24 % of validations) |
| E036 | Sequential GTFS-rt trip stop_time_updates should never have the same stop_sequence | 30 | 6 times (24 % of validations) |
| E051 | All stop_time_update stop_sequences in GTFS-realtime data must appear in GTFS stop_times.txt for that trip | 30 | 6 times (24 % of validations) |
| E022 | stop_time_update arrival/departure times between sequential stops should always increase - they should never be the same or decrease. | 72 | 4 times (16 % of validations) |
GTFS-RT feed content
Entities
Entities present in this feed at 2026-04-06 at 09:04 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-04-06 at 09:04 Europe/Paris. You can look at the GTFS-RT documentation.
{
"entity": [
{
"id": "84",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775459387"
},
"departure": {
"time": "1775459387"
},
"stopId": "591",
"stopSequence": 2
},
{
"arrival": {
"time": "1775459447"
},
"departure": {
"time": "1775459447"
},
"stopId": "457",
"stopSequence": 3
},
{
"arrival": {
"time": "1775459567"
},
"departure": {
"time": "1775459567"
},
"stopId": "563",
"stopSequence": 4
},
{
"arrival": {
"time": "1775459568"
},
"departure": {
"time": "1775459568"
},
"stopId": "567",
"stopSequence": 5
},
{
"arrival": {
"time": "1775459627"
},
"departure": {
"time": "1775459627"
},
"stopId": "611",
"stopSequence": 6
},
{
"arrival": {
"time": "1775459687"
},
"departure": {
"time": "1775459687"
},
"stopId": "522",
"stopSequence": 7
},
{
"arrival": {
"time": "1775459747"
},
"departure": {
"time": "1775459747"
},
"stopId": "405",
"stopSequence": 8
},
{
"arrival": {
"time": "1775459807"
},
"departure": {
"time": "1775459807"
},
"stopId": "517",
"stopSequence": 9
},
{
"arrival": {
"time": "1775459867"
},
"departure": {
"time": "1775459867"
},
"stopId": "562",
"stopSequence": 10
},
{
"arrival": {
"time": "1775459987"
},
"departure": {
"time": "1775459987"
},
"stopId": "603",
"stopSequence": 11
},
{
"arrival": {
"time": "1775460047"
},
"departure": {
"time": "1775460047"
},
"stopId": "587",
"stopSequence": 12
},
{
"arrival": {
"time": "1775460107"
},
"departure": {
"time": "1775460107"
},
"stopId": "613",
"stopSequence": 13
},
{
"arrival": {
"time": "1775460167"
},
"departure": {
"time": "1775460167"
},
"stopId": "500",
"stopSequence": 14
},
{
"arrival": {
"time": "1775460168"
},
"departure": {
"time": "1775460168"
},
"stopId": "399",
"stopSequence": 15
},
{
"arrival": {
"time": "1775460227"
},
"departure": {
"time": "1775460227"
},
"stopId": "383",
"stopSequence": 16
},
{
"arrival": {
"time": "1775460287"
},
"departure": {
"time": "1775460287"
},
"stopId": "358",
"stopSequence": 17
},
{
"arrival": {
"time": "1775460288"
},
"departure": {
"time": "1775460288"
},
"stopId": "630",
"stopSequence": 18
},
{
"arrival": {
"time": "1775460347"
},
"departure": {
"time": "1775460347"
},
"stopId": "637",
"stopSequence": 19
},
{
"arrival": {
"time": "1775460348"
},
"departure": {
"time": "1775460348"
},
"stopId": "478",
"stopSequence": 20
},
{
"arrival": {
"time": "1775460407"
},
"departure": {
"time": "1775460407"
},
"stopId": "571",
"stopSequence": 21
},
{
"arrival": {
"time": "1775460467"
},
"departure": {
"time": "1775460467"
},
"stopId": "427",
"stopSequence": 22
},
{
"arrival": {
"time": "1775460468"
},
"departure": {
"time": "1775460468"
},
"stopId": "381",
"stopSequence": 23
},
{
"arrival": {
"time": "1775460527"
},
"departure": {
"time": "1775460527"
},
"stopId": "520",
"stopSequence": 24
},
{
"arrival": {
"time": "1775460587"
},
"departure": {
"time": "1775460587"
},
"stopId": "559",
"stopSequence": 25
},
{
"arrival": {
"time": "1775460647"
},
"departure": {
"time": "1775460647"
},
"stopId": "619",
"stopSequence": 26
}
],
"timestamp": "1775459091",
"trip": {
"directionId": 0,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260406",
"tripId": "2-386334721"
},
"vehicle": {
"id": "84",
"label": "97228",
"licensePlate": "GW 131 JG"
}
}
},
{
"id": "86",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775459254"
},
"departure": {
"time": "1775459254"
},
"stopId": "586",
"stopSequence": 18
},
{
"arrival": {
"time": "1775459314"
},
"departure": {
"time": "1775459314"
},
"stopId": "605",
"stopSequence": 19
},
{
"arrival": {
"time": "1775459434"
},
"departure": {
"time": "1775459434"
},
"stopId": "512",
"stopSequence": 20
},
{
"arrival": {
"time": "1775459494"
},
"departure": {
"time": "1775459494"
},
"stopId": "494",
"stopSequence": 21
},
{
"arrival": {
"time": "1775459554"
},
"departure": {
"time": "1775459554"
},
"stopId": "583",
"stopSequence": 22
},
{
"arrival": {
"time": "1775459614"
},
"departure": {
"time": "1775459614"
},
"stopId": "396",
"stopSequence": 23
},
{
"arrival": {
"time": "1775459674"
},
"departure": {
"time": "1775459674"
},
"stopId": "398",
"stopSequence": 24
},
{
"arrival": {
"time": "1775459734"
},
"departure": {
"time": "1775459734"
},
"stopId": "481",
"stopSequence": 25
},
{
"arrival": {
"time": "1775459794"
},
"departure": {
"time": "1775459794"
},
"stopId": "543",
"stopSequence": 26
},
{
"arrival": {
"time": "1775459854"
},
"departure": {
"time": "1775459854"
},
"stopId": "425",
"stopSequence": 27
},
{
"arrival": {
"time": "1775459855"
},
"departure": {
"time": "1775459855"
},
"stopId": "646",
"stopSequence": 28
},
{
"arrival": {
"time": "1775459914"
},
"departure": {
"time": "1775459914"
},
"stopId": "550",
"stopSequence": 29
},
{
"arrival": {
"time": "1775460034"
},
"departure": {
"time": "1775460034"
},
"stopId": "377",
"stopSequence": 30
},
{
"arrival": {
"time": "1775460094"
},
"departure": {
"time": "1775460094"
},
"stopId": "629",
"stopSequence": 31
}
],
"timestamp": "1775459091",
"trip": {
"directionId": 1,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260406",
"tripId": "2-369754126"
},
"vehicle": {
"id": "86",
"label": "97230",
"licensePlate": "GW 085 JG"
}
}
},
{
"id": "87",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775459116"
},
"departure": {
"time": "1775459116"
},
"stopId": "342",
"stopSequence": 4
},
{
"arrival": {
"time": "1775459117"
},
"departure": {
"time": "1775459117"
},
"stopId": "340",
"stopSequence": 5
},
{
"arrival": {
"time": "1775459236"
},
"departure": {
"time": "1775459236"
},
"stopId": "344",
"stopSequence": 6
},
{
"arrival": {
"time": "1775459296"
},
"departure": {
"time": "1775459296"
},
"stopId": "323",
"stopSequence": 7
},
{
"arrival": {
"time": "1775459356"
},
"departure": {
"time": "1775459356"
},
"stopId": "319",
"stopSequence": 8
},
{
"arrival": {
"time": "1775459416"
},
"departure": {
"time": "1775459416"
},
"stopId": "325",
"stopSequence": 9
},
{
"arrival": {
"time": "1775459417"
},
"departure": {
"time": "1775459417"
},
"stopId": "321",
"stopSequence": 10
},
{
"arrival": {
"time": "1775459476"
},
"departure": {
"time": "1775459476"
},
"stopId": "334",
"stopSequence": 11
},
{
"arrival": {
"time": "1775459536"
},
"departure": {
"time": "1775459536"
},
"stopId": "346",
"stopSequence": 12
},
{
"arrival": {
"time": "1775459776"
},
"departure": {
"time": "1775459776"
},
"stopId": "348",
"stopSequence": 13
},
{
"arrival": {
"time": "1775459836"
},
"departure": {
"time": "1775459836"
},
"stopId": "354",
"stopSequence": 14
},
{
"arrival": {
"time": "1775459896"
},
"departure": {
"time": "1775459896"
},
"stopId": "338",
"stopSequence": 15
},
{
"arrival": {
"time": "1775459956"
},
"departure": {
"time": "1775459956"
},
"stopId": "330",
"stopSequence": 16
},
{
"arrival": {
"time": "1775460076"
},
"departure": {
"time": "1775460076"
},
"stopId": "336",
"stopSequence": 17
},
{
"arrival": {
"time": "1775460136"
},
"departure": {
"time": "1775460136"
},
"stopId": "273",
"stopSequence": 18
},
{
"arrival": {
"time": "1775460256"
},
"departure": {
"time": "1775460256"
},
"stopId": "293",
"stopSequence": 19
},
{
"arrival": {
"time": "1775460316"
},
"departure": {
"time": "1775460316"
},
"stopId": "285",
"stopSequence": 20
},
{
"arrival": {
"time": "1775460376"
},
"departure": {
"time": "1775460376"
},
"stopId": "287",
"stopSequence": 21
},
{
"arrival": {
"time": "1775460436"
},
"departure": {
"time": "1775460436"
},
"stopId": "508",
"stopSequence": 22
},
{
"arrival": {
"time": "1775460496"
},
"departure": {
"time": "1775460496"
},
"stopId": "429",
"stopSequence": 23
},
{
"arrival": {
"time": "1775460556"
},
"departure": {
"time": "1775460556"
},
"stopId": "468",
"stopSequence": 24
},
{
"arrival": {
"time": "1775460736"
},
"departure": {
"time": "1775460736"
},
"stopId": "643",
"stopSequence": 25
},
{
"arrival": {
"time": "1775460796"
},
"departure": {
"time": "1775460796"
},
"stopId": "438",
"stopSequence": 26
},
{
"arrival": {
"time": "1775460797"
},
"departure": {
"time": "1775460797"
},
"stopId": "636",
"stopSequence": 27
},
{
"arrival": {
"time": "1775460916"
},
"departure": {
"time": "1775460916"
},
"stopId": "491",
"stopSequence": 28
},
{
"arrival": {
"time": "1775460976"
},
"departure": {
"time": "1775460976"
},
"stopId": "621",
"stopSequence": 29
},
{
"arrival": {
"time": "1775461036"
},
"departure": {
"time": "1775461036"
},
"stopId": "584",
"stopSequence": 30
},
{
"arrival": {
"time": "1775461037"
},
"departure": {
"time": "1775461037"
},
"stopId": "493",
"stopSequence": 31
},
{
"arrival": {
"time": "1775461096"
},
"departure": {
"time": "1775461096"
},
"stopId": "511",
"stopSequence": 32
},
{
"arrival": {
"time": "1775461156"
},
"departure": {
"time": "1775461156"
},
"stopId": "603",
"stopSequence": 33
},
{
"arrival": {
"time": "1775461216"
},
"departure": {
"time": "1775461216"
},
"stopId": "565",
"stopSequence": 34
},
{
"arrival": {
"time": "1775461276"
},
"departure": {
"time": "1775461276"
},
"stopId": "616",
"stopSequence": 35
},
{
"arrival": {
"time": "1775461336"
},
"departure": {
"time": "1775461336"
},
"stopId": "485",
"stopSequence": 36
},
{
"arrival": {
"time": "1775461396"
},
"departure": {
"time": "1775461396"
},
"stopId": "487",
"stopSequence": 37
},
{
"arrival": {
"time": "1775461516"
},
"departure": {
"time": "1775461516"
},
"stopId": "533",
"stopSequence": 38
},
{
"arrival": {
"time": "1775461576"
},
"departure": {
"time": "1775461576"
},
"stopId": "570",
"stopSequence": 39
},
{
"arrival": {
"time": "1775461636"
},
"departure": {
"time": "1775461636"
},
"stopId": "22",
"stopSequence": 40
},
{
"arrival": {
"time": "1775461756"
},
"departure": {
"time": "1775461756"
},
"stopId": "27",
"stopSequence": 41
},
{
"arrival": {
"time": "1775461816"
},
"departure": {
"time": "1775461816"
},
"stopId": "21",
"stopSequence": 42
},
{
"arrival": {
"time": "1775461876"
},
"departure": {
"time": "1775461876"
},
"stopId": "8",
"stopSequence": 43
},
{
"arrival": {
"time": "1775461996"
},
"departure": {
"time": "1775461996"
},
"stopId": "14",
"stopSequence": 44
},
{
"arrival": {
"time": "1775462056"
},
"departure": {
"time": "1775462056"
},
"stopId": "10",
"stopSequence": 45
},
{
"arrival": {
"time": "1775462176"
},
"departure": {
"time": "1775462176"
},
"stopId": "6",
"stopSequence": 46
}
],
"timestamp": "1775459091",
"trip": {
"directionId": 1,
"routeId": "344",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260406",
"tripId": "2-5771821057"
},
"vehicle": {
"id": "87",
"label": "97231",
"licensePlate": "GW 163 JG"
}
}
},
{
"id": "next_86",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775460480"
},
"departure": {
"time": "1775460480"
},
"stopId": "629",
"stopSequence": 1
},
{
"arrival": {
"time": "1775460540"
},
"departure": {
"time": "1775460540"
},
"stopId": "376",
"stopSequence": 2
},
{
"arrival": {
"time": "1775460660"
},
"departure": {
"time": "1775460660"
},
"stopId": "551",
"stopSequence": 3
},
{
"arrival": {
"time": "1775460720"
},
"departure": {
"time": "1775460720"
},
"stopId": "645",
"stopSequence": 4
},
{
"arrival": {
"time": "1775460721"
},
"departure": {
"time": "1775460721"
},
"stopId": "424",
"stopSequence": 5
},
{
"arrival": {
"time": "1775460780"
},
"departure": {
"time": "1775460780"
},
"stopId": "542",
"stopSequence": 6
},
{
"arrival": {
"time": "1775460840"
},
"departure": {
"time": "1775460840"
},
"stopId": "480",
"stopSequence": 7
},
{
"arrival": {
"time": "1775460900"
},
"departure": {
"time": "1775460900"
},
"stopId": "397",
"stopSequence": 8
},
{
"arrival": {
"time": "1775460901"
},
"departure": {
"time": "1775460901"
},
"stopId": "395",
"stopSequence": 9
},
{
"arrival": {
"time": "1775460960"
},
"departure": {
"time": "1775460960"
},
"stopId": "584",
"stopSequence": 10
},
{
"arrival": {
"time": "1775461020"
},
"departure": {
"time": "1775461020"
},
"stopId": "493",
"stopSequence": 11
},
{
"arrival": {
"time": "1775461080"
},
"departure": {
"time": "1775461080"
},
"stopId": "511",
"stopSequence": 12
},
{
"arrival": {
"time": "1775461200"
},
"departure": {
"time": "1775461200"
},
"stopId": "603",
"stopSequence": 13
},
{
"arrival": {
"time": "1775461260"
},
"departure": {
"time": "1775461260"
},
"stopId": "585",
"stopSequence": 14
},
{
"arrival": {
"time": "1775461380"
},
"departure": {
"time": "1775461380"
},
"stopId": "4210",
"stopSequence": 15
},
{
"arrival": {
"time": "1775461440"
},
"departure": {
"time": "1775461440"
},
"stopId": "459",
"stopSequence": 16
},
{
"arrival": {
"time": "1775461500"
},
"departure": {
"time": "1775461500"
},
"stopId": "546",
"stopSequence": 17
},
{
"arrival": {
"time": "1775461560"
},
"departure": {
"time": "1775461560"
},
"stopId": "462",
"stopSequence": 18
},
{
"arrival": {
"time": "1775461620"
},
"departure": {
"time": "1775461620"
},
"stopId": "595",
"stopSequence": 19
},
{
"arrival": {
"time": "1775461680"
},
"departure": {
"time": "1775461680"
},
"stopId": "430",
"stopSequence": 20
},
{
"arrival": {
"time": "1775461681"
},
"departure": {
"time": "1775461681"
},
"stopId": "577",
"stopSequence": 21
},
{
"arrival": {
"time": "1775461740"
},
"departure": {
"time": "1775461740"
},
"stopId": "374",
"stopSequence": 22
},
{
"arrival": {
"time": "1775461800"
},
"departure": {
"time": "1775461800"
},
"stopId": "496",
"stopSequence": 23
},
{
"arrival": {
"time": "1775461860"
},
"departure": {
"time": "1775461860"
},
"stopId": "625",
"stopSequence": 24
},
{
"arrival": {
"time": "1775461920"
},
"departure": {
"time": "1775461920"
},
"stopId": "414",
"stopSequence": 25
},
{
"arrival": {
"time": "1775461980"
},
"departure": {
"time": "1775461980"
},
"stopId": "379",
"stopSequence": 26
},
{
"arrival": {
"time": "1775462040"
},
"departure": {
"time": "1775462040"
},
"stopId": "593",
"stopSequence": 27
},
{
"arrival": {
"time": "1775462100"
},
"departure": {
"time": "1775462100"
},
"stopId": "537",
"stopSequence": 28
},
{
"arrival": {
"time": "1775462101"
},
"departure": {
"time": "1775462101"
},
"stopId": "541",
"stopSequence": 29
},
{
"arrival": {
"time": "1775462160"
},
"departure": {
"time": "1775462160"
},
"stopId": "402",
"stopSequence": 30
},
{
"arrival": {
"time": "1775462220"
},
"departure": {
"time": "1775462220"
},
"stopId": "419",
"stopSequence": 31
}
],
"timestamp": "1775459091",
"trip": {
"directionId": 0,
"routeId": "22",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260406",
"tripId": "2-369623054"
},
"vehicle": {
"id": "86",
"label": "97230",
"licensePlate": "GW 085 JG"
}
}
},
{
"id": "next_84",
"tripUpdate": {
"stopTimeUpdate": [
{
"arrival": {
"time": "1775461260"
},
"departure": {
"time": "1775461260"
},
"stopId": "619",
"stopSequence": 1
},
{
"arrival": {
"time": "1775461320"
},
"departure": {
"time": "1775461320"
},
"stopId": "560",
"stopSequence": 2
},
{
"arrival": {
"time": "1775461321"
},
"departure": {
"time": "1775461321"
},
"stopId": "521",
"stopSequence": 3
},
{
"arrival": {
"time": "1775461380"
},
"departure": {
"time": "1775461380"
},
"stopId": "382",
"stopSequence": 4
},
{
"arrival": {
"time": "1775461440"
},
"departure": {
"time": "1775461440"
},
"stopId": "428",
"stopSequence": 5
},
{
"arrival": {
"time": "1775461441"
},
"departure": {
"time": "1775461441"
},
"stopId": "572",
"stopSequence": 6
},
{
"arrival": {
"time": "1775461500"
},
"departure": {
"time": "1775461500"
},
"stopId": "479",
"stopSequence": 7
},
{
"arrival": {
"time": "1775461560"
},
"departure": {
"time": "1775461560"
},
"stopId": "638",
"stopSequence": 8
},
{
"arrival": {
"time": "1775461561"
},
"departure": {
"time": "1775461561"
},
"stopId": "631",
"stopSequence": 9
},
{
"arrival": {
"time": "1775461620"
},
"departure": {
"time": "1775461620"
},
"stopId": "359",
"stopSequence": 10
},
{
"arrival": {
"time": "1775461680"
},
"departure": {
"time": "1775461680"
},
"stopId": "384",
"stopSequence": 11
},
{
"arrival": {
"time": "1775461740"
},
"departure": {
"time": "1775461740"
},
"stopId": "400",
"stopSequence": 12
},
{
"arrival": {
"time": "1775461741"
},
"departure": {
"time": "1775461741"
},
"stopId": "501",
"stopSequence": 13
},
{
"arrival": {
"time": "1775461800"
},
"departure": {
"time": "1775461800"
},
"stopId": "614",
"stopSequence": 14
},
{
"arrival": {
"time": "1775461860"
},
"departure": {
"time": "1775461860"
},
"stopId": "588",
"stopSequence": 15
},
{
"arrival": {
"time": "1775461920"
},
"departure": {
"time": "1775461920"
},
"stopId": "605",
"stopSequence": 16
},
{
"arrival": {
"time": "1775461980"
},
"departure": {
"time": "1775461980"
},
"stopId": "492",
"stopSequence": 17
},
{
"arrival": {
"time": "1775462040"
},
"departure": {
"time": "1775462040"
},
"stopId": "518",
"stopSequence": 18
},
{
"arrival": {
"time": "1775462100"
},
"departure": {
"time": "1775462100"
},
"stopId": "556",
"stopSequence": 19
},
{
"arrival": {
"time": "1775462160"
},
"departure": {
"time": "1775462160"
},
"stopId": "523",
"stopSequence": 20
},
{
"arrival": {
"time": "1775462220"
},
"departure": {
"time": "1775462220"
},
"stopId": "612",
"stopSequence": 21
},
{
"arrival": {
"time": "1775462221"
},
"departure": {
"time": "1775462221"
},
"stopId": "568",
"stopSequence": 22
},
{
"arrival": {
"time": "1775462280"
},
"departure": {
"time": "1775462280"
},
"stopId": "564",
"stopSequence": 23
},
{
"arrival": {
"time": "1775462400"
},
"departure": {
"time": "1775462400"
},
"stopId": "458",
"stopSequence": 24
},
{
"arrival": {
"time": "1775462460"
},
"departure": {
"time": "1775462460"
},
"stopId": "592",
"stopSequence": 25
},
{
"arrival": {
"time": "1775462760"
},
"departure": {
"time": "1775462760"
},
"stopId": "623",
"stopSequence": 26
}
],
"timestamp": "1775459091",
"trip": {
"directionId": 1,
"routeId": "23",
"scheduleRelationship": "SCHEDULED",
"startDate": "20260406",
"tripId": "2-386465794"
},
"vehicle": {
"id": "84",
"label": "97228",
"licensePlate": "GW 131 JG"
}
}
}
],
"header": {
"gtfsRealtimeVersion": "2.0",
"timestamp": "1775459091"
}
}