I have an API resulting in this data from donetick, this is an attribute on a sensor I've managed to get from NodeRed for context.
I've attached a screenshot of a sort of UI I would like to make but I don't know or if that is even possible ```
- id: 17
name: Put away clothes
due: '2026-01-18T19:00:00Z'
assignee: User1 - id: 15
name: Vaccuum downstairs
due: '2026-02-12T16:00:00Z'
assignee: User2
A perfect scenario would be that I can make a list of cards like the one in my screenshot, each containing the assignee and task and then some buttons I can use to interact with the REST api where I got the data (donetick)
Does anyone know how (and if) I can do this?