# ODWeather
**Provider:** ODWeather
**Category:** weather
**Base URL:** `https://api.oceandrivers.com/`
**Auth:** none — `# No auth required`
**Rate Limit:** See documentation
**Free Tier:** Yes — available
**Pricing:** Enterprise / contact sales (subscription)
**Docs:** https://api.oceandrivers.com/
## Description
This is the api to access the ODWeather API information
## Endpoints
| Method | Endpoint | Description |
|--------|----------|-------------|
| GET | `https://api.oceandrivers.com//v1.0/compareStation/{stationName}/` | Get forecast and realtime information for known points
None |
| GET | `https://api.oceandrivers.com//v1.0/getAemetStation/{stationName}/{period}/` | Get data from the aemet stations
None |
| GET | `https://api.oceandrivers.com//v1.0/getEasyWind/{easywindId}/` | Get data from the easywind weather stations
None |
| GET | `https://api.oceandrivers.com//v1.0/getEventStations/{eventId}/` | Get stations in an event
None |
| GET | `https://api.oceandrivers.com//v1.0/getForecastPoints/{yatchclubid}/language/{language}` | Get forecast points of a yatchclub
None |
| GET | `https://api.oceandrivers.com//v1.0/getForecastTimeSeries/{latitude}/{longitude}/` | Get timeseries forecast information
None |
| GET | `https://api.oceandrivers.com//v1.0/getForecastTimeSeriesWrf/{latitude}/{longitude}/` | Get timeseries forecast information
None |
| GET | `https://api.oceandrivers.com//v1.0/getSocibWeatherStation/{stationName}/{period}/` | Get data from the socib bahia de palma buoy
None |
## Authentication
No authentication required
```
# No auth required
```
## Sample Request
```bash
curl -X GET 'https://api.oceandrivers.com//v1.0/compareStation/{stationName}/' \
-H '# No auth required'
```
## Sample Response
```json
{}
```
## Pricing Details
Free — open public API, no authentication required.
---
*Source: [API Map](https://apimap.dev/apis/odweather/) — CC BY 4.0*