How it works

Octopod offers a leaderboard service that can save scores and retrieve the related rank over optional filters.

It consists of an API which contains two routes:

  • a route to send a new score into the leaderboard system and retrieve the rank with the local leaderboard related to the posted score

  • a route to retrieve the global leaderboard

For both route, the leaderboard can be more specific by using optional filters that are presented in the detailed sections.

For more details about these routes, see:

Release notes

  • 1.3 - Add a field to store stats and a route for doing specific queries.

  • 1.2 - Add an authentication system for posting scores