← Underrättelsekombinationer

Klimatrisk för fastigheter

GET /mashup/climate/risk

Klimatresiliensvärde för fastighet: kombinerar seismisk historik, höjd (översvämningsrisk), luftkvalitet och marina förhållanden till en sammansatt riskbedömning med värden för seismiska faktorer, översvämningsfaktorer och luftkvalitetsfaktorer.

Parametrar

lat obligatorisk

Latitude

lon obligatorisk

Longitude

Exempelförfrågningar

Grundläggande användning
curl "https://nordapi.ee/api/v1/mashup/climate/risk?lat=59.4&lon=24.7"

Livesvar

{
  "assessment": "Moderate risk — standard precautions apply",
  "current_conditions": {
    "air_quality": {
      "current": {
        "carbon_monoxide": 156.0,
        "european_aqi": 26,
        "interval": 3600,
        "nitrogen_dioxide": 14.2,
        "ozone": 64.0,
        "pm10": 13.0,
        "pm2_5": 8.9,
        "sulphur_dioxide": 0.7,
        "time": "2026-05-21T20:00",
        "us_aqi": 35
      },
      "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.5347728729248047,
      "latitude": 59.4,
      "longitude": 24.7,
      "timezone": "GMT",
      "timezone_abbreviation": "GMT",
      "utc_offset_seconds": 0
    },
    "marine": {
      "current": {
        "interval": 900,
        "swell_wave_direction": 268,
        "swell_wave_height": 0.04,
        "swell_wave_period": 2.6,
        "time": "2026-05-21T23:15",
        "wave_direction": 275,
        "wave_height": 0.06,
        "wave_period": 2.75,
        "wind_wave_height": 0.0
      },
      "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.3184080123901367,
      "latitude": 59.541664,
      "longitude": 24.708344,
      "timezone": "Europe/Tallinn",
      "timezone_abbreviation": "GMT+3",
      "utc_offset_seconds": 10800
    },
    "weather": {
      "current": {
        "apparent_temperature": 13.5,
        "cloud_cover": 100,
        "interval": 900,
        "precipitation": 0.0,
        "relative_humidity_2m": 83,
        "temperature_2m": 13.5,
        "time": "2026-05-21T23:15",
        "weather_code": 3,
        "wind_direction_10m": 316,
        "wind_speed_10m": 1.8
      },
      "current_units": {
        "apparent_temperature": "°C",
        "cloud_cover": "%",
        "interval": "seconds",
        "precipitation": "mm",
        "relative_humidity_2m": "%",
        "temperature_2m": "°C",
        "time": "iso8601",
        "weather_code": "wmo code",
        "wind_direction_10m": "°",
        "wind_speed_10m": "km/h"
      },
      "elevation": 30.0,
      "generationtime_ms": 0.12278556823730469,
      "latitude": 59.399193,
      "longitude": 24.691467,
      "timezone": "Europe/Tallinn",
      "timezone_abbreviation": "GMT+3",
      "utc_offset_seconds": 10800
    }
  },
  "generated_at": "2026-05-21T20:22:44.151842Z",
  "location": {
    "elevation_m": 31.0,
    "latitude": 59.4,
    "longitude": 24.7
  },
  "risk_score": 7.7,
  "scores": {
    "air_quality": 5,
    "flood": 8,
    "seismic": 10
  },
  "seismic": {
    "max_magnitude": 0,
    "recent_quakes": 0
  },
  "success": true,
  "urbanization": {
    "aurora_suitability": "fair",
    "bortle_class": 6,
    "bortle_description": "Bright suburban sky. Milky Way only visible near zenith. Sky glow extends to 35° above horizon.",
    "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.4,
    "longitude": 24.7,
    "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": "200+",
    "nearby_population": {
      "nearby_cities": [
        {
          "country": "",
          "distance_km": 0.0,
          "name": "nearby city",
          "population": 450000
        }
      ],
      "nearest_city": "nearby city",
      "nearest_distance_km": 0.0,
      "total_population": 450000,
      "weighted_population": 450000
    },
    "recommendations": [
      "Drive 30-60 minutes away from the city for significantly darker skies"
    ],
    "sky_quality": "poor",
    "sqm_estimate": 18.94
  }
}