ppy / osu-api

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

feature request: user's top play in /get_user #238

Closed kiranw0w closed 5 years ago

kiranw0w commented 5 years ago

The top play is pretty important in user's profile, because you can't always determine the skill by the raw_pp itself but with (example) best_play we would be able to determine what this guy is capable of.

peppy commented 5 years ago

Can't you just make a second api call?

kiranw0w commented 5 years ago

Can't you just make a second api call?

It cuts in half my request limit, sure I could do that but with big cost.

peppy commented 5 years ago

This is best we can do for now. The score lookup actually adds a relatively large overhead, which is why it's in a separate request in the first place.