GET /estonian-weather/station/:name
Hent aktuelle vejrdata for en specifik estisk vejrstation efter navn (ufølsom for store/små bogstaver, delvis match). Stationer inkluderer Tallinn-Harku, Tartu-Tõravere, Pärnu, Narva, Kuressaare, Võru og flere.
curl https://nordapi.ee/api/v1/estonian-weather/station/tallinn
{
"data": {
"air_pressure": 1020.6,
"air_temperature": 10.6,
"latitude": 59.398122222355134,
"longitude": 24.602891666624284,
"name": "Tallinn-Harku",
"phenomenon": "Cloudy with clear spells",
"precipitations": 0.0,
"relative_humidity": 96.0,
"uv_index": 0.0,
"visibility": 25.0,
"water_level": null,
"water_temperature": null,
"wind_direction": 214,
"wind_speed": 0.4,
"wind_speed_max": 0.8,
"wmocode": "26038"
},
"success": true
}