GET /getpublicdata
Summary: —
Operation ID: getpublicdata
Auth: unknown
Operation ID: getpublicdata
Auth: unknown
Description
Retrieves publicly shared weather data from Outdoor Modules within a predefined area.
Parameters (6)
filter
(boolean, query, optional)
True to exclude stations with abnormal temperature measures. Default is false.
lat_ne
(integer, query, required)
Latitude of the north east corner of the requested area. -85 <= lat_ne <= 85 and lat_ne>lat_sw
lat_sw
(integer, query, required)
Latitude of the south west corner of the requested area. -85 <= lat_sw <= 85
lon_ne
(integer, query, required)
Longitude of the north east corner of the requested area. -180 <= lon_ne <= 180 and lon_ne>lon_sw
lon_sw
(integer, query, required)
Longitude of the south west corner of the requested area. -180 <= lon_sw <= 180
required_data
(array, query, optional)
To filter stations based on relevant measurements you want (e.g. rain will only return stations with rain gauges). Default is no filter. You can find all measurements available on the Thermostat page.
No probe data for this endpoint yet.