issues
issues copied to clipboard
Tetra League rank cutoff API
Checklist
- [X] I've checked both open and recently closed issues to ensure this feature is not already requested.
- [X] I am using the newest version of TETR.IO.
- [X] I am certain this is a feature request, not a bug.
- [X] I've thought this feature through properly.
Is your feature request related to a problem? Please describe.
I have a program that automatically updates the current rank score line every hour But I think that requesting all users' data every hour may cause a huge waste of server resources, and I just calculate the position of the current score line.
Describe the solution you'd like
Provides an API that can be used to get the current score line, like this (?
{
"x": 24718.84,
"u": 23445.11,
... and more
}
Describe alternatives you've considered
Get all users' data and calculate possible score using known percentages
Additional context
No response
I have an api with that data https://api.p1nkl0bst3r.xyz/rankcutoff