
Tides API
Tide predictions for the entire US coastline, straight from NOAA. A searchable directory of all 3,499 NOAA CO-OPS tide prediction stations (1,256 harmonic reference stations + subordinates) across every US coastal state and territory, with nearest-station lookup by coordinates (lat/lng β the Santa Monica Municipal Pier station, 0.9 km away). Predictions are fetched live from NOAA's official CO-OPS engine and edge-cached, so they are always exactly what NOAA publishes: high/low tide times and heights (interval=hilo) for any date up to 7 days per call, or continuous hourly/6-minute series on reference stations, in feet or meters, against your choice of datum (MLLW default, MSL, NAVD...), in local station time. Subordinate stations are correctly limited to high/low mode with a pointer to their reference station. Bonus: latest observed water temperature from stations with sensors (75.2Β°F at The Battery right now). Surf and fishing apps, sailing tools, coastal photography planners, beach-safety products β the same data WorldTides and Tide-Forecast sell, from the primary source. US + territories only (NOAA's coverage).
{
"ok": true,
"station": {
"id": "8518750",
"name": "NEW YORK (The Battery)",
"state": "NY",
"lat": 40.70055,
"lng": -74.01417,
"type": "reference",
"reference_id": null,
"tz_offset": -5
},
"date": "2026-09-13",
"days": 2,
"interval": "hilo",
"units": "feet",
"datum": "MLLW",
"timezone": "local station time (lst_ldt)",
"predictions": [
{
"time": "2026-09-13 04:23",
"height": -0.096,
"type": "low"
},
{
"time": "2026-09-13 10:25",
"height": 5.652,
"type": "high"
},
{
"time": "2026-09-13 16:46",
"height": 0.206,
"type": "low"
},
{
"time": "2026-09-13 22:41",
"height": 5.115,
"type": "high"
},
{
"time": "2026-09-14 05:01",
"height": 0.201,
"type": "low"
},
{
"time": "2026-09-14 11:09",
"height": 5.474,
"type": "high"
},
{
"time": "2026-09-14 17:29",
"height": 0.462,
"type": "low"
},
{
"time": "2026-09-14 23:28",
"height": 4.756,
"type": "high"
}
]
}Why developers pick this API
Production-ready
Production Ready
Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.
Simple Integration
Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.
One Key, 20+ APIs
Your DataAndAPIs subscription unlocks every API on the platform β anime, finance, sports, and more.
Code snippets
One install. Every endpoint.
No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.
- Fully typed responses β auto-completion in your IDE
- Tracks the API in lockstep β new endpoints land same day
- One key works across 20+ APIs on the platform
import axios from 'axios';
const { data } = await axios.get(
'{API_URL}',
{ headers: { 'X-Api-Key': process.env.API_KEY } }
);π Subscribe to unlock the live API URL
Developer playground
Explore the endpoints
Browse request parameters and inspect live example responses.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});Pricing
One subscription. Every API.
Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β we promote.
STARTER
25,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Email support
PRO
100,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority email support
ULTRA
1,000,000 tokens / month
- Access to all APIs
- Tokens reset monthly
- Priority support
Need higher volume, dedicated infra, or a custom contract? Talk to sales β
Common questions
The things that actually block the upgrade.
Ship Tides API this afternoon.
500 free tokens. No card. Plus 20+ other APIs on the same key.
