Get the players inside a single world
GET
/v4/worlds/{world_uuid}/players
Returns the players currently inside of a single world. You can get the players currently inside of each world by using the GETGet the players inside multiple worlds endpoint.
Parameters
Path Parameters
world_uuid*
A world UUID or lobby
Required
Examples
"de9b06f4-39ea-4143-b0db-e4db7060b842""lobby"Responses
Players inside of a world.
application/json
JSON "players": [ "string" ]
{
}
