-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
[Request] Allow retrieving own user info in API #3747
Comments
This would be great! Ideally, we could receive {class, download total, notifications, ratio, upload total, username}. |
@SlovakianCanon this look sufficient for you? {
"username":"UNIT3D",
"group":"Owner",
"uploaded":"50 GiB",
"downloaded":"1 GiB",
"ratio":"50",
"buffer":"124 GiB",
"seeding":0,
"leeching":0,
"seedbonus":"0.00",
"hit_and_runs":0
} |
Added in v8.x.x for next release |
Could downloaded_bytes, uploaded_bytes be added to the API response? It would make parsing easier for certain systems in that you wouldn't need to deal with strings and could use int/number instead, and could also be more accurate (down to the byte). |
It would be really useful if one could query their own user information (upload, download, HnR, bonus, etc) using the API. My personal use-case is to be able to retrieve and store uploaded / downloaded amounts every n hours and store it to keep track of my ratio over time across different trackers. But I'm sure other people would find useful applications for it too.
Upvote & Fund
The text was updated successfully, but these errors were encountered: