ETDs
How to find estimated time of departure or shipping from the origin port in payload
Within the JSON payload, the ETD, or estimated time to departure, from the origin port will be listed as an individual milestone within the list of milestones.
The Vessel departure from origin port
milestone represents the ETD of the vessel from the origin port when planned is set to true. This same milestone will then represent the ATD (actual time of departure) when planned is set to false.
See below for an example of this estimated milestone:
{
"timestamp": "2024-01-01T12:00:00.000+01:00",
"location": {
"name": "Hhla Container Terminal Altenwerder (Cta)",
"city": "Hamburg",
"state": "Hamburg",
"country": "Germany",
"unlocode": "DEHAM",
"splc_cd": null,
"firms_cd": null,
"bic_cd": "DEHAMSRJQ",
"smdg_cd": "DEHAMCTA",
"facility_code": "CTA",
"facility": "CTA",
"geolocation": {
"latitude": 53.50083,
"longitude": 9.93639
}
},
"description": "Vessel departure from origin port",
"raw_description": "Vessel Departure",
"journey_event": {
"event_classifier": "PLN",
"journey_type": "TRANSPORT",
"transport_mode": "VESSEL",
"facility_type": "POTE",
"empty_indicator": null,
"event_type": "DEPA"
},
"shipment_location": {
"type_code": "POL"
},
"vessel": "removed",
"vessel_imo": "removed",
"vessel_mmsi": "removed",
"voyage": "removed",
"planned": true,
"mode": "Vessel",
"transport_type": null,
"source": "carrier"
}
Updated 11 days ago