API Documentation

⌘K
GET/api/1/shipping/cargoes

Cargo Movements

Track cargo movements by product, origin, destination, and date range.

Parameters

7
productstring
query

crude, gasoline, diesel, naphtha, lng, lpg, jet_fuel

origin_countrystring
query

ISO 3166 origin country

destination_countrystring
query

ISO 3166 destination country

start_datestring
query

Start date (YYYY-MM-DD)

end_datestring
query

End date (YYYY-MM-DD)

limitinteger
query
offsetinteger
query

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/shipping/cargoes?start_date=2025-01-01&end_date=2025-12-31&limit=10&offset=0' \
  -H 'Accept: application/json'
200 Response
[
  {}
]