Vessel Status - JSON Specification

Summary

Use this format to send or receive vessels status master data
NameDescription
RootThe top level document
VesselStatusStatus of the vessels
LocodeA UN/LOCODE
NameData TypeDescriptionRequired
doc_typeStringAlways vessel_status_json
versionStringThe version of the specification being used.
vesselsArray<VesselStatus>Array of vessels
NameData TypeDescriptionRequired
arrival_port_estimatedDateTimeThe estimated date and time the vessel will arrive at the final port.
current_countryStringThe 2-letter ISO code of the country of the vessel's current location.
current_unlocodeArray<Locode>The UN/LOCODE of the port associated with the vessel's current location.
departure_actualDateTimeThe timestamp of when the vessel departed its previous location
latitudeDecimalThe geographic coordinate that specifies the north-south position of the vessel.
lloyds_imoStringThe International Maritime Organization (IMO) Decimal is a unique identifier for ships, registered ship owners and management companies
longitudeDecimalThe geographic coordinate that specifies the east-west position of the vessel.
next_countryStringThe 2-letter ISO code of the country of the vessel's next location.
next_unlocodeArray<Locode>The UN/LOCODE of the port associated with the vessel's next location.
previous_countryStringThe 2-letter ISO code of the country of the vessel's previous location
previous_unlocodeArray<Locode>The UN/LOCODE of the port associated with the vessel's previous location
speedDecimalThe speed of the vessel.
updated_atDateTimeThe timestamp indicating when the vessel status information was recorded.
vessel_flag_stateStringThe 2-letter ISO code of the vessel's country of registration
vessel_nameStringThe name of the vessel, typically for ocean shipments.
vessel_type_codeStringThe AIS Shiptype code assigned to the vessel.
vessel_type_descriptionStringThe description AIS Shiptype code assigned to the vessel.
NameData TypeDescriptionRequired
descriptionStringA description of the port (like Long Beach)
unlocodeStringA valid UN/LOCODE (like USLGB)

Example