Skip to main content
GET
/
vessel-mou
Vessel Inspection Data
curl --request GET \
  --url https://datadocked.com/api/vessels_operations/vessel-mou \
  --header 'x-api-key: <api-key>'
{
  "status_code": 123,
  "detail": {
    "specs": {
      "Flag": "<string>",
      "Call Sign": "<string>",
      "MMSI": "<string>",
      "Gross tonnage": "<string>",
      "DWT": "<string>",
      "Type of ship": "<string>",
      "Year of build": "<string>",
      "Status": "<string>",
      "last_update": "<string>"
    },
    "classification": {
      "status": {
        "society": "<string>",
        "status": "<string>",
        "since": "<string>"
      },
      "surveys": [
        {
          "society": "<string>",
          "last_renewal": "<string>",
          "next_renewal": "<string>",
          "external_url": "<string>"
        }
      ]
    },
    "certificates": [
      {}
    ],
    "pi_info": [
      {
        "insurer": "<string>",
        "inception": "<string>"
      }
    ],
    "movements": [
      {
        "date_record": "<string>",
        "area_seen": "<string>"
      }
    ],
    "inspection": [
      {
        "authority": "<string>",
        "port_of_inspection": "<string>",
        "date_of_report": "<string>",
        "detention": "<string>",
        "psc_organisation": "<string>",
        "type_of_inspection": "<string>",
        "number_of_deficiencies": "<string>",
        "inspection_id": "<string>"
      }
    ],
    "ship_history": {}
  }
}
Retrieve comprehensive vessel inspection data including Port State Control (PSC) inspections, classification surveys, certificates, P&I information, and ship history.
Credits: 3 credits per request

Response Data

Specifications

Basic vessel particulars including flag, call sign, tonnage, type, and status.

Classification

  • Current classification status
  • Survey history with renewal dates
  • External links to classification society records

Certificates

List of statutory certificates with issue and expiry dates.

P&I Information

Protection and Indemnity insurance details with insurer name and inception date.

Movements

Historical movement records showing areas where the vessel has been observed.

Inspections

Port State Control inspection records including:
  • Inspecting authority and port
  • Type of inspection
  • Detention status
  • Number of deficiencies
  • Detailed deficiency information

Ship History

  • Former names and flags
  • Classification renewal history
  • Company role changes over time
This endpoint requires an IMO number (not MMSI).

Authorizations

x-api-key
string
header
required

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

Query Parameters

imo
string
required

The IMO number of the vessel you want to query.

Response

Successful response with inspection data

status_code
integer
detail
object