← Estland

Estisk vejrstation

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.

Eksempelforespørgsler

Grundlæggende brug
curl https://nordapi.ee/api/v1/estonian-weather/station/tallinn

Livesvar

{
  "data": {
    "air_pressure": 996.4,
    "air_temperature": 5.1,
    "latitude": 59.398122222355134,
    "longitude": 24.602891666624284,
    "name": "Tallinn-Harku",
    "phenomenon": "Cloudy with clear spells",
    "precipitations": 0.5,
    "relative_humidity": 90.0,
    "uv_index": 0.0,
    "visibility": 35.0,
    "water_level": null,
    "water_temperature": null,
    "wind_direction": 193,
    "wind_speed": 3.4,
    "wind_speed_max": 6.7,
    "wmocode": "26038"
  },
  "success": true
}