{
  "api": "irishbuoys",
  "version": "v1",
  "base_url": "https://johngavin.github.io/irishbuoys/api/v1/",
  "updated_at": "2026-05-07T08:37:08Z",
  "endpoints": [
    {
      "endpoint": "stations.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/stations.json",
      "description": "All buoy station metadata (ID, call sign, coordinates)"
    },
    {
      "endpoint": "stats.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/stats.json",
      "description": "Summary statistics per station and overall"
    },
    {
      "endpoint": "rogue-waves.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/rogue-waves.json",
      "description": "Detected rogue wave events (Hmax > 2x significant wave height)"
    },
    {
      "endpoint": "return-levels.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/return-levels.json",
      "description": "GPD return levels per station for 1, 5, 10-year periods (avg wave, rogue wave, avg wind, wind gust)"
    },
    {
      "endpoint": "data-dictionary.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/data-dictionary.json",
      "description": "Variable metadata: names, units, descriptions, typical ranges"
    },
    {
      "endpoint": "latest.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/latest.json",
      "description": "Most recent observation per station"
    },
    {
      "endpoint": "seasonal.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/seasonal.json",
      "description": "Monthly and seasonal statistics with annual trends (wave height, wind speed)"
    },
    {
      "endpoint": "correlations.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/correlations.json",
      "description": "Inter-station correlations for wave height, wind speed, and max wave height"
    },
    {
      "endpoint": "sources.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/sources.json",
      "description": "Data provenance: ERDDAP source, update frequency, license, citation"
    },
    {
      "endpoint": "status.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/status.json",
      "description": "Per-station operational status, record counts, and date ranges"
    },
    {
      "endpoint": "trends.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/trends.json",
      "description": "Mann-Kendall trend tests and Sen's slope estimates per station/variable"
    },
    {
      "endpoint": "extremes.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/extremes.json",
      "description": "GPD fits, return levels, and CI method comparison (delta, bootstrap)"
    },
    {
      "endpoint": "decomposition.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/decomposition.json",
      "description": "STL decomposition (seasonal, trend, remainder) per station"
    },
    {
      "endpoint": "spatial.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/spatial.json",
      "description": "Cross-station correlation matrices for wave height, wind speed, Hmax"
    },
    {
      "endpoint": "gust-factors.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/gust-factors.json",
      "description": "Gust factor analysis per station with extreme events"
    },
    {
      "endpoint": "methods.json",
      "url": "https://johngavin.github.io/irishbuoys/api/v1/methods.json",
      "description": "Statistical methods documentation: thresholds, formulas, references"
    }
  ]
}
