/Ship Historical Data API Secret
Last active
October 18, 2024 09:13
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"uuid": "9c4c0a78-0dca-312c-f851-65d59e55b8dc", | |
"name": "PHENIX LEGEND", | |
"mmsi": "431661000", | |
"imo": "9595539", | |
"eni": null, | |
"country_iso": "JP", | |
"type": "Tanker", | |
"type_specific": "LPG Tanker", | |
"positions": [ | |
{ | |
"lat": 34.560583333333334, | |
"lon": 134.15901666666667, | |
"speed": 0.1, | |
"course": 114, | |
"heading": 101, | |
"destination": ">JP TNO OFF", | |
"last_position_epoch": 1724972345, | |
"last_position_UTC": "2024-08-29T22:59:05Z" | |
}, | |
{ | |
"lat": 34.56061666666667, | |
"lon": 134.15908333333334, | |
"speed": 0.1, | |
"course": 3, | |
"heading": 104, | |
"destination": ">JP TNO OFF", | |
"last_position_epoch": 1724970723, | |
"last_position_UTC": "2024-08-29T22:32:03Z" | |
}, | |
{ | |
"lat": 34.5604, | |
"lon": 134.15906666666666, | |
"speed": 0, | |
"course": 23, | |
"heading": 96, | |
"destination": ">JP TNO OFF", | |
"last_position_epoch": 1724969102, | |
"last_position_UTC": "2024-08-29T22:05:02Z" | |
} | |
] | |
}, | |
"meta": { | |
"duration": 0.041392525, | |
"endpoint": "/api/v0/vessel_history", | |
"success": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment