Is there a way to get the current board state of an active OGS game from the API instead of just the sequence of moves played?

This is what you’re looking for I think: https://online-go.com/termination-api/game/GAMEID/state for example https://online-go.com/termination-api/game/44478587/state

The board state is a 2d array, 0 is empty, 1 is black, 2 is white

9 Likes