Daily Pacific Ocean buoy observations — sea surface temperature, winds, and humidity.
| Parameter | Type | Example | Description |
|---|---|---|---|
year | int | 1997 | Filter to a single year |
month | int | 12 | Filter to a month (1–12) |
lat_min / lat_max | float | -5 / 5 | Latitude range |
lon_min / lon_max | float | -140 / -100 | Longitude range |
limit | int | 100 | Max rows (default 100, max 1000) |
offset | int | 0 | Skip N rows (for paging) |
Example: /readings?year=1997&month=12&limit=50