I have a .json url that gets updated name / scores, i would like to import that into the page so i can modify the look and feel of the content that is brought in by the json url. I’ve watched the xtheme tutorial videos on loopers but im having trouble making it work with the .json url. im not sure if there is another way around this or if im doing something wrong?
Here is the JSON url - https://pinballwizards.us/ttd/scores.json
Here is the text version - https://pinballwizards.us/ttd/vpinhub.txt
The main details I want to pull are ‘name’ ‘score’ ‘game’
And as those change on that URL it would auto update on my site.
I can manually paste the JSON info from that URL and then use a looper consumer to show the ‘name’ ‘score’ etc. but that is static and i need it to be dynamic.