Get the stats of all worlds
GET
/v4/worlds/stats
Returns the stats of all worlds. You can get the stats of a single world by using the GETGet the stats of a single world endpoint.
Parameters
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 } ] }
[
]
