Keepthescore.com
Create leaderboards and scoreboards in your browser and share them via a link. To interact with the API, you need to create a board first. Go to keepthescpre.com to create a board.
Keepthescore.com endpoints
| Method | Endpoint | Description |
|---|---|---|
| Score_Api | ||
| GET |
score_api_get_board_data /api/{token}/board/ |
|
| DELETE |
score_api_delete_player /api/{token}/player/{player_id} |
|
| PUT |
score_api_edit_team /api/{token}/team/{team_id} |
|
| GET |
score_api_get_sport_data /api/{token}/sport/ |
|
| POST |
score_api_add_round /api/{token}/board/round/ |
The "goal" field is optional and only used for goal trackers. |
| DELETE |
score_api_delete_team /api/{token}/team/{team_id} |
|
| POST |
score_api_add_score /api/{token}/score/ |
Currently only works for leaderboards, score sheets, counters or goal trackers. The "goal" field is optional and only used for goal trackers. |
| PATCH |
score_api_update_board /api/{token}/board/ |
|
| POST |
score_api_populate_board /api/{token}/board/populate |
This will **delete all players** and scores and replace them with the new data. If you are not using teams, you can omit the team field. |
| POST |
score_api_add_player /api/{token}/player/ |
|
| POST |
score_api_create_team /api/{token}/team/ |
|
Keepthescore.com pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|