← Tools Reference

Stormglass

Stormglass integration (Location, Data). Imported from open-connector.

API key3 toolshttps://api.stormglass.io
GET
stormglass_io_get_weather_point
Get Stormglass forecast weather data for one coordinate.

/v2/weather/point

6 parameters
ParamTypeRequiredDescription
latnumberrequiredLatitude of the requested coordinate in decimal degrees.
lngnumberrequiredLongitude of the requested coordinate in decimal degrees.
paramsarrayrequiredWeather parameters to request from Stormglass.
startstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
endstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
sourcearrayoptionalWeather sources to request from Stormglass.
GET
stormglass_io_get_tide_extremes
Get Stormglass high and low tide extremes for one coordinate.

/v2/tide/extremes/point

5 parameters
ParamTypeRequiredDescription
latnumberrequiredLatitude of the requested coordinate in decimal degrees.
lngnumberrequiredLongitude of the requested coordinate in decimal degrees.
startstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
endstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
datumstringoptionalThe tide datum used for relative sea-level values.
GET
stormglass_io_get_tide_sea_level
Get Stormglass hourly tide sea-level data for one coordinate.

/v2/tide/sea-level/point

5 parameters
ParamTypeRequiredDescription
latnumberrequiredLatitude of the requested coordinate in decimal degrees.
lngnumberrequiredLongitude of the requested coordinate in decimal degrees.
startstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
endstringoptionalA Stormglass time value in ISO 8601 or UNIX timestamp format.
datumstringoptionalThe tide datum used for relative sea-level values.