GoTak API

A Tak game server API providing endpoints for game management and gameplay.

📚 View Swagger Documentation

Available Endpoints

get
/
Returns basic API information and available endpoints
info
get
/game/new
Creates a new Tak game with the specified board size
game
post
/game/new
Creates a new Tak game with the specified board size
game
get
/game/{slug}
Returns the current state of a game
game
post
/game/{slug}/move
Submit a move for a specific game
game
get
/game/{slug}/{turn}
Returns the state of a game at a specific turn
game
get
/healthz
Returns service health status
health