| 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 measure point |
| name | string | max. 255 chars | name of meteolocation |
| sortKey | int | any valid value | sort key |
| translation | object | translation | name translations |
| coords | object | coords | coordinates |
| temperature | int | any valid value | temperature in °C |
| windforce | int | any valid value | windspeed in km/h |
| winddir | int | 0-360 | winddirection in degrees |
| windchill | int | any valid value | windchill in °C |
| humidity | int | 0-100 | humidity in % |
| pressure | int | any valid value | pressure in hPa |
| rain24h | int | any valid value | rain in the last 24 hours [mm] |
| cloudbase | int | 0-100 | cloudbase in % |
| measuredAt | datetime | Y-m-d H:i:s | date of 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) |