Wynncraft / WynncraftAPI

Official Wynncraft Public API (Documentation & Issue Tracker)
https://docs.wynncraft.com/
21 stars 10 forks source link

Request: action=onlinePlayers returning also UUIDs #69

Open Lipatant opened 1 year ago

Lipatant commented 1 year ago

So basicly I'm creating an app using WynncraftAPI and I'm working on an homepage that displays random online players.

https://api.wynncraft.com/public_api.php?action=onlinePlayers returns every world, represented by arrays containing players' name. It would be nice and practical if we could simply do something like action=onlinePlayersUUID instead of spamming the API with https://api.wynncraft.com/v2/player/{username}/uuid.

Whatever your answer, thank you for listening.