← Back to catalog
chesscom.titled_players
mock data$0.001 / callChess.com Titled Players List
List all titled players on Chess.com by title (GM, WGM, IM, WIM, FM, WFM, NM, WNM, CM, WCM). Returns array of usernames.
Input schema
titlerequired
stringOfficial chess title to filter by. GM = Grandmaster, WGM = Woman Grandmaster, IM = International Master, WIM = Woman International Master, FM = FIDE Master, WFM = Woman FIDE Master, NM = National Master, WNM = Woman National Master, CM = Candidate Master, WCM = Woman Candidate Master.
Call via REST
curl -X POST https://unifyapi.pro/api/call/chesscom.titled_players \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"title":"<title>"}'