Returns vessels matching a specified AIS navigational status, with optional filters for world zone, vessel type, laden condition, and for-order availability. Costs 10 credits per request. Rate limit: 15 requests/min.
Returns a list of vessels currently matching a specified AIS navigational status, with optional filters for world zone, vessel type, laden condition, and for-order availability.Documentation Index
Fetch the complete documentation index at: https://docs.datadocked.com/llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Required | Description |
|---|---|---|---|
navigational_status | string | Yes | AIS navigational status |
world_zone | string | Conditional | Required unless status is drifting, constrained, or aground |
vessel_type | string | No | Filter by vessel type |
laden | string | No | Laden/ballast condition |
for_order | string | No | Whether vessel is sailing for orders |
| Value | Description |
|---|---|
under-way | Vessel is underway using engine |
at-anchor | Vessel is at anchor |
drifting | Vessel is drifting (world_zone not required) |
restricted | Vessel has restricted manoeuvrability |
constrained | Vessel is constrained by her draught (world_zone not required) |
moored | Vessel is moored |
aground | Vessel is aground (world_zone not required) |
fishing | Vessel is engaged in fishing |
sailing | Vessel is underway sailing |
View all world zones
| Value | Region |
|---|---|
north-canada | North Canada |
great-lakes | Great Lakes |
north-west-atlantic-ocean | NW Atlantic Ocean |
us-east-coast | US East Coast |
us-inland | US Inland |
gulf-of-mexico | Gulf of Mexico |
caribbean-sea | Caribbean Sea |
north-america-west-coast | North America West Coast |
south-america-east-coast | South America East Coast |
south-america-west-coast | South America West Coast |
south-america-inland | South America Inland |
north-east-atlantic-ocean | NE Atlantic Ocean |
north-sea | North Sea |
baltic-sea | Baltic Sea |
west-mediterranean | West Mediterranean |
east-mediterranean | East Mediterranean |
adriatic-sea | Adriatic Sea |
aegean-sea | Aegean Sea |
marmara-sea | Marmara Sea |
black-sea | Black Sea |
azov-sea | Azov Sea |
caspian-sea | Caspian Sea |
europe-inland | Europe Inland |
north-russia | North Russia |
russia-inland | Russia Inland |
west-africa | West Africa |
south-africa | South Africa |
east-africa | East Africa |
red-sea | Red Sea |
persian-gulf | Persian Gulf |
arabian-sea | Arabian Sea |
indian-coast | Indian Coast |
indian-ocean | Indian Ocean |
south-east-asia | South-East Asia |
indonesia | Indonesia |
china-coast | China Coast |
east-asia | East Asia |
west-australia | West Australia |
east-australia | East Australia |
north-pacific-ocean | North Pacific Ocean |
south-pacific-ocean | South Pacific Ocean |
Cargo vessels
cargo-vessels, bulk-carrier, general-cargo, container-ship, reefer, ro-ro, vehicles-carrier, cement-carrier, wood-chips carrier, urea-carrier, aggregates-carrier, limestone-carrier, landing-craft, livestock-carrier, heavy-load-carrierTankers
tankers, crude-oil-tanker, oil-products-tanker, chemical-oil tanker, lng-tanker, lpg-tanker, asphalt-bitumen, bunkering-tanker, fso-fpso, other-tankersPassenger vessels
passenger-and-cruise-ships, cruise-ships, passenger-cargo-ships, passenger-roro-ships, passenger-shipsOther vessel types
fishing-ships, yachts-or-sailing-vessels, military, tugs, other-type-or-auxiliary, unknown| Value | Description |
|---|---|
ballast | Load factor 0–49% |
partial | Load factor 50–75% |
laden | Load factor 76–100% |
| Value | Description |
|---|---|
true | Vessel is sailing for orders |
false | Vessel is not sailing for orders |
| Field | Type | Description |
|---|---|---|
vessels | array | List of matched vessels (empty array if none found) |
vessels[].imo | string | IMO number |
vessels[].mmsi | string | MMSI number |
vessels[].name | string | Vessel name |
vessels[].country | string | Country of registration |
vessels[].shipType | string | Vessel type label |
Your personal API key found in your profile dashboard at https://datadocked.com/dashboard/my_keys
AIS navigational status. For drifting, constrained, and aground statuses, world_zone is not required.
under-way, at-anchor, drifting, restricted, constrained, moored, aground, fishing, sailing Ocean/sea zone. Required unless navigational_status is drifting, constrained, or aground.
north-canada, great-lakes, north-west-atlantic-ocean, us-east-coast, us-inland, gulf-of-mexico, caribbean-sea, north-america-west-coast, south-america-east-coast, south-america-west-coast, south-america-inland, north-east-atlantic-ocean, north-sea, baltic-sea, west-mediterranean, east-mediterranean, adriatic-sea, aegean-sea, marmara-sea, black-sea, azov-sea, caspian-sea, europe-inland, north-russia, russia-inland, west-africa, south-africa, east-africa, red-sea, persian-gulf, arabian-sea, indian-coast, indian-ocean, south-east-asia, indonesia, china-coast, east-asia, west-australia, east-australia, north-pacific-ocean, south-pacific-ocean Filter by vessel type
cargo-vessels, bulk-carrier, general-cargo, container-ship, reefer, ro-ro, vehicles-carrier, cement-carrier, wood-chips carrier, urea-carrier, aggregates-carrier, limestone-carrier, landing-craft, livestock-carrier, heavy-load-carrier, tankers, crude-oil-tanker, oil-products-tanker, chemical-oil tanker, lng-tanker, lpg-tanker, asphalt-bitumen, bunkering-tanker, fso-fpso, other-tankers, passenger-and-cruise-ships, cruise-ships, passenger-cargo-ships, passenger-roro-ships, passenger-ships, fishing-ships, yachts-or-sailing-vessels, military, tugs, other-type-or-auxiliary, unknown Laden/ballast condition. ballast=0-49%, partial=50-75%, laden=76-100%
ballast, partial, laden Whether vessel is sailing for orders
true, false Successful response with matching vessels