vesselsByIMOs (vessel screening)

Returns information on a multiple vessels by their IMO.

Arguments

NameTypeDescription
imos[String!]!The Integrated Marine Observing System (IMOS) unique ID.

Returns

NameDescription
[VesselIntelligence]The vessel-related data.

VesselIntelligence Fields

NameTypeDescription
buildYearPositiveIntThe vessel build year
callsignStringThe vessel transmitted call sign.
classStringThe vessel class.
complianceRiskComplianceVesselRisk!The risk of the ship not complying with sanction programs.
deadweightNonNegativeIntThe vessel deadweight.
draughtFloatLatest reported draft.
flagStringThe vessel flag.
grosstonnagePositiveIntThe molded volume of all the enclosed spaces in the ship converted to metric tons.
historicalNames[String]The vessel's historical names.
imoPositiveIntThe vessel International Maritime Organization number.
insurerStringThe firm insuring the vessel.
lengthNonNegativeIntThe vessel length.
mmsiNonNegativeIntThe vessel Maritime Mobile Service Identity number.
nameStringThe vessel name.
pscInspections[PSCInspection!]The Port State Control inspections performed on the vessel.
reportedPortReportedPortThe vessel transmitted destination.
statusString

The vessel status; the possible values are:

"DEAD": The vessel was reported DEAD by an external source.

"NOT_AVAILABLE": The vessel was reported dead by an external source, but it did transmit in the past 30 days.

subClassStringThe vessel sub-class.
lastPortCallActivityMost recent Port Call prior to the transmission

Example Code

Sample Query

query VesselByIMO($imo: String!) {
  vesselByIMO(imo: $imo) {
    name
    imo
    mmsi
    class
    flag
    complianceRisk {
      level
      program
      isSanctioned
      riskySince
      buildingBlocks {
        name
        recentActivityStartDate
        count
        program
        level
      }
    }
    
    lastPortCall {
      endDate
      polygon {
        properties {
          country
          name
        }
      }
      startDate
    }
    length
    status
    grosstonnage
    callsign
    subClass
    draught
    historicalNames
    insurer
    pscInspections {
      inspectionId
      imo
      inspectionDate
      inspectionPort
      mou
      deficienciesNum
      inspectionResult
      inspectionType
      name
      callSign
      flag
      grossTonnage
    }
    reportedPort {
      country
      name
      ts
    }

  }
     
}

Variables

{
  "imos": [
    "9515539"
  ]
}

Response

