Shows empty list for me as well. Bug.
404 error on member games endpoint

@Martin_Stahl check the first link. There's at least an inconsistency between the web page and the endpoint here.

@Martin_Stahl check the first link. There's at least an inconsistency between the web page and the endpoint here.
No, that endpoint is not a Daily games endpoint but for Daily team matches
Player Matches
Description: List of Team matches the player has attended, is partecipating or is currently registered.
URL pattern: https://api.chess.com/pub/player/{username}/matches

But something must have changed, since the behaviour changed between yesterday and today. I'll dig and find a workaround.

Don't mean to nitpick but 'partecipating'?!
https://www.chess.com/news/view/published-data-api#pubapi-endpoint-player-matches
Description: List of Team matches the player has attended, is partecipating or is currently registered.
It's participating.
I'm running a script that was working fine just yesterday, but today it blocks trying to get the games from this player:
https://www.chess.com/stats/daily/chess/eddierapster
Here we see there's some daily games that should be at least in the "finished", yet the API returns an empty list:
https://api.chess.com/pub/player/eddierapster/matches
Any clue what happens here?