← Back to board

Add Rank Descriptor (e.g. Diamond II) to API Response.

Openmemersonmemerson3 messagesstarted May 25, 2026, 2:46 AM
otherimplemented
memersonmemersonOPlast week
As it stands there is currently no way to know someone's rank descriptor via the API e.g. Diamond II. I suggest:
- Adding it to the user response (as in https://draftoutmc.com/api/stats/bing_pigs
- Creating an endpoint where the the caller can fetch all of the different elo ranges for each rank and then can apply the descriptor themselves
- Both of the above

This would allow for more rich obs overlays and graphics without needing to hard code elo ranges in case they change in the future.

If this already exisits and I missed it please let me know
isqqcle
isqqclelast week(edited)
https://draftoutmc.com/api/ranks
and playerid route now has rankName and rankColor
memerson
memersonOPlast week
Thanks!! :D