Icarus API
This page documents an API that I created using django. My app on the play store uses this API to record scores and to view other people's scores.
View the LeaderBoard
A simple GET request is used to post scores to the leaderboard. The GET request collects information like username and score and add it onto the database. When the same user posts a new score, we delete their old score if it is lower than their new score. If I gave you example links I would be risking my leaderboard's accuracy.