APIHub
Back to Explore

Storm Glass

Provides hourly marine weather forecasts for a specified latitude and longitude.

Weather
apiKey
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

1661ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/forecast

Get hourly forecasts by coordinates

  • lat (query, required) — The latitude for a location. Valid input is a number between -90 and 90.
  • lng (query, required) — The longitude for a location. Valid input is a number between -180 and 180.

1 endpoint auto-detected

Authentication

This API requires authentication: apiKey.

curl -X GET \
  "https://stormglass.io//forecast"

stormglass.io · HTTPS only