API Documentation
⌘K
API Key
Get free key GET
/api/1/shipping/vesselsList Vessels
Search and filter the global tanker/LNG/LPG vessel registry.
Parameters
6vessel_typestringFilter by vessel type (tanker, lng, lpg, chemical)
vessel_classstringFilter by class (VLCC, Suezmax, Aframax, Panamax, MR)
flagstringISO 3166-1 alpha-2 country code
searchstringSearch vessel name or IMO
limitintegerMax results (default 100)
offsetintegerPagination 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
[
{}
]