{ "opencollection": "1.0.0", "info": { "name": "Stormglass Astronomy Bio API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Bio", "type": "folder" }, "items": [ { "info": { "name": "Get Bio Point Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.stormglass.io/v2/bio/point", "params": [ { "name": "lat", "value": "", "type": "query", "description": "Latitude of the desired coordinate" }, { "name": "lng", "value": "", "type": "query", "description": "Longitude of the desired coordinate" }, { "name": "params", "value": "", "type": "query", "description": "Comma-separated list of bio parameters. E.g. chlorophyll,oxygen,salinity" }, { "name": "start", "value": "", "type": "query", "description": "Timestamp in UTC for first data hour" }, { "name": "end", "value": "", "type": "query", "description": "Timestamp in UTC for last data hour" }, { "name": "source", "value": "", "type": "query", "description": "Specify a single source or comma-separated list of sources" } ] }, "docs": "Retrieve biological and oceanographic data for a single coordinate including chlorophyll, nutrients, oxygen, salinity, phytoplankton, and soil moisture data." } ] } ], "bundled": true }