get https://openapi.zepeto.zone/content/v1/worlds
Returns information of created world
You can look up the Worlds you created regardless of their release statuses.
Request
Name | Description | Type |
---|---|---|
page | Page number - Starting from 0 - default: 0 | Number |
size | Page size - default: 20 - max: 50 | Number |
Response
Name | Description | Type |
---|---|---|
worlds | List of world information | Array |
worldId | World ID | String |
worldName | World name | String |
worldCategoryFirst | First category of the world | String |
worldCategorySecond | Second category of the world | String |
worldTotalUserCounts | Cumulative total number of unique users in the world | Number |
worldTotalVisitCounts | Cumulative total number of visits in the world | Number |
totalPage | Total number of pages | Number |
totalCount | Total number of contents | Number |