v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Board

Make a Board move

Make a move in a game being played with the Board API. The move can also contain a draw offer/agreement.

post/api/board/game/{gameId}/move/{move}

Path parameters

gameIdstring required
Example:5IrD6Gzz
movestring required
Example:e2e4

The move to play, in UCI format

Query parameters

offeringDrawboolean

Whether to offer (or agree to) a draw

Response

The move was successfully made.

okboolean required