Skip to main content
GET
Get a vessel using the imo

Authorizations

Authorization
string
header
required

Token YOUR_API_TOKEN

The APIs require authentication to be done using header-based API Key and Secret Authentication.

API key and secret are sent va the Authorization request header.

You send your API key and secret in the following way:

Authorization: Token YOUR_API_KEY

Path Parameters

imo
string
required

Query Parameters

show_positions[from_timestamp]
string<date-time>

ISO 8601 timestamp to filter positions from. 7 days by default.

Example:

"2025-05-20T00:00:00Z"

show_positions[to_timestamp]
string<date-time>

ISO 8601 timestamp to filter positions up to. Current time by default.

Example:

"2025-05-24T00:00:00Z"

Response

OK

data
vessel ยท object