ppy / osu-api

Public API for accessing osu! related data.
320 stars 16 forks source link

Retrieve a player by rank #315

Closed AuracleTech closed 3 years ago

AuracleTech commented 3 years ago

Website and apps like osuskills, tillerino, osudaily and many more already do that, but indirectly, they leech data left and right from the api to do their business.

I'm making a bot called Cake, basically Tillerino, and I noticed all websites use data leeching & web scrapers to retrieve rank ladder & player's rank.

Adding this ironically would save osu on data bandwidth. Instead of leeching & scraping tons of data we could get what we want directly.

Related feature request

tybug commented 3 years ago

duplicate of #181

AuracleTech commented 3 years ago

duplicate of #181

I saw I was editting, this is an ongoing issue that has tons of duplicate. I checked osu-web at first because osu-dev discord doesn't have #osu-api so I expected there wasn't a git only for osu-api either.