For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
56 0 5 8

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.

world-checkworld-check-onevessel
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
4.5k 4 8 8

@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?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.