I'm pretty aware of the Same Origin Policy, but the point is, what I want to access does not include JavaScript tags, Head tags or anything of that sort.
What I want to have access to, is something similar to this page. (It's not exactly this page, but a standing table for another league)
I want to use the online status of the teams for a local file and customize the table,(Including its translation to my mother language) so 'iframing' won't do the trick.
I'm pretty aware that I cannot fetch the data using the simple import methods that you use for importing data from the same domain, and it is not 'the same domain'. So I'll have security and SOP issues.
But I wondered if there's an API or method for fetching data that is not risky to fetch for the clients and Google.
Thanks in advance.