Storm Glass

API

Global marine weather data aggregated from multiple reliable sources

Visit Website

Overview

Storm Glass offers RESTful access to global marine weather data compiled from 10+ trusted sources (e.g., NOAA, ECMWF). Key endpoints include /weather (waves, wind, sea temp, precipitation), /tide (tidal predictions), and /astronomy (sun/moon phases). Responses are JSON-formatted, with filters for location (lat/lon), time range, and data sources. Ideal for surf forecasting apps, marine navigation tools, fishing planners, or coastal event organizers needing accurate, multi-source marine weather insights.

Example Integration (JavaScript)

script.js JS

fetch('https://stormglass.io/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON support
  • Aggregated from 10+ sources
  • Global marine coverage
  • Historical & real-time data
  • Tidal & astronomy endpoints

Frequently Asked Questions

? Is Storm Glass free to use?

Yes, it offers a free tier with 50 requests/day and limited data sources; paid plans unlock higher limits and access to more sources.

? Does it require an API Key?

Yes, all requests need an API key, which can be obtained by signing up on the Storm Glass website.

? What is the response format?

All responses are in JSON, with structured data including timestamps, source identifiers, and metric values for each weather parameter.

Top Alternatives

Surfline API Search Google
OpenWeatherMap Marine API Search Google

People Also Ask about Storm Glass

Storm Glass vs Surfline APIStorm Glass vs OpenWeatherMap Marine API Storm Glass 2025 review

Tool Info

Pricing Freemium
Category Weather
Platform Public API

Pros

  • Aggregated multi-source data for enhanced reliability
  • Comprehensive marine weather metrics
  • Intuitive endpoint structure for easy integration
  • Free tier available for testing

Cons

  • Rate-limited free tier (50 requests/day)
  • Paid plans required for high-volume usage
  • Advanced features locked behind premium tiers

More Weather Tools