Dry Current Ship Status
Header Parameters
Bearer token used for authentication.
Query Parameters
Maximum number of results per page.
Example 10
List of polygon Ids as array. Can be used either as an integer, separated by commas, or by repeating the parameter.
Examples
- commaSeparated:
19896,9242 - parameterRepeated:
polygon_ids=19896&polygon_ids=9242
List of vessel unique IDs as array. Can be used either as a string, separated by commas, or by repeating the parameter. Examples
- commaSeparated:
50881,98331 - parameterRepeated:
vessel_ids=50881&vessel_ids=98331
List of vessel IMOs as array. Can be used either as a string, separated by commas, or by repeating the parameter. Examples
- commaSeparated:
8419520,9281906 - parameterRepeated:
imos=8419520&imos=9281906
Vessel built from.
Recognized date format is YYYY-MM-DD
Example 2005-01-01
Vessel built to.
Recognized date format is YYYY-MM-DD
Example 2006-01-01
Vessel beam from.
Example 45
Vessel beam to.
Example 55
Vessel loa from.
Example 200
Vessel loa to.
Example 300
Vessel draft from.
Example 10
Vessel draft to.
Example 20
Vessel dwt from.
Example 200000
Vessel dwt to.
Example 300000
Vessel TEU from.
Example 2000
Vessel TEU to.
Example 20000
Ais date from. Date-time in ISO 8601 format (YYYY-MM-DDTHH:mm:ss) and UTC.
Example 2024-01-01T00:00:00
Ais date to. Date-time in ISO 8601 format (YYYY-MM-DDTHH:mm:ss) and UTC.
Example 2025-04-01T00:00:00
Ais heading from.
Example 0
Ais heading to.
Example 180
Ais draft from.
Example 5
Ais draft to.
Example 15
Ais speed from.
Example 5
Ais speed to.
Example 15
Polygon event updated after. Date-time in ISO 8601 format (YYYY-MM-DDTHH:mm:ss) and UTC.
Example 2025-01-01T00:00:00
List of vessel main statuses. Can be used either as a string separated by commas, or by repeating the parameter.
Available values: at_shipyard, at_berth, at_anchorage, at_canal, at_port, at_sea
Examples
- commaSeparated:
at_berth,at_anchorage - parameterRepeated:
vessel_main_statuses=at_berth&vessel_main_statuses=at_anchorage
Include vessels in cabotage voyages.
Example true
List of commodities. Can be used either as a string separated by commas, or by repeating the parameter.
Examples
- commaSeparated:
Iron Ore,Coal - parameterRepeated:
commodities=Iron Ore&commodities=Coal
Filter by voyage type.
Example laden
ladenballastFilter by blackout status. Set to true to only return vessels currently in blackout, false to exclude them.
Example true
Filter by destination port/country. Accepts location IDs (numeric strings), location names or location UN/LOCODE. Multiple values use OR logic.
Examples
- commaSeparated:
Singapore,Shanghai - parameterRepeated:
destinations=Singapore&destinations=Shanghai
Response
OK
Response Attributes
ShowΒ child attributes
Only available if there are more items than the requested page_size for the same parameters. This is a link to the next page of the request, using the same parameters.