Skip to content

Get the stats of a single world

GET
/v4/worlds/{world_uuid}/stats

Returns the stats of a single world. You can get the stats of all worlds by using the GETGet the stats of all worlds

Parameters

Path Parameters

world_uuid*

A world UUID or lobby

Required
Examples
"de9b06f4-39ea-4143-b0db-e4db7060b842""lobby"

Query Parameters

project

Inlcudes or excludes specified fields.

Mixing inclusion and exclusion will throw HTTP 400 Bad Request.

Type
string
Examples
"name,visits""!world_uuid,!last_scraped"

Responses

Default Response

application/json
JSON
{
  
"world_uuid": "de9b06f4-39ea-4143-b0db-e4db7060b842",
  
"stats": [
  
  
{
  
  
  
"timestamp": 0,
  
  
  
"visits": 0,
  
  
  
"votes": 0
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI