Transit Time Stats

Returns transit-time data in hours or days for a set of port-port routes or a specific route.

How to use?

  1. If user do did not provide origin, destination, mode and load we will fetch user routes from terminal and provide the transit time stats.
  2. If user provides origin, destination, mode and load transit time stats will be returned for this route only.

What is confidence level? Confidence level represents the amount of data points used to calculate the percentiles for a specific route

For FCL Routes { "low": "1 or 2 data points", "medium": "3 or 4 data points", "high": "5 to 9 data points", "very high": "+10 data points" }

For Air Routes { "low": "1 to 9 data points", "medium": "10 to 49 data points", "high": "50 to 199 data points", "very high": "+200 data points" }

Query Params
string
enum

Weekly or Daily, default is the allowed version in your permissions

Allowed:
string

origin

string

destination

string
string

load

string
enum
required

Type/Category of tradelanes you want to fetch.

Allowed:
string
enum

Hours or Days, default depends on tradelanes_type, if tradelanes_type is ship then default time unit is days and for air it's hours.

Allowed:
date
required

Date to get data from YYYY-MM-DD

date
required

Date to get data to YYYY-MM-DD

Headers
string
required

API Key for permissions

string
required

SECRET KEY provided for access

Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json