Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Chess.com Clubs API

Club profiles, members, and team matches

Chess.com Clubs API is one of 10 APIs that Chess.com publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 3 JSON Schema definitions.

Tagged areas include Clubs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 3 JSON Schemas.

This API exposes 5 operations across 5 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 2026-05-25.

Requests are made against a single base URL, https://api.chess.com/pub.

5 operations 5 paths 2 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2026-05-25
Base URL
https://api.chess.com/pub/
Resource Areas
1

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Clubs 5

Club profiles, members, and team matches

GET
/player/{username}/clubs
Get Player Club Memberships
getPlayerClubs 1 param → 200
GET
/club/{url-ID}
Get Club Profile
getClub 1 param → 200
GET
/club/{url-ID}/members
Get Club Members
getClubMembers 1 param → 200
GET
/club/{url-ID}/matches
Get Club Matches
getClubMatches 1 param → 200
GET
/country/{iso}/clubs
List Clubs By Country
listCountryClubs 1 param → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Club (12 properties), ClubMember (2 properties). Each schema is shown below with its type and property counts.

ClubMember
object
2 properties
Club
object
12 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chess-com-clubs-api-openapi.yml Raw ↑

Other APIs Chess.com publishes across the network.

Chess.com Countries API
Chess.com Games API
Chess.com Leaderboards API
Chess.com Matches API
Chess.com Players API
Chess.com Puzzles API
Chess.com Streamers API
Chess.com Titled Players API
Chess.com Tournaments API