GET /mashup/aquatic/adventure
Water sports recommendation engine: combines marine data (wave height, temperature), weather (wind, precipitation), and air quality to recommend surfing, sailing, kayaking, swimming, or windsurfing.
lat
required
Latitude
lon
required
Longitude
| Name | Required | Default | Description |
|---|---|---|---|
lat |
Yes | - | Latitude |
lon |
Yes | - | Longitude |
curl "https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7"
{
"air_quality": {
"current": {
"carbon_monoxide": 109.0,
"european_aqi": 28,
"interval": 3600,
"nitrogen_dioxide": 2.2,
"ozone": 69.0,
"pm10": 4.4,
"pm2_5": 3.2,
"sulphur_dioxide": 0.2,
"time": "2026-06-26T14: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.2276897430419922,
"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-06-26T14:02:17.563635Z",
"location": {
"latitude": 59.4,
"longitude": 24.7
},
"marine": {
"current": {
"interval": 900,
"swell_wave_direction": 288,
"swell_wave_height": 0.2,
"swell_wave_period": 3.35,
"time": "2026-06-26T17:00",
"wave_direction": 278,
"wave_height": 0.42,
"wave_period": 3.0,
"wind_wave_height": 0.36
},
"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.2237558364868164,
"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
}
}