vessel_details
Find a single vessel by exact MMSI or partial name, returning source-stamped JSON with vessel details or an error when no unique match exists.
Instructions
Look up a single vessel by exact MMSI or by (partial) name.
Returns JSON with a "data" block stating the source and a "vessel" record, or an error object if no unique match is found. When data.source is "snapshot" the position is not current. Null fields mean AIS has not reported that detail, not that the value is zero or unknown to the vessel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A nine digit MMSI for an exact match, or part of a ship's name for a partial one. Must not be blank. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |