Vessel search by imo only

Hi

Is it possible to screen a vessel using only the IMO number? If I enter a non valid name with a valid IMO, no results are returned.

Best Answer

  • Prabhjyot
    Answer ✓

    @eirik.yksnoy,

    Yes, you can search for the vessel using the IMO number. Please use the below format -

    {
        "groupId": "{{group-id}}",
        "entityType": "VESSEL",
        "providerTypes": [
            "WATCHLIST"
        ],
        "name": "Hydra",
        "secondaryFields": [
            {
                "typeId": "SFCT_7",
                "value": "9362059"
            }
        ]
    }

    If you are still not getting the results, could you please share the endpoint which you are using and vessel details?