Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tetra League rank cutoff API #1262

Open
4 tasks done
WOSHIZHAZHA120 opened this issue Feb 20, 2024 · 1 comment
Open
4 tasks done

Tetra League rank cutoff API #1262

WOSHIZHAZHA120 opened this issue Feb 20, 2024 · 1 comment
Labels
feat: league Affected feature: TETRA LEAGUE improvement Something can be added or improved

Comments

@WOSHIZHAZHA120
Copy link

Checklist

  • I've checked both open and recently closed issues to ensure this feature is not already requested.
  • I am using the newest version of TETR.IO.
  • I am certain this is a feature request, not a bug.
  • 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 WOSHIZHAZHA120 added the improvement Something can be added or improved label Feb 20, 2024
@ZaptorZap ZaptorZap changed the title [Feature Request] Rank score line API Tetra League rank cutoff API Feb 20, 2024
@ZaptorZap ZaptorZap added the feat: league Affected feature: TETRA LEAGUE label Feb 20, 2024
@p1nkl0bst3r
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: league Affected feature: TETRA LEAGUE improvement Something can be added or improved
Projects
None yet
Development

No branches or pull requests

3 participants