Last updated 11 months ago
You might need to retrieve saved leaderboards of your game from Centarius for display in your game to your players. Use this call to get a JSON of all your saved leaderboard entries.
JSON
POST https://www.centarius.app/get-leaderboard/
game_id
True
string
Your game's Centarius game ID.
200
JsonResponse
[...{"game_id": your_id, "userID": a_user_id, "score": saved_score}...]
500
{'error': Exception as str}