Get many vessels at once (bulk position)
get_vessels_bulkReturn the current position and basic information for many vessels in a single call — supply any mix of MMSI, IMO and UUID lists, up to 100 identifiers in total. Each result has the same fields as get_vessel. Only successfully found vessels are returned (the response includes how many were found). Use this instead of many get_vessel calls when looking up a known set of vessels; for a single vessel use get_vessel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imo | No | List of vessel IMO numbers (each exactly 7 digits). | |
| mmsi | No | List of vessel MMSI identifiers (each exactly 9 digits). | |
| uuid | No | List of Datalastic vessel UUIDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| vessels | Yes |