Thank you very much. I run and get an error about an empty JSON string.
I tried via ash using
string url = "https://museum.loathers.net/player/215957?_data=routes%2Fplayer.%24id";
buffer out = visit_url(url, false, true);
and the return is of length zero.
The URL works in a browser.
Brute...