APIHub
Back to Explore

ODWeather

ODWeather is a REST API that provides real‑time observations, historical and forecast weather parameters, and webcam imagery from a variety of weather stations and buoys (including AEMET, EasyWind, and SOCIB), as well as specific forecast point data for yacht clubs and stations associated with events.

Weather
No auth required
No HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

858ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/v1.0/compareStation/{stationName}/

Get forecast and realtime information for known points None

  • stationName (path, required) — Weather station to compare, values: cnareanl|rcnp | cmsap|boyaenderrocat|areopuertopalma | EWXXX
GET

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

Get data from the aemet stations None

  • stationName (path, required) — station name currently: aeropuertopalma | caboblanco
  • period (path, required) — Period of time to get the data. Options: lastdata lastday
GET

/v1.0/getEasyWind/{easywindId}/

Get data from the easywind weather stations None

  • easywindId (path, required) — currently: 'EW013'|'EW008'
  • period (query, required) — Period of time to get the data latestdata|latesthour|latestday
GET

/v1.0/getEventStations/{eventId}/

Get stations in an event None

  • eventId (path, required) — currently: 'trofeoprincesasofia|palmavela'
GET

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

Get forecast points of a yatchclub None

  • yatchclubid (path, required) — base URL for the the
  • language (path, required)
GET

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

Get timeseries forecast information None

  • latitude (path, required) — latitude for the forecast
  • longitude (path, required) — longitude for the forecast
  • inittime (query) — initial date for the forecast ISO string YYYY-MM-DDTHH:mm:SS.SZ
  • endtime (query) — end date for the forecast ISO string YYYY-MM-DDTHH:mm:SS.SZ
  • days (query) — optional number of days in string. Will be added to init forecast date
  • hours (query) — optional number of hours in string. Will be added to init forecast date
  • weather (query, required) — Comma separated values for the weather parameteres temperature,rain,wind_u,wind_v,gust,pressure,cloud,humidity&wave=height,direction,period
  • wave (query) — Comma separated values for the wave parameteres height,direction,period
  • entryid (query) — Direct file I want to extract
GET

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

Get timeseries forecast information None

  • latitude (path, required) — latitude for the forecast
  • longitude (path, required) — longitude for the forecast
  • inittime (query) — initial date for the forecast ISO string YYYY-MM-DDTHH:mm:SS.SZ
  • endtime (query) — end date for the forecast ISO string YYYY-MM-DDTHH:mm:SS.SZ
  • days (query) — optional number of days in string. Will be added to init forecast date
  • hours (query) — optional number of hours in string. Will be added to init forecast date
  • weather (query, required) — Comma separated values for the weather parameteres temperature,rain,wind_u,wind_v,gust,pressure,cloud,humidity&wave=height,direction,period
  • wave (query) — Comma separated values for the wave parameteres height,direction,period
  • entryid (query) — Direct file I want to extract
GET

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

Get data from the socib bahia de palma buoy None

  • stationName (path, required) — station name currently: boyaenderrocat | playadepalma
  • period (path, required) — Period of time to get the data. Options: lastdata lasthour lastday
GET

/v1.0/getWeatherDisplay/{stationName}/

Get data from the weather display software None

  • stationName (path, required) — currently: 'cnarenal'|'campastilla' | 'cncg'
  • period (query, required) — Period of time to get the data latestdata|latesthour|latestday|dailylog
GET

/v1.0/getWebCams/

Get forecast and realtime information for known points None

10 endpoints auto-detected

curl -X GET \
  "http://api.oceandrivers.com/static/docs.html/v1.0/compareStation/{stationName}/"

api.oceandrivers.com · HTTPS only