/Location Traffic Tracking API Secret
Last active
December 3, 2021 17:14
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": { | |
"point": { | |
"lat": 41.10103, | |
"lon": 1.224716, | |
"radius": 1 | |
}, | |
"total": 3, | |
"vessels": [ | |
{ | |
"uuid": "9922c8cb-961d-20ac-761a-05fd3641aeee", | |
"name": "CHEM BULLDOG", | |
"mmsi": "538004629", | |
"imo": "9587790", | |
"eni": null, | |
"country_iso": "MH", | |
"type": "Tanker", | |
"type_specific": "Oil or Chemical Tanker", | |
"lat": 41.10445, | |
"lon": 1.226525, | |
"speed": 0, | |
"course": 349, | |
"heading": 165, | |
"navigation_status": null, | |
"destination": "OPL MALTA", | |
"last_position_epoch": 1638551100, | |
"last_position_UTC": "2021-12-03T17:05:00Z", | |
"eta_epoch": null, | |
"eta_UTC": null, | |
"distance": 0.221050226706503 | |
}, | |
{ | |
"uuid": "0b463641-779b-4297-6446-ab978e349596", | |
"name": "CORAL SHASTA", | |
"mmsi": "565190000", | |
"imo": "9254941", | |
"eni": null, | |
"country_iso": "SG", | |
"type": "Tanker", | |
"type_specific": "LPG Tanker", | |
"lat": 41.10063, | |
"lon": 1.217125, | |
"speed": 0, | |
"course": 0, | |
"heading": 238, | |
"navigation_status": null, | |
"destination": "ES TAR", | |
"last_position_epoch": 1638551100, | |
"last_position_UTC": "2021-12-03T17:05:00Z", | |
"eta_epoch": null, | |
"eta_UTC": null, | |
"distance": 0.34428726244679 | |
}, | |
{ | |
"uuid": "7eb015e9-eb2c-3599-31ea-fdb650a4d6fe", | |
"name": "BLACK SHARK", | |
"mmsi": "247288900", | |
"imo": "9480655", | |
"eni": null, | |
"country_iso": "IT", | |
"type": "Tanker", | |
"type_specific": "Asphalt or Bitumen Tanker", | |
"lat": 41.09394, | |
"lon": 1.218283, | |
"speed": 0, | |
"course": 299, | |
"heading": 138, | |
"navigation_status": null, | |
"destination": "ES TAR TARRAGONA", | |
"last_position_epoch": 1638551220, | |
"last_position_UTC": "2021-12-03T17:07:00Z", | |
"eta_epoch": null, | |
"eta_UTC": null, | |
"distance": 0.515688971445877 | |
} | |
] | |
}, | |
"meta": { | |
"duration": 0.004622499, | |
"endpoint": "/api/v0/vessel_inradius", | |
"success": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment