Marine Weather
weather_marineGet marine weather data for offshore and coastal areas. Returns wave height, swell, wind, and sea-surface conditions in real-time or up to 16-day forecast. Use coordinates for precise ocean locations.
Instructions
Get marine/ocean weather, real-time or forecast, up to 16 days. Returns wave height, swell, wind speed/direction, and sea-surface data. Omit dates for real-time conditions. Provide 'start_date' and 'end_date' for forecast mode (max 16 days, current/future dates only). Coordinates (lat/long) are recommended for offshore/ocean queries since city names resolve to land. Provide at least one of: 'location', lat+long, or 'ip'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | IPv4 or IPv6 address. Required if 'location' and lat/long are not provided. | |
| lat | No | Latitude (-90 to 90). Must be paired with 'long'. Recommended for offshore/ocean queries. | |
| long | No | Longitude (-180 to 180). Must be paired with 'lat'. Recommended for offshore/ocean queries. | |
| end_date | No | End date for marine forecast (YYYY-MM-DD). Current/future dates only. Must be paired with 'start_date'. Max 16-day range. | |
| location | No | Target location — city name, place name, or full address (e.g. "London", "Paris, France", "1600 Amphitheatre Parkway, Mountain View, CA"). | |
| precision | No | Data granularity: 'daily' (default), 'hourly', or 'minutely'. | daily |
| time_zone | No | Timezone for returned timestamps (tz database name, e.g. 'America/New_York'). Defaults to the resolved location's timezone. | |
| start_date | No | Start date for marine forecast (YYYY-MM-DD). Current/future dates only. Must be paired with 'end_date'. Max 16-day range. Omit for real-time conditions. |