Containers
Routing (Paid)
Get container route
Retrieves the route details from the port of lading to the port of discharge, including transshipments. <Note>This is a paid feature. Please contact sales@terminal49.com.</Note>
get/containers/{id}/route
Response
OK
Example response
{
"included": [
{
"attributes": {
"name": "Ever Given",
"imo": "9811000",
"mmsi": "353136000",
"latitude": 25.29845,
"longitude": 121.217,
"nautical_speed_knots": 90,
"navigational_heading_degrees": 194,
"position_timestamp": "2023-07-28T14:01:37Z",
"positions": [
{
"latitude": 1.477285,
"longitude": 104.535533333,
"heading": 51,
"timestamp": "2025-05-23T19:14:22Z"
}
]
}
}
]
}