Here's my code to retrieve the JSON string from the specific API:
RestTemplate restTemplate = new RestTemplate();
String jsonString = restTemplate.getForObject("http://us.turtlepool.space/api/stats", String.class);
It works for several other sites, but on this specific url it just produces:
HH
nTmâÖë«·ó`N¦ò±t'«SÆe÷âb}
ÆùT4;%g#þj*[Ã<«5·Ì
yTÖ%e¸ìhe7Sµ,9\ÇX.æâësR|¼oñÏ1"%ºÄÆE[.w¿bâMm¤d×2¦÷\Ê25´ègj.YÜ£×Uñmég1ÖÕ]Æ_3¼M_7f}ö6|i)ÍTæOÚìmH5ç¤fbáã
ê51
What could be wrong?