Aangeboden sinds = offered since
Verkoopdatum = sale date
Looptijd = period of when it is offered vs sold
I want to know how many days there are between the published date vs sold date. (They are formatted as text, not as dates so I dont know how I can minus these from each other.)
Looks like to me you can change the format for all of the different fields in your screen shot…just look to the right and you can see a dropdown for each field
The data you see in small light grey font is just a tip for better human readability.
(Bubble takes 1 object in your JSON and displays its data just for readability.)
This API answer is weird as all field are not consistent. The “value” is sometime a date but sometime a date-period (“2 weken”).
Will this be frequent for you to receive “value” that are not only dates?
Yes, if you change the value in the dropdown from text to date, all returned values will be available as the type of data you set on the dropdown…if value=date and name=text ALL names will be text and ALL values will be dates.
Which would make me assume you are not looking at the same data between the two different URLs.
I would venture to guess the reason why you do not see a value for the date on the Verkoopdatum is because it was not sold and that might be whey the date value is empty.
All bubble does is accept the payload and shows the values that were sent from the API provider…have you checked the database from the API provider to see what is the sold date for Verkoopdatum?