WEBSERVICE not working with a specific website

I’m using LibreOffice v24.8 for Windows 64bit. I would like to make a spreadsheet for a game I play, and having the ability to import information from the wiki automatically would be amazing, as if I share this sheet the other users won’t have to manually add the new game sets.

The site is https://pocketfrogs.fandom.com/wiki/Weekly_Sets, and I can’t get it to function. Typing =WEBSERVICE("https://pocketfrogs.fandom.com/wiki/Weekly_Sets") into a cell returns the #VALUE! error. I’ve also tried pointing it to the page’s source and telling it to fetch info with FILTERXML. Same error. I’ve tried troubleshooting this issue, and some of the example sites I’ve seen work fine:
=WEBSERVICE("wiki.documentfoundation.org/api.php?hidebots=1&days=7&limit=50&action=feedrecentchanges&feedformat=rss") Looks broken in a browser, but successfully returns info when put in a cell.

Is the problem just that Fandom doesn’t like Calc trying to access it? And is there any workaround I can use to get info off that page and into my sheet automatically for any future end-users?

It works for me.

Is =WEBSERVICE("https://pocketfrogs.fandom.com/wiki/Weekly_Sets") the only thing you have in the cell or is that part of a larger formula?

And works for me.
=WEBSERVICE("https://pocketfrogs.fandom.com/wiki/Weekly_Sets")

I don’t know what changed. I tried that website a few dozen times in many different ways, I went through all the settings, I saved and quit multiple times, I even deleted the document and started over at one point.
I boot it up this morning and enter in the website again, and it immediately works. What the heck? Thanks anyway! I appreciate the effort

Web sites sometimes have strange opinions about what clients (i.e. user agent strings) are allowed to access their content. It might have happened that once they blocked unknown or specific agents and now they don’t.