Chess.com · Example Payload

Chess Com Get Monthly Archive Example

ChessGamingOnline GamesSportsCommunityEducation

Chess Com Get Monthly Archive Example is an example object payload from Chess.com, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.chess.com/pub/player/hikaru/games/2026/04",
    "headers": {
      "User-Agent": "api-evangelist/chess-com (info@apievangelist.com)",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "games": [
        {
          "url": "https://www.chess.com/game/live/0123456789",
          "pgn": "[Event \"Live Chess\"]\n[Site \"Chess.com\"]\n[Date \"2026.04.02\"]\n[Round \"-\"]\n[White \"Hikaru\"]\n[Black \"MagnusCarlsen\"]\n[Result \"1-0\"]\n\n1. e4 e5 2. Nf3 Nc6 3. Bb5 a6 ... 1-0",
          "time_control": "180",
          "end_time": 1743558912,
          "rated": true,
          "tcn": "mC0KbsZJgvLBcMD0lBQ?BR5Pmu",
          "uuid": "abc12345-6789-0abc-def0-123456789abc",
          "initial_setup": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
          "fen": "8/8/8/8/8/3k4/3K4/8 w - - 0 1",
          "time_class": "blitz",
          "rules": "chess",
          "white": {
            "rating": 3210,
            "result": "win",
            "@id": "https://api.chess.com/pub/player/hikaru",
            "username": "Hikaru",
            "uuid": "00000000-0000-0000-0000-000000000001"
          },
          "black": {
            "rating": 3185,
            "result": "checkmated",
            "@id": "https://api.chess.com/pub/player/magnuscarlsen",
            "username": "MagnusCarlsen",
            "uuid": "00000000-0000-0000-0000-000000000002"
          },
          "eco": "https://www.chess.com/openings/Ruy-Lopez"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/chess-com-get-monthly-archive-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.