weather_marine
ActiveTool of Ready APIs
Coastal/marine hourly forecast: wave height, period, and direction, plus wind-wave and swell components. For shipping, fishing, surfing, and coastal-event planning. Coastal/open-water coordinates only — inland points return an error.
Parameters schema
{
"type": "object",
"properties": {
"lat": {
"type": "number",
"description": "Latitude of a coastal/open-water point."
},
"lon": {
"type": "number",
"description": "Longitude of a coastal/open-water point."
},
"hours": {
"type": "integer",
"default": 48,
"maximum": 240,
"minimum": 1
},
"units": {
"enum": [
"imperial",
"metric"
],
"type": "string",
"default": "imperial"
},
"zip_code": {
"type": "string",
"description": "US ZIP — must resolve to a coastal point."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries