Vessels
Get a vessel using the imo
Returns a vessel by the given IMO number.
get/vessels/{imo}
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"
}
}
}