{ "opencollection": "1.0.0", "info": { "name": "FleetMon API Reference Basic Vessel Data Current API", "version": "Version 2.4.2" }, "items": [ { "info": { "name": "Current", "type": "folder" }, "items": [ { "info": { "name": "Returns current info for lat/lon (and timestamp).", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meteo/current/", "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude for forecast" }, { "name": "lon", "value": "", "type": "query", "description": "Longitude for forecast" }, { "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." }, { "name": "when", "value": "", "type": "query", "description": "Time for forecast, defaults to `now`" } ] }, "docs": "Returns current info for lat/lon (and timestamp)." }, { "info": { "name": "Returns current info for grid coordinates xi and yi (and timeblock).", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/meteo/current/:gxi/:tb/:gyi", "params": [ { "name": "gxi", "value": "", "type": "path", "description": "grid-coordinate x" }, { "name": "gyi", "value": "", "type": "path", "description": "grid-coordinate y" }, { "name": "tb", "value": "", "type": "path", "description": "3h-timeblock" }, { "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": "Returns current info for grid coordinates xi and yi (and timeblock)." } ] } ], "bundled": true }