Attributes
average_reliability_percent
array Average reliability score for all carriers across the requested trade lane within the given time period.
Child attributes
- day stringSpecific day within the requested date range
- value numberAverage reliability score for the specific day
average_late_arrivals_in_days
array Average off-schedule arrival time (in days) for all carriers across the requested trade lane within the given time period.
Child attributes
- day stringSpecific day within the requested date range
- value numberAverage off-schedule arrival time for the specific day
Off-schedule arrivalNote that a vessel is generally considered off-schedule (early or late) if it arrives more than 24 hours before or after its scheduled ETA.
Body
{
"corridor_reliability_by_day": {
"average_reliability_percent": [
{ "day": "2023-02-27", "value": 56 },
{ "day": "2023-02-28", "value": 56 },
{ "day": "2023-03-01", "value": 64 },
{ "day": "2023-03-02", "value": 64 }
],
"average_late_arrivals_in_days": [
{ "day": "2023-02-27", "value": 4.6 },
{ "day": "2023-02-28", "value": 4.6 },
{ "day": "2023-03-01", "value": 4.3 },
{ "day": "2023-03-02", "value": 4.3 }
]
}
}