Datalastic Vessel Location Monitoring | Maritime API | Maritime Traffic Data
收藏资源简介:
In case you want to track traffic in a particular part of a sea or a river, Datalastic also offers zone monitoring services. Instead of monitoring by vessel, you can select the coordinates and radius that you would like to see that any ship that passes in is registered and shown based on your request. RESPONSE EXAMPLE: { "data": { "point": { "lat": 29.15915, "lon": -89.25454, "radius": 0.25 }, "total": 2, "vessels": [ { "uuid": "f70aef75-3d20-bbcd-89f8-1cf9be0e3eee", "name": "CANDACE", "mmsi": "366955460", "imo": "9343027", "eni": null, "country_iso": "US", "type": "Tug", "type_specific": "Towing Vessel", "lat": 29.15608, "lon": -89.25658, "speed": 3.4, "course": 13, "heading": 14, "destination": "XX XXX\u003eUS^0ZTT", "last_position_epoch": 1605634800, "last_position_UTC": "2020-11-17T17:40:00Z", "distance": 0.213113085875055 }, { "uuid": "3ec47f01-5f82-d51b-38c7-61d660c6a309", "name": "E W ELLEFSEN", "mmsi": "367323150", "imo": null, "eni": null, "country_iso": "US", "type": "Dredger", "type_specific": "Dredger", "lat": 29.1557, "lon": -89.25619, "speed": 0.9, "course": 279, "heading": 188, "destination": "HOUSTON", "last_position_epoch": 1605632220, "last_position_UTC": "2020-11-17T16:57:00Z", "distance": 0.224482533896964 } ] }, "meta": { "duration": 0.022402006, "endpoint": "/api/v0/vessel_inradius", "success": true } }




