GET /mashup/climate/risk
Ejendoms-klimamodstandsscore: kombinerer seismisk historik, højde (oversvømmelsesrisiko), luftkvalitet og marine forhold i en samlet risikovurdering med scores for seismiske, oversvømmelses- og luftkvalitetsfaktorer.
lat
påkrævet
Latitude
lon
påkrævet
Longitude
| Navn | Påkrævet | Standard | Beskrivelse |
|---|---|---|---|
lat |
Ja | - | Latitude |
lon |
Ja | - | Longitude |
curl "https://nordapi.ee/api/v1/mashup/climate/risk?lat=59.4&lon=24.7"
{
"assessment": "Moderate risk — standard precautions apply",
"current_conditions": {
"air_quality": {
"current": {
"carbon_monoxide": 159.0,
"european_aqi": 34,
"interval": 3600,
"nitrogen_dioxide": 3.0,
"ozone": 85.0,
"pm10": 6.6,
"pm2_5": 4.5,
"sulphur_dioxide": 0.5,
"time": "2026-04-05T19:00",
"us_aqi": 37
},
"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.3731250762939453,
"latitude": 59.4,
"longitude": 24.7,
"timezone": "GMT",
"timezone_abbreviation": "GMT",
"utc_offset_seconds": 0
},
"marine": {
"current": {
"interval": 900,
"swell_wave_direction": 263,
"swell_wave_height": 0.26,
"swell_wave_period": 4.1,
"time": "2026-04-05T22:30",
"wave_direction": 222,
"wave_height": 0.48,
"wave_period": 3.15,
"wind_wave_height": 0.4
},
"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.15997886657714844,
"latitude": 59.541664,
"longitude": 24.708344,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
},
"weather": {
"current": {
"apparent_temperature": 0.3,
"cloud_cover": 100,
"interval": 900,
"precipitation": 0.0,
"relative_humidity_2m": 91,
"temperature_2m": 5.6,
"time": "2026-04-05T22:30",
"weather_code": 3,
"wind_direction_10m": 189,
"wind_speed_10m": 27.4
},
"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.4609823226928711,
"latitude": 59.399193,
"longitude": 24.691467,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
},
"generated_at": "2026-04-05T19:34:26.990073Z",
"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
}
}