API Documentation

⌘K
GET/api/1/shipping/vessels

List Vessels

Search and filter the global tanker/LNG/LPG vessel registry.

Parameters

6
vessel_typestring
query

Filter by vessel type (tanker, lng, lpg, chemical)

vessel_classstring
query

Filter by class (VLCC, Suezmax, Aframax, Panamax, MR)

flagstring
query

ISO 3166-1 alpha-2 country code

searchstring
query

Search vessel name or IMO

limitinteger
query

Max results (default 100)

offsetinteger
query

Pagination offset

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/shipping/vessels?search=Apple&limit=10&offset=0' \
  -H 'Accept: application/json'
200 Response
[
  {}
]