Skip to content

Get the players inside multiple worlds

GET
/v4/worlds/players

Returns the players currently inside of each world. The list of worlds can be shrunk down via the querystrings. You can get the players currently inside a single world by using the GETGet the players inside a single world endpoint.

Parameters

Query Parameters

offset
Type
integer
Minimum
0
limit
Type
integer
Minimum
1

Responses

Default Response

application/json
JSON
[
  
{
  
  
"world": "de9b06f4-39ea-4143-b0db-e4db7060b842",
  
  
"players": [
  
  
  
"string"
  
  
]
  
}
]

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI