GET /estonian-weather/station/:name
按名称(不区分大小写的部分匹配)获取特定爱沙尼亚气象站的当前天气数据。站点包括 Tallinn-Harku、Tartu-Tõravere、Pärnu、Narva、Kuressaare、Võru 等。
curl https://nordapi.ee/api/v1/estonian-weather/station/tallinn
{
"data": {
"air_pressure": 998.3,
"air_temperature": 15.5,
"latitude": 59.398122222355134,
"longitude": 24.602891666624284,
"name": "Tallinn-Harku",
"phenomenon": "Light shower",
"precipitations": 0.0,
"relative_humidity": 93.0,
"uv_index": 0.0,
"visibility": 35.0,
"water_level": null,
"water_temperature": null,
"wind_direction": 291,
"wind_speed": 1.6,
"wind_speed_max": 3.0,
"wmocode": "26038"
},
"success": true
}