What if we make a section in puzzles for people who want to do puzzles for cm,nm,fm,im, and gm and have a complete rating just for those puzzles and we could call it master puzzles
Avatar of Dimitrios-M-Chess960
Dimitrios-M-Chess960 Feb 4, 2026
im getting this error on some requests for the stats endpoint{"code": 0,"message": "An internal error has occurred. Please contact Chess.com Developer's Forum for further help https://www.chess.com/club/chess-com-developer-community ."}my own account's stats request doesnt work. i've also tried it with hikaru, gothamchess and annacramling out of which only https://api.chess.com/pub/player/gothamchess/stats worked
Avatar of Tricky_Dicky
Tricky_Dicky Feb 4, 2026
  Hi everyone, I built a project which lets you showcase your chess skills anywhere. I originally intended to make a GitHub README widget but this can be used anywhere like your portfolio, blog, mobile app etc. It displays your profile as a card/widget with live stats, league etc. I have also included some basic theming options which I am working on expanding You can check it out here: https://github.com/Sriram-bb63/chess.com-profile-widget Technical detail - You can treat it like an API, make a GET request to receive a fully self contained SVG to embed anywhere you like. You will need to input your username and optionally a theme name as URL params. The stats have 1h cache for performance reasons and based on feedback I may or may not make it realtime. Feel free to contribute as I want to keep this as an open source project
