UnifyAPI
← Back to catalog

chesscom.titled_players

mock data$0.001 / call

Chess.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.

Games & Entertainmentprovider: Chesscom#chesscom#games

Input schema

titlerequired

Official 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.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.