{
  "data": {
    "vesselByIMO": {
      "name": "MIKHAIL NENASHEV",
      "imo": 9515539,
      "mmsi": 273292290,
      "class": "Cargo",
      "flag": "Russia",
      "complianceRisk": {
        "level": "High",
        "program": [
          "SYRIA",
          "RUSSIA_GENERAL"
        ],
        "isSanctioned": false,
        "riskySince": "2021-12-23T00:00:00.000Z",
        "buildingBlocks": [
          {
            "name": "DARK_ACTIVITY",
            "recentActivityStartDate": "2024-04-28T10:55:38.000Z",
            "count": 7,
            "program": [
              "SYRIA",
              "RUSSIA_GENERAL"
            ],
            "level": "High"
          },
          {
            "name": "FLAG",
            "recentActivityStartDate": "2021-12-26T08:20:53.000Z",
            "count": 1,
            "program": [
              "RUSSIA_GENERAL"
            ],
            "level": "Medium"
          },
          {
            "name": "SANCTIONED_COUNTRY_COMPANY",
            "recentActivityStartDate": "2023-12-05T00:00:00.000Z",
            "count": 7,
            "program": [
              "RUSSIA_GENERAL"
            ],
            "level": "Medium"
          }
        ]
      },
      "lastPortCall": {
        "endDate": "2023-07-26T02:24:47.000Z",
        "polygon": {
          "properties": {
            "country": "Iran",
            "name": "Imam Khomeini"
          }
        },
        "startDate": "2023-07-20T00:23:22.000Z"
      },
      "length": 169,
      "status": null,
      "grosstonnage": 17018,
      "callsign": "UBYW5",
      "subClass": "Bulk Carrier",
      "draught": 6.3,
      "historicalNames": [
        "ATLANTIC DIANA",
        "TARGA"
      ],
      "insurer": null,
      "pscInspections": [
        {
          "inspectionId": "9515539_24/11/2017_I",
          "imo": "9515539",
          "inspectionDate": "2017-11-24T00:00:00.000Z",
          "inspectionPort": "BARRA DOS COQUEIROS - SE",
          "mou": "VINA_DEL_MAR_MOU",
          "deficienciesNum": null,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "MIKHAIL NENASHEV",
          "callSign": null,
          "flag": "PANAMA",
          "grossTonnage": null
        },
        {
          "inspectionId": "540202168",
          "imo": "9515539",
          "inspectionDate": "2016-05-17T00:00:00.000Z",
          "inspectionPort": "BEGNE",
          "mou": "PARIS_MOU",
          "deficienciesNum": 7,
          "inspectionResult": false,
          "inspectionType": "MORE_DETAILED_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "PA",
          "grossTonnage": "17018"
        },
        {
          "inspectionId": "2367481835",
          "imo": "9515539",
          "inspectionDate": "2020-07-17T00:00:00.000Z",
          "inspectionPort": "LVRIX",
          "mou": "PARIS_MOU",
          "deficienciesNum": 5,
          "inspectionResult": false,
          "inspectionType": "MORE_DETAILED_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "PA",
          "grossTonnage": "17018"
        },
        {
          "inspectionId": "3137780481",
          "imo": "9515539",
          "inspectionDate": "2021-06-09T00:00:00.000Z",
          "inspectionPort": "GIGIB",
          "mou": "PARIS_MOU",
          "deficienciesNum": 4,
          "inspectionResult": false,
          "inspectionType": "EXPANDED_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "PA",
          "grossTonnage": "17018"
        },
        {
          "inspectionId": "9515539_2018-12-28_I",
          "imo": "9515539",
          "inspectionDate": "2018-12-28T00:00:00.000Z",
          "inspectionPort": "Tuticorin",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 5,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2018-12-29_F",
          "imo": "9515539",
          "inspectionDate": "2018-12-29T00:00:00.000Z",
          "inspectionPort": "Tuticorin",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 5,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2019-06-13_I",
          "imo": "9515539",
          "inspectionDate": "2019-06-13T00:00:00.000Z",
          "inspectionPort": "Sohar",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2019-08-23_I",
          "imo": "9515539",
          "inspectionDate": "2019-08-23T00:00:00.000Z",
          "inspectionPort": "Fremantle, WA",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 14,
          "inspectionResult": true,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2019-08-25_F",
          "imo": "9515539",
          "inspectionDate": "2019-08-25T00:00:00.000Z",
          "inspectionPort": "Fremantle, WA",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 14,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2020-02-04_I",
          "imo": "9515539",
          "inspectionDate": "2020-02-04T00:00:00.000Z",
          "inspectionPort": "Mombasa",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 2,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_20/12/2019",
          "imo": "9515539",
          "inspectionDate": "2019-12-20T00:00:00.000Z",
          "inspectionPort": "Turkey-Antalya",
          "mou": "MED_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_2022-01-07_I",
          "imo": "9515539",
          "inspectionDate": "2022-01-07T00:00:00.000Z",
          "inspectionPort": "Bandar Khomeini",
          "mou": "INDIAN_MOU",
          "deficienciesNum": 6,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "MIKHAIL NENASHEV",
          "callSign": null,
          "flag": "Russian Federation",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_05/09/2021",
          "imo": "9515539",
          "inspectionDate": "2021-09-05T00:00:00.000Z",
          "inspectionPort": "Egypt-Alexandria",
          "mou": "MED_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "TARGA",
          "callSign": null,
          "flag": "Liberia",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_24/08/2021",
          "imo": "9515539",
          "inspectionDate": "2021-08-24T00:00:00.000Z",
          "inspectionPort": "Israel-Ashdod",
          "mou": "MED_MOU",
          "deficienciesNum": 2,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_13.05.2015_F",
          "imo": "9515539",
          "inspectionDate": "2015-05-13T00:00:00.000Z",
          "inspectionPort": "Kashima, Ibaraki (Japan)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 1,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_13.05.2015_I",
          "imo": "9515539",
          "inspectionDate": "2015-05-13T00:00:00.000Z",
          "inspectionPort": "Kashima, Ibaraki (Japan)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 1,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_17.09.2015_I",
          "imo": "9515539",
          "inspectionDate": "2015-09-17T00:00:00.000Z",
          "inspectionPort": "Onomichi (Japan)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "7196014",
          "imo": "9515539",
          "inspectionDate": "2021-05-19T00:00:00.000Z",
          "inspectionPort": "New Orleans Louisiana",
          "mou": "USCG",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "PANAMA",
          "grossTonnage": "17018"
        },
        {
          "inspectionId": "7332283",
          "imo": "9515539",
          "inspectionDate": "2021-10-13T00:00:00.000Z",
          "inspectionPort": "Jacksonville Florida",
          "mou": "USCG",
          "deficienciesNum": 1,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "TARGA",
          "callSign": "UBYW5",
          "flag": "LIBERIA",
          "grossTonnage": "17018"
        },
        {
          "inspectionId": "9515539_05.01.2017_I",
          "imo": "9515539",
          "inspectionDate": "2017-01-05T00:00:00.000Z",
          "inspectionPort": "Kagoshima (Japan)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 1,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_07.08.2017_I",
          "imo": "9515539",
          "inspectionDate": "2017-08-07T00:00:00.000Z",
          "inspectionPort": "Tomakomai (Japan)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 3,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_29.03.2018_I",
          "imo": "9515539",
          "inspectionDate": "2018-03-29T00:00:00.000Z",
          "inspectionPort": "Kota Kinabalu, Sabah (Malaysia)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_06.07.2018_I",
          "imo": "9515539",
          "inspectionDate": "2018-07-06T00:00:00.000Z",
          "inspectionPort": "Isabel (Philippines)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 0,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_17.04.2019_F",
          "imo": "9515539",
          "inspectionDate": "2019-04-17T00:00:00.000Z",
          "inspectionPort": "Fuzhou (China)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 5,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_16.04.2019_I",
          "imo": "9515539",
          "inspectionDate": "2019-04-16T00:00:00.000Z",
          "inspectionPort": "Fuzhou (China)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 7,
          "inspectionResult": true,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_23.08.2019_I",
          "imo": "9515539",
          "inspectionDate": "2019-08-23T00:00:00.000Z",
          "inspectionPort": "Fremantle, WA (Australia)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 14,
          "inspectionResult": true,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_25.08.2019_F",
          "imo": "9515539",
          "inspectionDate": "2019-08-25T00:00:00.000Z",
          "inspectionPort": "Fremantle, WA (Australia)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 14,
          "inspectionResult": false,
          "inspectionType": "FOLLOW_UP_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_13.11.2020_I",
          "imo": "9515539",
          "inspectionDate": "2020-11-13T00:00:00.000Z",
          "inspectionPort": "Kota Kinabalu, Sabah (Malaysia)",
          "mou": "TOKYO_MOU",
          "deficienciesNum": 2,
          "inspectionResult": false,
          "inspectionType": "INITIAL_INSPECTION",
          "name": "ATLANTIC DIANA",
          "callSign": "3FUM3",
          "flag": "Panama",
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_9 Dec 2018",
          "imo": "9515539",
          "inspectionDate": "2018-12-09T00:00:00.000Z",
          "inspectionPort": "Saudi Arabia",
          "mou": "RIYADH_MOU",
          "deficienciesNum": null,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": null,
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_12 Jun 2019",
          "imo": "9515539",
          "inspectionDate": "2019-06-12T00:00:00.000Z",
          "inspectionPort": "Oman",
          "mou": "RIYADH_MOU",
          "deficienciesNum": null,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "ATLANTIC DIANA",
          "callSign": null,
          "flag": null,
          "grossTonnage": null
        },
        {
          "inspectionId": "9515539_13 Dec 2021",
          "imo": "9515539",
          "inspectionDate": "2021-12-13T00:00:00.000Z",
          "inspectionPort": "Qatar",
          "mou": "RIYADH_MOU",
          "deficienciesNum": null,
          "inspectionResult": false,
          "inspectionType": null,
          "name": "TARGA",
          "callSign": null,
          "flag": null,
          "grossTonnage": null
        }
      ],
      "reportedPort": {
        "country": "Russia",
        "name": "RU KZP",
        "ts": "2024-07-05T12:00:00.000Z"
      },
    }
  }
}