Hello. I am trying to make a sports app that gets live scores for college sports. I can’t seem to find a free API for this. My other option is to go to a webpage and get the HTML for the web page. Some thing like this:
This is the website: https://www.espn.com/college-football/team/schedule/_/id/172
This is the website in HTML: view-source:https://www.espn.com/college-football/team/schedule/_/id/172
How to I get the HTML from the website and use it in my thunkable app? I think there is an extension for this but how do I get extensions in Thunkable x?