Our platform gets data from variety of sources in order to create a complete view of a shipment and containers. However,some data is not universally available from all sources, and some data does not become available until certain milestones pass. This page will help you understand which data sources we support, and which data items should be universally expected by your code and which you need to code more defensively around.
Data | Availability | More details | Notes |
---|---|---|---|
Port of Lading | Always | Port of Lading name, Port of Lading UN/LOCODE, Port of Lading Timezone | |
Port of Discharge | Always | Port of Discharge name, Port of discharge UN/LOCODE,Port of Discharge Timezone | |
Final Destination beyond Port of Discharge | Carrier dependent, Journey Dependent | Destination name, Destination UN/LOCODE, Destination UN/LOCODE, Destination Timezone | Only for shipments with inland moves provided by or booked by the carrier. |
Listing of Container Numbers | Always | A list of container numbers with data attributes listed below | |
Bill of Lading Number | Always (inputted by user) | BOL | |
Shipping Line Details | Always | SCAC, SSL Name | |
Voyage Details | Milestone-based | Vessel Name, Vessel IMO, Voyage Number | |
Estimated Time of Departure | Carrier dependent | Timestamp | |
Actual Time of Departure | Always | Timestamp | After departure |
Estimated Time of Arrival at Port of Discharge | Carrier dependent | Timestamp | |
Actual Time of Arrival at Port of Discharge | Always | Timestamp | Available after arrival |
Estimated Time of Arrival at Final Destination | Carrier dependent, Journey dependent | Timestamp | Only for vessels with inland moves. |
Data | Availability | More Details | Notes |
---|---|---|---|
Container Number | Always | number | |
Seal Number | Carrier dependent | number | |
Equipment Type | Always | Dry, reefer, open top, flat rack, tank, hard top | Enumerated data type |
Equipment length | Always | 20, 40, 45, 50 | Enumerated Data Type |
Equipment height | Always | Standard, high cube | Enumerated Data Type |
Weight | Carrier Dependent | Number | |
Terminal Availability | Always | Availability Known, Availability for Pickup | |
Holds | Terminal Dependent | Array of statuses | Each status includes the hold name (one of: customs, freight, TMF, other, USDA) and the status (pending, hold) as well as any extra description |
Fees | Terminal Dependent | Array of statuses | Each status includes the fee type (one of: Demurrage, Exam, Other) and the amount the hold is for (a float) |
Last Free Day | Terminal Dependent | Date of last free day | |
Arrived at Port of Discharge | Always | Once Arrived | |
Discharged at Port of Discharge | Always | Once discharged | |
Full Out at Port of Discharge | Always | ||
Full out at final destination | Journey Dependent | Only if non-port final destination | |
Rail Loaded At Port of Discharge | Journey Dependent | Only if non-port final destination | |
Rail Departed At Port of Discharge | Journey Dependent | Only if non-port final destination | |
Rail Carrier Scac at Port of Discharge | Journey Dependent | Only if non-port final destination | |
ETA for final destination | Carrier Dependent, Journey Dependent | Only if non-port final destination | |
ATA for final destination | Journey Dependent | Only if non-port final destination | |
LFD at final destination | Carrier Dependent, Journey Dependent | Only if non-port final destination |
Milestone Data | Description |
---|---|
Event Name | the name of the event. e.g. ‘container.transport.vessel_loaded’ |
Created At | when the event was created in our system |
Timestamp | when the event occured |
Timezone | Which timezone did the event occur in. |
Voyage Number | the voyage number of the vessel |
Container | A link to the Container Data |
Shipment | A link to the Shipment Data |
Vessel | Which vessel did the event occur on. |
Location | Where did the event oocur. |
Terminal | Which terminal did this occur at. |
Milestone Event Name | Event Name |
---|---|
Vessel Loaded | container.transport.vessel_loaded |
Vessel Departed | container.transport.vessel_departed |
Vessel Arrived | container.transport.vessel_arrived |
Vessel Berthed | container.transport.vessel_berthed |
Vessel Discharged | container.transport.vessel_discharged |
Empty Out | container.transport.empty_oud |
Full In | container.transport.full_id |
Full Out | container.transport.full_out |
Empty In | container.transport.empty_id |
Rail Departed | container.transport.rail_departed |
Rail Arrived | container.transport.rail_arrived |
Rail Loaded | container.transport.rail_loaded |
Rail Unloaded | container.transport.rail_unloaded |
Transshipment Arrived | container.transport.transshipment_arrived |
Transshipment Discharged | container.transport.transshipment_discharged |
Transshipment Loaded | container.transport.transshipment_loaded |
Transshipment Departed | container.transport.transshipment_departed |
Feeder Arrived | container.transport.feeder_arrived |
Feeder Discharged | container.transport.feeder_discharged |
Feeder Loaded | container.transport.feeder_loaded |
Feeder Departed | container.transport.feeder_departed |
Arrived at inland destination | container.transport.arrived_at_inland_destination |
Estimated Arrived at inland destination | container.transport.estimated.arrived_at_inland_destination |
Pickup LFD changed | container.pickup_lfd.changed |
Available at Destination | container.transport.available |