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 Games API

Daily, live, and archived games (JSON and PGN)

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

Games 5

Daily, live, and archived games (JSON and PGN)

GET
/player/{username}/games
Get Player Current Daily Games
getPlayerCurrentGames 1 param → 200
GET
/player/{username}/games/to-move
Get Player Games To Move
getPlayerGamesToMove 1 param → 200
GET
/player/{username}/games/archives
List Player Game Archives
listPlayerArchives 1 param → 200
GET
/player/{username}/games/{year}/{month}
Get Player Monthly Archive
getPlayerMonthlyArchive 3 params → 200
GET
/player/{username}/games/{year}/{month}/pgn
Get Player Monthly Archive PGN
getPlayerMonthlyArchivePgn 3 params → 200

Schemas 2

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

Game
object
10 properties
GamePlayer
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Chess.com publishes across the network.

Chess.com Clubs API
Chess.com Countries 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