Request returns bytes and I’m failing to decode them July 30, 2023 by Tarik Did you try to parse it with the json module? import json parsed = json.loads(response.content)