Avatar of RonaldoCr7009
RonaldoCr7009 Feb 2, 2026
The club's webpage is fine... Beautiful Zimbabwe: https://www.chess.com/club/beautiful-zimbabwe The club's endpoint seems alright when opened in Chrome... https://api.chess.com/pub/club/beautiful-zimbabwe But when I try to download the same endpoint via Python Requests, I get this... Status: 410 (Gone) Any suggestions?
Avatar of stephen_33
stephen_33 Feb 1, 2026
Starting about a week ago, I’ve noticed a significant delay in the Pub Player Games endpoint returning newly completed games. Previously, this endpoint appeared to update immediately after a game finished. For example, at the time of writing, Denis Lazavik has completed a game that is visible on his member page: https://www.chess.com/member/denlaz However, that same game does not appear in the API endpoint for his profile:https://api.chess.com/pub/player/denlaz/games/2026/01 In many cases, it takes a long time (sometimes over an hour) for completed games to show up in the API response. I understand that the API is not currently under active development, but my app depends on completed games appearing as close to real time as possible like it had been before. I wanted to ask for clarification on whether: - this delay is a known issue that is being investigated or mitigated, or- this is expected behavior going forward and something I will have to deal withAny insight would be greatly appreciated!
Avatar of Martin_Stahl
Martin_Stahl Jan 29, 2026
The following users exist but there is an error looking them up in the public API: https://www.chess.com/member/biga12031963https://api.chess.com/pub/player/biga12031963 https://www.chess.com/member/big7slickhttps://api.chess.com/pub/player/big7slick
Hello all, I had the fun to find an HTTP error code unknown to me when trying to access that datapoint: https://api.chess.com/pub/match/1794360 {"code":1040,"message":"An internal error has occurred. Please contact Chess.com Developer's Forum for further help https://www.chess.com/club/chess-com-developer-community ."} The web page is fine though: https://www.chess.com/club/matches/1794360 Is it going to self-fix? Thanks.
It can't qualify as cheating - or can it? I think such a tool could be present a great learning opportunity as you'd get instant feedback on your mistakes.At the same time, I recognize that when we take that ability up to some depth of the game, that same feedback might give useful information, in terms of helping decide next mvoes, so I'm torn on this matter.Can anyone give some opinions on this? And, would one be allowed to monetize, byChess.com standards?Thanks
Avatar of tobias_true
tobias_true Jan 14, 2026
Is there any way to get bughouse games of a player from this api since it seems to return everything but bughouse games with normal endpoints
I recently submitted my request for OAuth access so I can implement a sign in with chess.com button on my web app. I've read different information about the amount of time it can take to get approved. Would really like to get it asap. Is there any way to expedite the approval process? Thank you. 
Avatar of ImperfectAge
ImperfectAge Jan 11, 2026
Hello! I recently published my first blog article where I tested several free and useful chess analysis tools, developed by members of this community. I’d really appreciate any thoughts or suggestions.Article: https://www.chess.com/blog/Gaby13132/free-chess-tools-for-analyzing-your-games 
Avatar of 2k11dentusapa
2k11dentusapa Jan 10, 2026
https://www.chess.com/forum/view/help-support/is-this-user-script-allowed-i-made?page=1#last_comment
Avatar of Martin_Stahl
Martin_Stahl Jan 7, 2026
https://api.chess.com/pub/club/team-colombia Broken I think... {"code":3024,"message":"An internal error has occurred. Please contact Chess.com Developer's Forum for further help https://www.chess.com/club/chess-com-developer-community ."}
Avatar of stephen_33
stephen_33 Jan 6, 2026
This member game archive endpoint fails on a regular basis. Assume because of the number of games. Sometimes refreshes after a time. This error now for over 48 hours @maska_x https://api.chess.com/pub/player/maska_x/matches  {"status":"error","message":"Internal Server Error"}
Avatar of Tricky_Dicky
Tricky_Dicky Jan 1, 2026
This match shows as complete, with Team Ireland winning with 14.5 to 11.5 points, but there's a few problems https://www.chess.com/club/matches/1849253/games Apart from still having one game in progress, board 13 on the website shows only 1 game, as a draw, this: https://www.chess.com/game/daily/877132717 But the API (https://api.chess.com/pub/match/1849253) returns a 'board' with 2 different games both won by the Ireland player @shillmecrypto: Board https://api.chess.com/pub/match/1849253/13 Games  https://www.chess.com/game/daily/875083045 https://www.chess.com/game/daily/875083043
Hi, I'm developing a chess analysis tool () and encountering issues with the /games/archives endpoint. **Problem 1 - Archives list returns internal error:**For user "danipues", the archives endpoint fails completely: GET https://api.chess.com/pub/player/danipues→ 200 OK (player_id: 219656345, account exists) GET https://api.chess.com/pub/player/danipues/games/archives→ {"code":0,"message":"An internal error has occurred..."} User has 2735 total games but cannot retrieve any archives. **Problem 2 - Individual month archives return internal error:**For user "rujinik", the archives list works but accessing recent months fails: GET https://api.chess.com/pub/player/rujinik/games/archives→ 200 OK (returns full list including 2025/01 through 2025/12) GET https://api.chess.com/pub/player/rujinik/games/2025/12→ {"code":0,"message":"An internal error has occurred..."} The archives list includes recent months, but fetching the actual games returns internal error. **Additional info:**- Both issues reproducible via curl from multiple servers/IPs- Other users work fine (., hikaru, magnuscarlsen)- Older months for "rujinik" (., 2022/09) work correctly Is this a known issue? Any insight into what causes this for specific accounts? Thanks!
Avatar of Martin_Stahl
Martin_Stahl Dec 19, 2025
Still getting errors in match endpoints but seems to be resticted to recent matches. Started following the web site ceash earlier today. All these opened in late November. Earlier matches seem to be OK     https://api.chess.com/pub/match/1834570   https://api.chess.com/pub/match/1834572   https://api.chess.com/pub/match/1834704   https://api.chess.com/pub/match/1834574   https://api.chess.com/pub/match/1834576   https://api.chess.com/pub/match/1841323   https://api.chess.com/pub/match/1834584   https://api.chess.com/pub/match/1834744   https://api.chess.com/pub/match/1837108   https://api.chess.com/pub/match/1834580   https://api.chess.com/pub/match/1834578   https://api.chess.com/pub/match/1834582   https://api.chess.com/pub/match/1834626   https://api.chess.com/pub/match/1834834   https://api.chess.com/pub/match/1834620   https://api.chess.com/pub/match/1873839   https://api.chess.com/pub/match/1857167   https://api.chess.com/pub/match/1841252   https://api.chess.com/pub/match/1882549   https://api.chess.com/pub/match/1857035   https://api.chess.com/pub/match/1874817   https://api.chess.com/pub/match/1867299   https://api.chess.com/pub/match/1877527   https://api.chess.com/pub/match/1877617   https://api.chess.com/pub/match/1877633 OK https://api.chess.com/pub/match/1877405 OK
Avatar of Tricky_Dicky
Tricky_Dicky Dec 19, 2025
Admins