I would like to create a dashboard that shows a rain forecast radar and the local river level from a public API.
The data retrieved from the API is {"info":{"name":"Skenfrith","watercourse":"Monnow"},"levels":[{"record_date":"2020-10-03","max_level":"1.849","min_level":"1.102","avg_level":"1.446"}]}
Is there a way of creating a virtual device to store these attributes or would this require coding? (The last time I coded was 35 yrs ago, so I'm rusty to say the least!)
I also have the ability to get a variable number of days data from the same API, I assume that Arrays aren't supported without coding but thought I would ask.
But I believe that that is for the US only, I'm UK based... I have the weather radar sorted just trying to get the river levels into HE using the UK government public API.