osu-api
osu-api copied to clipboard
get user title and color with /get_user
There's currently no way to find out if someone has a special title/color e.g. ztrot "osu!academy professor" / FF9900 or Tom94 "osu!dev" / E45678
I suppose you can parse the HTML of the page, in particular <div class="centrep userbox">. Within you can find the special title and color.
It's probably easier for me to just wait until apiv2 is public