Entity | Type | Values | Description |
---|---|---|---|
count | int | any valid value | number of objects |
items | array | items | items |
Entity | Type | Values | Description |
---|---|---|---|
id | int | any valid value | id of snow measure point |
name | string | max. 255 chars | name of snow measure point |
translation | object | translation | name translations |
coords | object | coords | coordinates |
snowHeight | int | 0-2000 | height of snow in cm |
snowHeightNew | int | 0-100 | height of new snow in cm |
lastSnow | date | YYYY-MM-DD | date of last snowfall |
snowMaking | boolean | true|false | snowmaking in progress |
measuringMethod | int | 0: no info, 1: manual, 2: automatic, 3: slf, 4: estimate | method of snow measurement |
Entity | Type | Values | Description |
---|---|---|---|
de | string | max. 255 chars | german |
fr | string | max. 255 chars | french |
it | string | max. 255 chars | italian |
en | string | max. 255 chars | english |
es | string | max. 255 chars | spanish |
nl | string | max. 255 chars | dutch |
Entity | Type | Values | Description |
---|---|---|---|
latitude | double | any valid value | latitude (WGS84) |
longitude | double | any valid value | longitude (WGS84) |