Je kan een lijst opvragen van jouw weerstations met het volgende endpoint
curl -H "Authorization: Bearer {token}" https://skyz.be/api/v1/pws/list
Deze lijst bevat de volgende informatie:
[
...
{
"id": "99462849-fbf6-4bfc-96a6-396f580446e6",
"name": "Schoonaarde",
"latitude": "51.0000000",
"longitude": "4.0000000",
"last_observation": {
"time": "2023-05-28 13:58:09",
"temperature": "23.3",
"dewpoint": "10.7",
"humidity": "45",
"pressure": "1019.91",
"wind_speed": "24.60",
"wind_direction": "308",
"rainfall": "0.00",
"rainfall_rate": "0.00",
"solar_radiation": "654.62",
"uv_index": "6",
"windchill": "23.3",
"heat_index": "23.3"
},
"country": "be",
},
...
]