Skip to content

REST quick start

Get a score onto a board from any engine or language in a few minutes.

Prerequisite

Register a game in the developer dashboard and copy its game ID and API key.

1. Start a session

TODO: POST /sessions or the anonymous device-ID flow, whichever the proxy expects. Copy from quickstart-api in the Godot repo.

2. Submit a score

TODO: POST /scores example with curl.

3. Read the board

TODO: GET /games/{gameId}/scoreboards/{boardId} example.

Next

Can't be taken away. Open source backend and SDKs.