GET /mashup/location
Umfassendes Standortprofil: kombiniert Wetter, Luftqualität, Höhe, Lichtverschmutzung, nahegelegene Erdbeben und Zeitzone in einem einzigen Standortbericht.
lat
erforderlich
Latitude
lon
erforderlich
Longitude
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
lat |
Ja | - | Latitude |
lon |
Ja | - | Longitude |
curl "https://nordapi.ee/api/v1/mashup/location?lat=59.4&lon=24.7"
{
"air_quality": {
"european_aqi": 36,
"pm10": 9.8,
"pm2_5": 8.7,
"us_aqi": 44
},
"light_pollution": {
"aurora_suitability": "fair",
"bortle_class": 6
},
"location": {
"latitude": 59.4,
"longitude": 24.7
},
"marine": {
"current": {
"interval": 900,
"swell_wave_direction": 296,
"swell_wave_height": 0.16,
"swell_wave_period": 2.55,
"time": "2026-05-22T20:30",
"wave_direction": 274,
"wave_height": 0.28,
"wave_period": 2.45,
"wind_wave_height": 0.24
},
"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.17130374908447266,
"latitude": 59.541664,
"longitude": 24.708344,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
},
"scores": {
"air_quality": 9.0,
"dark_sky": 5.0,
"seismic_safety": 10.0,
"weather_comfort": 6.0
},
"seismic": {
"earthquakes_within_300km": 0,
"recent": []
},
"success": true,
"sun": {
"astronomical_twilight_begin": "1970-01-01T00:00:01+00:00",
"astronomical_twilight_end": "1970-01-01T00:00:01+00:00",
"civil_twilight_begin": "2026-05-22T00:25:28+00:00",
"civil_twilight_end": "2026-05-22T20:10:17+00:00",
"day_length": 63391,
"nautical_twilight_begin": "1970-01-01T00:00:01+00:00",
"nautical_twilight_end": "1970-01-01T00:00:01+00:00",
"solar_noon": "2026-05-22T10:17:53+00:00",
"sunrise": "2026-05-22T01:29:37+00:00",
"sunset": "2026-05-22T19:06:08+00:00"
},
"timezone": {
"date": "05/22/2026",
"datetime": "2026-05-22T20:30:40.0968643",
"day_of_week": "Friday",
"time": "20:30",
"timezone": "Europe/Tallinn",
"utc_offset": null
},
"weather": {
"current": {
"cloud_cover": 76,
"humidity": 81,
"temperature_c": 13.8,
"wind_speed_kmh": 14.4
},
"forecast_3day": {
"daily": {
"precipitation_sum": [
0.7,
0.0,
0.5
],
"temperature_2m_max": [
15.0,
22.9,
17.2
],
"temperature_2m_min": [
10.3,
10.1,
13.8
],
"time": [
"2026-05-22",
"2026-05-23",
"2026-05-24"
],
"weather_code": [
51,
3,
51
],
"wind_speed_10m_max": [
15.8,
20.2,
28.4
]
},
"daily_units": {
"precipitation_sum": "mm",
"temperature_2m_max": "°C",
"temperature_2m_min": "°C",
"time": "iso8601",
"weather_code": "wmo code",
"wind_speed_10m_max": "km/h"
},
"elevation": 30.0,
"generationtime_ms": 37.24169731140137,
"latitude": 59.399193,
"longitude": 24.691467,
"timezone": "Europe/Tallinn",
"timezone_abbreviation": "GMT+3",
"utc_offset_seconds": 10800
}
}
}