Vessels
Get a vessel using the id
Returns a vessel by id. <Note>show_positions is a paid feature. Please contact sales@terminal49.com.</Note>
get/vessels/{id}
Response
OK
Example response
{
"data": {
"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"
}
]
}
}
}