/

List all worlds

get
Path parameters
projectIdstringRequired

The id of the project the world is in

Query parameters
offsetinteger · int32Optional

The offset into queried items to return

limitinteger · int32 · max: 100Optional

How many items to return at one time (max 100)

Responses
200

A paged array of worlds

application/json
get
/v1/worlds/{projectId}/web-world-instances/

Create a world

post
Path parameters
projectIdstringRequired

The id of the project the world is in

Body
namestringOptional
descriptionstringOptional
enableTweakPanebooleanOptional
Responses
200

Expected response to a valid request

application/json
post
/v1/worlds/{projectId}/web-world-instances/

Was this helpful?