Harmonic Tide Predictions

TideCheck

Accurate tide predictions for 20,112+ stations across 204+ countries

Powered by harmonic analysis — the same method used by national hydrographic offices worldwide

20,112+ Stations
204+ Countries
3 Data Sources

Everything You Need for the Coast

Tide Charts & Forecasts

Accurate high and low tide predictions with smooth interactive charts. 7-day, 15-day, and monthly calendar views.

Solunar Fishing Forecast

Find the best fishing times with solunar ratings based on moon phase, lunar distance, and spring/neap cycles.

Sun, Moon & Conditions

Sunrise, sunset, moon phases, illumination, and tidal strength. All the conditions you need at a glance.

Monthly Tide Calendar

Plan ahead with full monthly calendars showing every high and low tide, moon phases, and daily conditions.

Plan Any Coastal Activity

Whether you're casting a line, catching waves, or exploring tide pools — check the tides first.

FOR DEVELOPERS

TideCheck API

Add tide predictions to your app with a simple REST API. Get tide times, heights, sunrise/sunset, moon phases, solunar fishing ratings, and daily conditions for 20,112+ stations worldwide.

Free tier — 50 requests/day JSON REST API Sub-50ms responses Global edge network
// Fetch tide predictions
const res = await fetch(
  "https://tidecheck.com/api/station/9414290/tides",
  { headers: { "X-API-Key": key } }
);
const { extremes, dailyConditions } = await res.json();

// Next high tide
const nextHigh = extremes.find(e => e.type === "H");
console.log(nextHigh.time, nextHigh.height);
Free — No Signup

Tide Badges for Your Website

Show live tide info on your blog, marina site, or business page. Just paste a simple embed code — free, no account needed.

London Bridge Tide Times San Francisco Tide Times
Create Your Badge

Popular Coastal Destinations

Browse by Region

Other

Antarctica

Trusted Tide Predictions

Harmonic Analysis

Predictions calculated using harmonic constituent analysis — the same proven mathematical method used by hydrographic agencies worldwide.

Global Coverage

20,112 stations across 204 countries from NOAA, TICON-4, and FES2022.

Multiple Datums

View heights relative to LAT, MLLW, or MSL. Switch freely between international and US standard datums.

Predictions are for informational purposes only and are not suitable for navigation. Consult official nautical charts for safety-critical decisions.