ppy / osu-api

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

How do Services like osu!Skills get all user Plays? #301

Closed Eeveelution closed 4 years ago

Eeveelution commented 4 years ago

Do they even use the osu!api for that? I was wondering because i wanted to create something simmiliar to a performance ranking and it would be convinient to get all Scores set by a Player.

peppy commented 4 years ago

For top players you could consider using data.ppy.sh, but please read the licence.

We don't support getting all plays for a user outside of what is currently available. New api endpoints will come online on apiv2 in the near future which may change this.