GET /mashup/aurora/score
获取任何位置的北极光观赏评分,结合实时太空天气数据(Kp 指数、太阳风)、当地天气条件(云量、光污染)和地理纬度。返回 0-100 的综合评分,表示今晚看到北极光的可能性。适用于极光预警应用、北欧地区旅游平台、摄影规划工具和帮助游客安排极光之旅的旅行应用。
lat
可选
Latitude
lon
可选
Longitude
city
可选
City name (alternative to lat/lon)
| 名称 | 必填 | 默认值 | 描述 |
|---|---|---|---|
lat |
否 | - | Latitude |
lon |
否 | - | Longitude |
city |
否 | - | City name (alternative to lat/lon) |
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=tallinn"
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=tallinn"
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=oslo"
curl "https://nordapi.ee/api/v1/mashup/aurora/score?city=reykjavik"
curl "https://nordapi.ee/api/v1/mashup/aurora/score?lat=69.65&lon=18.96"
{
"current_conditions": {
"cloud_cover_pct": 100,
"is_dark": false,
"kp_index": 1.67,
"temperature_c": 12.5
},
"location": {
"latitude": 59.437,
"longitude": 24.7536
},
"scores": {
"cloud_cover": 0.5,
"darkness": 1.0,
"kp_activity": 1.0,
"latitude": 6.0,
"overall": 1.6
},
"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:24:45+00:00",
"civil_twilight_end": "2026-05-22T20:10:34+00:00",
"day_length": 63427,
"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:40+00:00",
"sunrise": "2026-05-22T01:29:06+00:00",
"sunset": "2026-05-22T19:06:13+00:00"
},
"timezone": {
"date": "05/22/2026",
"datetime": "2026-05-22T13:47:55.9776286",
"day_of_week": "Friday",
"time": "13:47",
"timezone": "Europe/Tallinn",
"utc_offset": null
},
"tips": [
"Kp index is low (1.67). Aurora activity is weak.",
"Cloud cover is 100%. Clear skies are needed for viewing.",
"It's not dark enough yet. Best viewing is between 10 PM and 2 AM."
],
"verdict": "Very unlikely to see aurora from this location right now."
}