AI Powered
Marine Forecast APIs

Get human-readable marine forecasts for any location worldwide. No charts to interpret, no data to analyze—just a clear summary of conditions and recommendations for any spot on planet Earth (additional planets coming soon).

Request
curl -X POST https://api.sealegs.ai/v3/spotcast \
  -H "X-API-Key: your_api_key" \
  -d '{
    "latitude": 25.954,
    "longitude": -79.743,
    "start_date": "2025-12-03",
    "num_days": 3
  }'
Response
{
  "summary": "The three-day period shows progressively
    favorable conditions for recreational boating.
    Wednesday starts rough but improves significantly
    by evening. Thursday and Friday offer excellent
    all-day conditions with light winds (7-12kt) and
    manageable seas (1.8-2.8ft). High forecast
    confidence (95%) for Thursday and Friday ensures
    reliable planning. Wave periods remain short at
    4 seconds throughout, creating slightly choppy
    conditions, but wave heights stay comfortable
    for typical recreational vessels."
}

Powerful Weather Data

Everything you need to build marine-focused applications

Global Coverage

Weather forecasts for any marine location worldwide, including coastal waters and open ocean.

Marine Weather

Wind speed, gusts, wave height, swell, precipitation, visibility, and more for marine conditions.

Weather Models

Access data from GFS, NAM, HRRR, and other leading weather models for comprehensive analysis.

Accuracy

We analyze data from multiple weather models and look at trends with a proprietary algorithm to create trusted, accurate forecasts.

AI Analysis

AI-powered daily classifications and natural language summaries to help you understand the conditions at a glance.

Simple, Usage-Based Pricing

Pay only for what you use. No monthly fees or hidden charges.

Enterprise

Custom pricing
  • Volume discounts
  • Higher rate limits
  • SLA guarantees
  • Custom integrations
  • Custom branding of widgets
Contact Sales

Getting Started

Choose the integration path that works best for you

No Code

SpotCast Widget

Embed a live marine forecast on your website with just a few lines of HTML. No API calls needed—we handle everything.

  • Copy & paste embed code
  • Automatic updates
  • Customizable styling
  • Works on any website
Embed a Widget
API

REST API

Full programmatic access to marine forecasts. Build custom integrations, mobile apps, or backend services.

Request
curl -X POST .../v3/spotcast \
  -d '{"latitude": 25.954,
       "longitude": -79.743}'
Response
{"summary": "Excellent
  conditions with light
  winds (7-12kt)..."}
  • RESTful JSON API
  • Webhook support
  • Custom metadata
  • Multi-language support
Use the API

No Code Widget Setup

1

Create an Account

Sign up for a free developer account and add balance to get started.

Sign Up
2

Create a Widget

Go to your dashboard and create a new SpotCast Widget. Set your location, customize the style, and we'll give you an embed code.

3

Add to Your Website

Copy the embed code and paste it into your HTML. That's it—your live marine forecast is ready!

<!-- Add this where you want the widget -->
<div id="sealegs-widget-wgt_abc123"></div>
<script src="https://cdn.sealegs.ai/spotcast_widget.js"
  data-widget-id="wgt_abc123"
  data-type="mini"
  async></script>

API API Setup

1

Create an Account

Sign up for a free developer account and add balance to get started.

Sign Up
2

Get Your API Key

Generate an API key from your dashboard. Keep it secure!

X-API-Key: slk_live_abc123...
3

Make Your First Request

Fetch a marine weather forecast for any location.

curl -X POST https://api.sealegs.ai/v3/spotcast \
  -H "X-API-Key: your_api_key" \
  -d '{
    "latitude": 25.954,
    "longitude": -79.743,
    "start_date": "2025-12-03",
    "num_days": 3
  }'
4

Build Your App

Use the AI-powered forecast to power your marine application!

{
  "summary": "The three-day period shows progressively
    favorable conditions for recreational boating.
    Wednesday starts rough but improves significantly
    by evening. Thursday and Friday offer excellent
    all-day conditions with light winds (7-12kt) and
    manageable seas (1.8-2.8ft). High forecast
    confidence (95%) for Thursday and Friday ensures
    reliable planning. Wave periods remain short at
    4 seconds throughout, creating slightly choppy
    conditions, but wave heights stay comfortable
    for typical recreational vessels."
}
Full Documentation

Ready to Get Started?

Create your free developer account and start building with marine weather data today.

Create Developer Account