Skip to main content
GET
/
get-vessels-ban-list
Vessels Sanctions & Ban List
curl --request GET \
  --url https://datadocked.com/api/vessels_operations/get-vessels-ban-list \
  --header 'x-api-key: <api-key>'
[
  {
    "mmsi": "655370000",
    "imo": "9248473",
    "name": "AQUA",
    "country": "Malawi",
    "typeSpecific": "Crude Oil Tanker"
  },
  {
    "mmsi": "273159700",
    "imo": "8866591",
    "name": "VALENTIN EMIROV",
    "country": "Russia",
    "typeSpecific": "General Cargo Ship"
  }
]

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.

Returns a list of all vessels that are currently under sanctions or have a ban flag (sanctionsOrBan = true).
Credits: 10 credits per request

Use Cases

  • Compliance screening for sanctions regulations
  • Risk assessment for charter parties
  • Due diligence for maritime transactions
  • Monitoring sanctioned vessel movements

Response Fields

FieldTypeDescription
mmsistring or nullMaritime Mobile Service Identity number
imostring or nullIMO vessel identification number
namestring or nullVessel name
countrystring or nullCountry of registration
typeSpecificstring or nullSpecific vessel type
If no sanctioned vessels are found, the endpoint returns an empty array [].

Authorizations

x-api-key
string
header
required

Your personal API key found in your profile dashboard at https://datadocked.com/dashboard/my_keys

Response

Successful response with sanctioned vessels list

mmsi
string | null

Maritime Mobile Service Identity number

imo
string | null

IMO vessel identification number

name
string | null

Vessel name

country
string | null

Country of registration

typeSpecific
string | null

Specific vessel type