Skip to main content
GET
https://api.worlds.wazoo.tech
/
v1
/
worlds
/
{worldId}
Get World
curl --request GET \
  --url https://api.worlds.wazoo.tech/v1/worlds/{worldId}
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "created_at": "<string>"
}

Path Parameters

worldId
string
required
The unique identifier of the world.

Response

id
string
The unique identifier for the world.
name
string
The name of the world.
description
string
A description of the world.
created_at
string
The ISO 8601 timestamp of creation.