{ "opencollection": "1.0.0", "info": { "name": "FleetMon API Reference Basic Vessel Data Vessel Positions Only API", "version": "Version 2.4.2" }, "items": [ { "info": { "name": "Vessel Positions Only", "type": "folder" }, "items": [ { "info": { "name": "Returns the latest position of the provided vessel", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/vessel/:vessel_id/position/", "params": [ { "name": "vessel_id", "value": "", "type": "path", "description": "FleetMon identifier for maritime objects like vessels" }, { "name": "request_limit_info", "value": "", "type": "query", "description": "If `true` some extra attributes will be added to the response informing about usage and limits of this endpoint." } ] }, "docs": "This API returns the latest position of the provided vessel including MMSI, longitude, latitude and received time in Zulu format." } ] } ], "bundled": true }