API REFERENCE
ZEPETO World Open API
List World Contents
1 min
{ "name" "returns information of created world", "method" "get", "url" "https //openapi zepeto zone/content/v1/worlds", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "vyggtbvq j 8gfvvgtr9t", "language" "javascript", "code" "curl request get \\\\\n url 'https //openapi zepeto zone/content/v1/worlds?page=0\&size=20' \\\\\n header 'accept application/json'", "customlabel" "" } ], "selectedlanguageid" "vyggtbvq j 8gfvvgtr9t" }, "results" { "languages" \[ { "id" "jrfsy8ntfw5jabsaepp6l", "language" "200", "customlabel" "", "code" "{\n \\"worlds\\" \[\n {\n \\"worldid\\" \\"string\\",\n \\"worldname\\" \\"string\\",\n \\"worldcategoryfirst\\" \\"string\\",\n \\"worldcategorysecond\\" \\"string\\",\n \\"worldtotalusercounts\\" 0,\n \\"worldtotalvisitcounts\\" 0,\n \\"worldversion\\" 0\n }\n ],\n \\"totalpage\\" 0,\n \\"totalcount\\" 0\n}" }, { "id" "yt4wkhpdbr eixqygt4qx", "language" "500", "customlabel" "", "code" "{\n \\"message\\" \\"error message\\"\n}" } ], "selectedlanguageid" "yt4wkhpdbr eixqygt4qx" }, "request" { "pathparameters" \[], "queryparameters" \[ { "name" "page", "kind" "optional", "type" "number", "description" "page number\n starting from 0\n default 0", "children" \[] }, { "name" "size", "kind" "optional", "type" "number", "description" "page size\n default 20\n max 50", "children" \[] } ], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "query parameter", "value" "queryparameters" }, "response" \[ { "name" "worlds", "kind" "optional", "type" "array", "description" "list of world information" }, { "name" "worldid", "kind" "optional", "type" "string", "description" "world id", "children" \[] }, { "name" "worldname", "kind" "optional", "type" "string", "description" "world name", "children" \[] }, { "name" "worldcategoryfirst", "kind" "optional", "type" "string", "description" "first category of the world", "children" \[] }, { "name" "worldcategorysecond", "kind" "optional", "type" "string", "description" "second category of the world", "children" \[] }, { "name" "worldtotalusercounts", "kind" "optional", "type" "number", "description" "cumulative total number of unique users in the world", "children" \[] }, { "name" "worldtotalvisitcounts", "kind" "optional", "type" "number", "description" "cumulative total number of visits in the world", "children" \[] }, { "name" "totalpage", "kind" "optional", "type" "string", "description" "total number of pages", "children" \[] }, { "name" "totalcount", "kind" "optional", "type" "string", "description" "total number of contents", "children" \[] } ] }