← Viro

Viron sääasema

GET /estonian-weather/station/:name

Hae current weather data for a specific Estonian weather station by name (case-insensitive partial match). Stations include Tallinn-Harku, Tartu-Tõravere, Pärnu, Narva, Kuressaare, Võru, ja paljon muuta.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/estonian-weather/station/tallinn

Reaaliaikainen vastaus

{
  "data": {
    "air_pressure": 995.6,
    "air_temperature": 4.5,
    "latitude": 59.398122222355134,
    "longitude": 24.602891666624284,
    "name": "Tallinn-Harku",
    "phenomenon": "Variable clouds",
    "precipitations": 0.0,
    "relative_humidity": 86.0,
    "uv_index": 0.0,
    "visibility": 34.0,
    "water_level": null,
    "water_temperature": null,
    "wind_direction": 184,
    "wind_speed": 3.7,
    "wind_speed_max": 6.3,
    "wmocode": "26038"
  },
  "success": true
}