I'm using rotten tomatoes API and when I try to get movie information sometimes it returns me normal json as it suppose to, but there are movies in which case it returns something like this
���������[o7���+|�Y��,��nhҠMQ�!p�#--.� ��U����������A�����̙�߽��׃�J\M���(���:W�k���F���
And so on...
I use php to do request, tried to do it with file_get_contents
and CURL, result is the same. What it can be?