# Storm Glass Marine Weather **Provider:** Storm Glass Marine Weather **Category:** weather **Base URL:** `https://api.stormglass.io/` **Auth:** api-key — `Authentication-Token: YOUR_API_KEY` **Rate Limit:** 10 points/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.stormglass.io/ ## Description Global marine weather data from multiple sources in one single API with hourly resolution. Get your API key by visiting the Storm Glass web site. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.stormglass.io//forecast` | Get hourly forecasts by coordinates | ## Authentication API key in the request header (Authentication-Token) ``` Authentication-Token: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.stormglass.io//forecast' \ -H 'Authentication-Token: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Marine and terrestrial weather API. Free: 10 points/day. Hobbyist $9/mo (200 points/day). Developer $59/mo (unlimited points). Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/storm-glass-marine-weather/) — CC BY 4.0*