Get vessel specifications
get_vessel_infoReturn static specifications for a single vessel, identified by exactly one of: MMSI (9 digits), IMO (7 digits), or Datalastic UUID. Includes physical dimensions (length, breadth, draught), tonnage and cargo capacity (gross tonnage, deadweight, TEU, liquid gas), speed characteristics, year built, flag country, callsign and home port. This is reference data, NOT live position — use get_vessel for the current position, or find_vessels to search the registry by attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imo | No | Vessel IMO number, exactly 7 digits (e.g. 9525338). Provide exactly one of mmsi, imo, or uuid. | |
| mmsi | No | Vessel MMSI identifier, exactly 9 digits (e.g. 566093000). Provide exactly one of mmsi, imo, or uuid. | |
| uuid | No | Datalastic internal vessel UUID. Provide exactly one of mmsi, imo, or uuid. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eni | Yes | ||
| imo | Yes | ||
| teu | Yes | ||
| mmsi | Yes | ||
| name | Yes | ||
| type | Yes | ||
| uuid | Yes | ||
| length | Yes | ||
| breadth | Yes | ||
| callsign | Yes | ||
| name_ais | Yes | ||
| home_port | Yes | ||
| is_navaid | Yes | ||
| speed_avg | Yes | ||
| speed_max | Yes | ||
| deadweight | Yes | ||
| liquid_gas | Yes | ||
| year_built | Yes | ||
| country_iso | Yes | ||
| draught_avg | Yes | ||
| draught_max | Yes | ||
| country_name | Yes | ||
| gross_tonnage | Yes | ||
| type_specific | Yes |