Returns grouped year-over-year seasonal time series for a single buoy without pagination.
Supports Météo-France and Candhis buoys and is intended for server-side consumers
that need chart-ready seasonal comparison data. Metric availability is source-specific:
Météo-France supports wave, water temperature, and wind metrics; Candhis supports wave
metrics only. For Candhis, significient_height maps to H13D (H1/3),
period maps to TH13D (significant wave period), and peak_period maps
to TP (peak period).
When start_year and end_year are omitted, the endpoint returns the last 10 complete
seasons. Explicit year ranges can request up to 13 seasons, for example 2013..2025.
Documentation Index
Fetch the complete documentation index at: https://docs.labouee.app/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Format: Authorization: Bearer YOUR_API_KEY
Alternative: Pass as query parameter ?api_key=YOUR_API_KEY
Security: API keys are stored as BCrypt hashes (never plain text). Only the hash is stored in the database.
Metric to return for the seasonal series. Candhis supports significient_height, maximum_height, period, peak_period, and direction.
significient_height, maximum_height, period, peak_period, direction, water_temperature, wind_speed, wind_direction, gust_speed Bucket size for grouping the seasonal series
hour, day, week Aggregation used when bucket is day or week
median, avg, min, max Inclusive first season year. Explicit ranges can span up to 13 seasons.
Inclusive last season year. Explicit ranges can span up to 13 seasons.
Season start month
1 <= x <= 12Season start day of month
1 <= x <= 31Season end month
1 <= x <= 12Season end day of month
1 <= x <= 31IANA timezone used for bucket boundaries and labels. Defaults to the buoy timezone or UTC.
"Europe/Paris"