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": 997.2,
"air_temperature": 5.1,
"latitude": 59.398122222355134,
"longitude": 24.602891666624284,
"name": "Tallinn-Harku",
"phenomenon": "Light shower",
"precipitations": 0.0,
"relative_humidity": 91.0,
"uv_index": 0.0,
"visibility": 35.0,
"water_level": null,
"water_temperature": null,
"wind_direction": 183,
"wind_speed": 4.5,
"wind_speed_max": 7.7,
"wmocode": "26038"
},
"success": true
}