API Documentation
⌘K
API Key
Get free key GET
/api/1/shipping/cargoesCargo Movements
Track cargo movements by product, origin, destination, and date range.
Parameters
7productstringcrude, gasoline, diesel, naphtha, lng, lpg, jet_fuel
origin_countrystringISO 3166 origin country
destination_countrystringISO 3166 destination country
start_datestringStart date (YYYY-MM-DD)
end_datestringEnd date (YYYY-MM-DD)
limitintegeroffsetintegerResponses
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
[
{}
]