Skip to content
GETNo key

Reliability on a lane

GETapi.schedulesmcp.com/public/reliability/lanes

Carriers on a lane, ranked by observed on-time performance.

Query parameters

originstringrequired

Origin UN/LOCODE.

destinationstringrequired

Destination UN/LOCODE.

Response fields

Derived from the example response.

okboolean

Whether the request succeeded.

dataobject

The payload. Everything an endpoint returns sits under this key.

data.carriersobject[]

Carriers, ranked.

data.carriers[].carrier_codestring

Carrier SCAC.

data.carriers[].carrier_namestring

Carrier name.

data.carriers[].on_time_pctnumber

Share of sailings that arrived on time.

data.carriers[].avg_delay_hoursnumber

Average delay in hours.

data.carriers[].observationsnumber

Number of observed sailings behind the figure.

Try it No key
curl 'https://api.schedulesmcp.com/public/reliability/lanes?origin=CNSHA&destination=NLRTM'

This preview uses documented example data and makes no live request. Get a key to run live.