API Documentation

⌘K
GET/api/1/shipping/positions

Current Positions

All current vessel positions within a bounding box. Designed for map tile rendering.

Parameters

3
bboxstring
query

Bounding box: west,south,east,north (e.g. -10,35,40,60)

vessel_typestring
query

Filter by vessel type

min_speednumber
query

Minimum speed in knots (filters out anchored)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/shipping/positions' \
  -H 'Accept: application/json'
200 Response
{}