ppy / osu-api

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

/api/get_user[0].play_time #221

Closed ghost closed 6 years ago

ghost commented 6 years ago

I'm aware that the overall playtime isn't officially available through the osu! API right now. Looking through the source code of the new website, a user JSON object is being loaded with a play_time key-value pair.

As it's inofficially for internal usage already possible to obtain the play_time, I'd like to request an implementation to the official public API as well.

An ETA for that would be nice as well!

Thanks in advance

peppy commented 6 years ago

Added to get_user.

omkelderman commented 6 years ago

added to docs now as well

peppy commented 6 years ago

thank you!