Did you see my comment in Notes? I might s well copy it here....
Anyone suddenly getting 403 (Access forbidden) response codes when trying to access endpoints they've used many times before? I can download the club/matches for my HQ club in a browser window: https://api.chess.com/pub/club/knockout-hq/matches ..but I can't call the endpoint as I normally do using the Python Requests function. Has something changed?
Hello!
I have been using this endpoint: https://api.chess.com/pub/player/{user} to get info of a user. The endpoint works well in the navigator, but fails with Error 403 in my python code. What is wrong? Is this related with the OAuth 2.0 topic?