issues icon indicating copy to clipboard operation
issues copied to clipboard

Tetra League rank cutoff API

Open WOSHIZHAZHA120 opened this issue 1 year ago • 1 comments

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

WOSHIZHAZHA120 avatar Feb 20 '24 04:02 WOSHIZHAZHA120

I have an api with that data https://api.p1nkl0bst3r.xyz/rankcutoff

p1nkl0bst3r avatar Mar 13 '24 12:03 p1nkl0bst3r