Skip to content

Commit

Permalink
Change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Soraclee committed Jan 24, 2024
1 parent 219df55 commit f1d6dad
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# tfleaderboard

A free API for The Finals ranking data. You can find data such as rank, name, total player cashouts, etc... . Feel free to use the api for your projects. You can also quote the depot when you use it. Thanks

# API Endpoints

> [https://soraclee.github.io/tfleaderboard/leaderboard.json](https://soraclee.github.io/tfleaderboard/leaderboard.json)
Returns the latest leaderboard data

## Example Response

```json
[
{
"name": "TwitchTvPookOut#5437",
"rank": 1,
"fame": 414045,
"old_fame": 404880,
"old_rank": 1,
"cashouts": 94420202,
"networks": {
"steam": "PookOut",
"psn": "",
"xbox": ""
}
},
{...}
]
```

0 comments on commit f1d6dad

Please sign in to comment.