Hello everyone, please help how to make the browser read some information on the site, let's say such information is displayed when opening a link with an API key
{"money":264.44,"currency":"RUB","success":true}
I just took the base link on the site and added my KEY API and when I enter this entire link into the browser, I get a line like this in Construct 2 so that for example the variable money is updated every 5 seconds and takes only money using the link, that is, the number 264.44?
Thanks