- json.load() in python under 3.6 doesn't support binary input. - https://docs.python.org/3/whatsnew/3.6.html#json - This way, we let requests to decode the response itself.