← Intelligenz-Mashups

Outdoor-Aktivitätenplaner

GET /mashup/outdoor/planner

Umfassende outdoor activity assessment for any location. Kombiniert Echtzeit weather, Luftqualität, elevation, light pollution, nearby seismic activity, marine conditions, und sunrise/sunset into an overall outdoor score with personalized activity suggestions (hiking, cycling, stargazing, etc.).

Parameter

lat erforderlich

Latitude

lon erforderlich

Longitude

Beispielanfragen

Grundlegende Verwendung
curl "https://nordapi.ee/api/v1/mashup/outdoor/planner?lat=59.91&lon=10.75"

Live-Antwort

{
  "current_conditions": {
    "air_quality": {
      "european_aqi": 18,
      "pm10": 13.0,
      "pm2_5": 7.3,
      "us_aqi": 37
    },
    "sun": {
      "astronomical_twilight_begin": "2026-04-09T01:23:43+00:00",
      "astronomical_twilight_end": "2026-04-09T21:13:26+00:00",
      "civil_twilight_begin": "2026-04-09T03:33:23+00:00",
      "civil_twilight_end": "2026-04-09T19:03:46+00:00",
      "day_length": 50755,
      "nautical_twilight_begin": "2026-04-09T02:36:05+00:00",
      "nautical_twilight_end": "2026-04-09T20:01:04+00:00",
      "solar_noon": "2026-04-09T11:18:34+00:00",
      "sunrise": "2026-04-09T04:15:37+00:00",
      "sunset": "2026-04-09T18:21:32+00:00"
    },
    "weather": {
      "humidity": 70,
      "temperature_c": 8.7,
      "wind_speed_kmh": 4.7
    }
  },
  "generated_at": "2026-04-09T08:32:42.578152Z",
  "light_pollution": {
    "aurora_suitability": "poor",
    "bortle_class": 7,
    "bortle_description": "Suburban/urban transition. Milky Way invisible. Sky has a greyish-white hue.",
    "disclaimer": "This is an estimate based on nearby population density, not satellite measurements. Actual light pollution may vary due to terrain, local lighting, and atmospheric conditions.",
    "latitude": 59.91,
    "longitude": 10.75,
    "methodology": "Bortle class estimated from weighted population within 100km. Closer cities contribute more. Accurate for major cities and remote areas; less precise for suburbs and small towns.",
    "naked_eye_stars": "100+",
    "nearby_population": {
      "nearby_cities": [
        {
          "country": "",
          "distance_km": 0.0,
          "name": "nearby city",
          "population": 700000
        }
      ],
      "nearest_city": "nearby city",
      "nearest_distance_km": 0.0,
      "total_population": 700000,
      "weighted_population": 700000
    },
    "recommendations": [
      "Drive 30-60 minutes away from the city for significantly darker skies",
      "Urban light pollution makes stargazing very difficult from this location"
    ],
    "sky_quality": "bad",
    "sqm_estimate": 18.38
  },
  "location": {
    "elevation_m": 11.0,
    "latitude": 59.91,
    "longitude": 10.75
  },
  "marine": {
    "current": {
      "interval": 900,
      "swell_wave_direction": null,
      "swell_wave_height": null,
      "swell_wave_period": null,
      "time": "2026-04-09T10:30",
      "wave_direction": null,
      "wave_height": null,
      "wave_period": null,
      "wind_wave_height": null
    },
    "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": 9.0,
    "generationtime_ms": 0.2390146255493164,
    "latitude": 59.875008,
    "longitude": 10.7083435,
    "timezone": "Europe/Oslo",
    "timezone_abbreviation": "GMT+2",
    "utc_offset_seconds": 7200
  },
  "nearby_seismic": null,
  "outdoor_score": {
    "air_quality": 9.0,
    "overall": 7.7,
    "temperature": 4.0,
    "verdict": "Good conditions, enjoy the outdoors",
    "wind": 10.0
  },
  "success": true,
  "suggested_activities": [
    "outdoor yoga"
  ]
}