The carrier_reliability_by_day object

Attributes


name

string Carrier name.


slug

string Carrier name as it appears in the Xeneta database.


reliability_percent

array Carrier reliability score for the requested date range. For example, a reliability_percent of 96 means that the carrier's vessels arrived on time 96% of the time within the indicated time period.

Child attributes
  • day string
    Specific day within the requested date range
  • value number
    Carrier reliability score for the specific day
📘

On time arrival

Note that a vessel is generally considered on time if it arrives within 24 hours before or after its scheduled ETA.


Body


{
  "carrier_reliability_by_day": {
    "name": "CMA CGM",
    "slug": "cma_cgm",
    "reliability_percent": [
      { "day": "2023-02-27", "value": 63 },
      { "day": "2023-02-28", "value": 63 },
      { "day": "2023-03-01", "value": 71 },
      { "day": "2023-03-02", "value": 71 }
    ]
  }
}
Xeneta Footer - Fixed