← 智能数据整合

水上冒险规划

GET /mashup/aquatic/adventure

水上运动推荐引擎:结合海洋数据(波高、温度)、天气(风力、降水)和空气质量来推荐冲浪、帆船、皮划艇、游泳或风帆冲浪。

参数

lat 必填

Latitude

lon 必填

Longitude

请求示例

基本用法
curl "https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7"

实时响应

{
  "air_quality": {
    "current": {
      "carbon_monoxide": 150.0,
      "european_aqi": 27,
      "interval": 3600,
      "nitrogen_dioxide": 13.0,
      "ozone": 68.0,
      "pm10": 6.9,
      "pm2_5": 5.3,
      "sulphur_dioxide": 0.8,
      "time": "2026-05-22T08:00",
      "us_aqi": 29
    },
    "current_units": {
      "carbon_monoxide": "μg/m³",
      "european_aqi": "EAQI",
      "interval": "seconds",
      "nitrogen_dioxide": "μg/m³",
      "ozone": "μg/m³",
      "pm10": "μg/m³",
      "pm2_5": "μg/m³",
      "sulphur_dioxide": "μg/m³",
      "time": "iso8601",
      "us_aqi": "USAQI"
    },
    "elevation": 30.0,
    "generationtime_ms": 0.6542205810546875,
    "latitude": 59.4,
    "longitude": 24.7,
    "timezone": "GMT",
    "timezone_abbreviation": "GMT",
    "utc_offset_seconds": 0
  },
  "conditions_summary": "Conditions suitable for water activities",
  "generated_at": "2026-05-22T08:39:37.560885Z",
  "location": {
    "latitude": 59.4,
    "longitude": 24.7
  },
  "marine": {
    "current": {
      "interval": 900,
      "swell_wave_direction": 324,
      "swell_wave_height": 0.04,
      "swell_wave_period": 1.8,
      "time": "2026-05-22T11:30",
      "wave_direction": 289,
      "wave_height": 0.1,
      "wave_period": 2.2,
      "wind_wave_height": 0.08
    },
    "current_units": {
      "interval": "seconds",
      "swell_wave_direction": "°",
      "swell_wave_height": "m",
      "swell_wave_period": "s",
      "time": "iso8601",
      "wave_direction": "°",
      "wave_height": "m",
      "wave_period": "s",
      "wind_wave_height": "m"
    },
    "elevation": 30.0,
    "generationtime_ms": 0.1424551010131836,
    "latitude": 59.541664,
    "longitude": 24.708344,
    "timezone": "Europe/Tallinn",
    "timezone_abbreviation": "GMT+3",
    "utc_offset_seconds": 10800
  },
  "recommended_activities": [],
  "success": true,
  "weather": {
    "temperature": null,
    "wind_speed": null
  }
}