Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Data Enrichment / ODWeather API
ODWeather API logo

Oceandrivers ODWeather API

Community OpenAPI document · agent-readyData EnrichmentData Transformationnone10 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Read coastal and marine weather from OceanDrivers: real-time station data, forecast time series for a latitude and longitude, event stations, yacht-club forecast points, and webcams. Read-only and requires no authentication.

Use for: Get the forecast time series for a latitude and longitude, Read the current data from a named weather station, Compare forecast and real-time conditions for a station, List the forecast points for a yacht club

Not supported: Does not provide global weather coverage, tide or wave forecasts, or historical archives. Use for reading OceanDrivers coastal station data, point forecasts, event stations, and webcams only.

The ODWeather API serves coastal and marine weather data from OceanDrivers. It returns real-time readings from weather stations, including AEMET stations, EasyWind units, the SOCIB bay buoy, and weather-display software, and forecast time series for a latitude and longitude. It also lists forecast points for a yacht club, returns the stations tied to an event, and provides live webcam feeds. Sailing, regatta, and coastal applications use it to show current conditions and forecasts for known points. It is a read-only, public API.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the ODWeather API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the ODWeather API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Foceandrivers.com%2Fodweather" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Foceandrivers.com%2Fodweather" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with ODWeather API.

Read real-time data from AEMET, EasyWind, SOCIB buoy, and weather-display stations

Get forecast time series for a latitude and longitude

Compare forecast and real-time information for a known point

List the forecast points and stations tied to a yacht club or event

Retrieve live webcam feeds for coastal locations

Use Cases

Patterns agents use ODWeather API for, with concrete tasks.

★ Show conditions for a regatta

A sailing or regatta app reads the stations tied to an event and the real-time data from each, then shows current wind and weather to competitors and organisers. It can compare forecast against live readings for a known point so crews plan around the conditions. Through Jentic an agent discovers the station operations by intent and calls them with the event or station name.

Get the stations tied to a given event and return the real-time data for each

Forecast a point along a route

A routing or planning agent requests the forecast time series for a latitude and longitude to see how wind and weather change over the coming hours at a point on a course. It can pull several points along a route to build a picture of the conditions ahead. This supports passage planning without a separate forecast provider.

Get the forecast time series for a given latitude and longitude and return the coming hours of wind data

Embed live coastal webcams

A coastal or tourism app lists the available webcam feeds and embeds them alongside current conditions for a location. Pairing a webcam with the nearest station's real-time data gives users both a visual and the numbers. The agent reads the webcam list and the station data and presents them together.

Retrieve the available webcam feeds and return them alongside the real-time data for a named station

Key Endpoints

10 endpoints — the odweather api serves coastal and marine weather data from oceandrivers.

METHOD

PATH

DESCRIPTION

GET

/v1.0/getForecastTimeSeries/{latitude}/{longitude}/

Get forecast time series for a latitude and longitude

GET

/v1.0/compareStation/{stationName}/

Compare forecast and real-time information for a known point

GET

/v1.0/getAemetStation/{stationName}/{period}/

Get data from an AEMET weather station

GET

/v1.0/getForecastPoints/{yatchclubid}/language/{language}

Get the forecast points for a yacht club

GET

/v1.0/getEventStations/{eventId}/

Get the stations tied to an event

GET

/v1.0/getWebCams/

Get the available webcam feeds

GET

/v1.0/getForecastTimeSeries/{latitude}/{longitude}/

Get forecast time series for a latitude and longitude

GET

/v1.0/compareStation/{stationName}/

Compare forecast and real-time information for a known point

GET

/v1.0/getAemetStation/{stationName}/{period}/

Get data from an AEMET weather station

GET

/v1.0/getForecastPoints/{yatchclubid}/language/{language}

Get the forecast points for a yacht club

GET

/v1.0/getEventStations/{eventId}/

Get the stations tied to an event

GET

/v1.0/getWebCams/

Get the available webcam feeds

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the ODWeather API by hand is light because it needs no key, but you still write the HTTP client, build the station, forecast, and webcam paths with their coordinates and names, and parse each response yourself. Through Jentic you install once, import the ODWeather API from the API Directory, and your agent calls it with no credential to provision.

Permission scoping

Permission scoping

The ODWeather API is read-only and exposes only station, forecast, and webcam reads, so a rule can allow your agent those reads and nothing more. There are no write or delete operations, and the API carries no credential that could reach beyond reading public weather data.

Credential management

Credential isolation

The ODWeather API is public and uses no credential, so there is nothing for Jentic to store or inject. The calls your agent makes carry no secret into its prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get a marine forecast' or 'read a weather station', and Jentic returns the matching ODWeather operation with its input schema so the agent calls the right endpoint without reading the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

OpenWeatherMap API

→

Global weather and forecast coverage versus ODWeather's focus on coastal stations and marine points.

Choose OpenWeatherMap for worldwide coverage; choose ODWeather for coastal station readings and sailing-specific forecast points.

Alternative

WeatherAPI

→

General-purpose weather and forecast data by location versus ODWeather's station-level marine data.

Choose WeatherAPI for broad location forecasts; choose ODWeather when you need its specific coastal stations and webcams.

Complementary

Storm Glass Marine Weather API

→

Marine forecasts such as waves and tides that complement ODWeather's station and webcam data.

Use Storm Glass for wave and tide forecasts and ODWeather for local station readings and webcams at the same coast.

FAQs

Specific to using ODWeather API through Jentic.

What authentication does the ODWeather API use?

The ODWeather API requires no authentication. Its OpenAPI spec declares no security scheme, so the station, forecast, and webcam endpoints are public and need no key or token. Because there is no credential, there is nothing to store, rotate, or expose when an agent calls it through Jentic.

What weather data does the ODWeather API return?

It returns real-time readings from AEMET stations, EasyWind units, the SOCIB bay buoy, and weather-display software, plus forecast time series for a latitude and longitude. It also lists forecast points for a yacht club, the stations tied to an event, and live webcam feeds for coastal locations.

Can I get a forecast for a specific location with the ODWeather API?

Yes. Request the forecast time series for a latitude and longitude and the response returns how wind and weather change over the coming hours at that point. An agent can pull several points along a route to build a picture of the conditions ahead.

What are the rate limits for the ODWeather API?

The OpenAPI spec does not declare rate limits for the ODWeather API. It is a public service, so apply conservative client-side throttling and caching and check the OceanDrivers documentation for current guidance.

Can I limit what my agent is allowed to do with the ODWeather API?

Yes. The ODWeather API is read-only and exposes only station, forecast, and webcam reads, so an agent connected through Jentic can only read weather data and cannot change anything. You choose which of these operations it may call, and every call it makes is logged.

Is there an ODWeather API MCP server?

You don't need an MCP server to give your agent the ODWeather API. Jentic connects it directly from the API Directory: import it and your agent calls the station, forecast, and webcam operations on demand, with no key to configure because the API is public.

How do I read ODWeather forecasts through Jentic?

Search Jentic for an intent like 'get a marine forecast' or 'read a weather station', which returns the matching ODWeather operation with its input schema so the agent supplies the location or station name and reads the response, with no credential to configure because the API is public. To run it on your own infrastructure, install Jentic One from its GitHub repo.

GET STARTED

Start building with ODWeather API

Explore with Jentic One
View OpenAPI Document