curl --location 'https://beachdayapi.com/v1/beaches//conditions/?offset=&limit=' \
--header 'Authorization: Bearer <token>'{
"beach_id": 1,
"count": 45,
"results": [
{
"id": 101,
"beach_id": 1,
"date": "2026-06-24",
"water_quality": {
"grade": "A",
"advisory": false,
"updated": "2026-06-24T08:00:00Z"
},
"weather": {
"temp_f": 74,
"condition": "clear",
"wind_speed_mph": 6,
"humidity_pct": 68,
"precipitation_in": 0
},
"ocean_conditions": {
"water_temp_f": 66,
"wave_height_ft": 2.4,
"rip_current_risk": "moderate"
},
"tides": [
{
"time": "2026-06-24T06:14:00-07:00",
"type": "high",
"height_ft": 5.1
},
{
"time": "2026-06-24T12:41:00-07:00",
"type": "low",
"height_ft": 0.8
}
],
"beach_day_score": 82
}
]
}