Skip to main content

HTTP API

Wind data is available in JSON format at the following endpoint: http://WINDNERD_ONE_IP/station-info

This endpoint is always accessible, even if a password has been set for the local configuration webpage.

{
"instant_wind_speed": 0,
"instant_wind_dir": 256,
"wind_avg": 43,
"wind_max": 261,
"wind_min": 0,
"wind_dir": 255,
"unit": "cm/s"
}

The average, minimum, and maximum wind values reflect the past 10 minutes and are updated once per minute. Instantaneous wind readings are refreshed every 3 seconds.