GET /mashup/aquatic/adventure
Motor de recomendación de deportes acuáticos: combina datos marinos (altura del oleaje, temperatura), clima (viento, precipitación) y calidad del aire para recomendar surf, vela, kayak, natación o windsurf.
lat
requerido
Latitude
lon
requerido
Longitude
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
lat |
Si | - | Latitude |
lon |
Si | - | Longitude |
curl "https://nordapi.ee/api/v1/mashup/aquatic/adventure?lat=59.4&lon=24.7"
{
"air_quality": {
"current": {
"carbon_monoxide": 98.0,
"european_aqi": 21,
"interval": 3600,
"nitrogen_dioxide": 2.9,
"ozone": 52.0,
"pm10": 3.3,
"pm2_5": 1.9,
"sulphur_dioxide": 0.3,
"time": "2026-07-06T21:00",
"us_aqi": 27
},
"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.27680397033691406,
"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-07-06T21:59:35.213792Z",
"location": {
"latitude": 59.4,
"longitude": 24.7
},
"marine": {
"current": {
"interval": 900,
"swell_wave_direction": 278,
"swell_wave_height": 0.64,
"swell_wave_period": 4.1,
"time": "2026-07-07T00:45",
"wave_direction": 277,
"wave_height": 0.66,
"wave_period": 4.8,
"wind_wave_height": 0.1
},
"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.4285573959350586,
"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
}
}