WeatherAPI · Example Payload

Weatherapi Marine Hour Example

WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIs

Weatherapi Marine Hour Example is an example object payload from WeatherAPI, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sig_ht_mtswell_ht_mtswell_ht_ftswell_dirswell_dir_16_pointswell_period_secswater_temp_cwater_temp_f

Example Payload

Raw ↑
{
  "sig_ht_mt": 1.0,
  "swell_ht_mt": 0.8,
  "swell_ht_ft": 0.8,
  "swell_dir": 0.8,
  "swell_dir_16_point": "sample value",
  "swell_period_secs": 0.8,
  "water_temp_c": 18.5,
  "water_temp_f": 65.3
}