Skip to content

/v1/getWeekly

GET the current weekly layouts

Parameters

None

Response

A layouts object with the following properties:

NameTypeDescription
levelIdnumberThe ID of the layout.
levelNamestringThe name of the layout.
creatorUsernamestringThe username of the creator.
creatorAccountIdnumberThe account ID of the creator.
difficultynumberThe difficulty of the layout.
featurednumberWhether the layout is featured.
featuredScorenumberThe featured score of the layout.
typestringThe type of the layout.
timeLeftnumberThe time left in the weekly layout.
json
{
  "layouts": [
    {
      "levelId": 106007468,
      "levelName": "8bit Symphony",
      "creatorUsername": "Chaken",
      "creatorAccountId": 7824770,
      "difficulty": 15,
      "featured": 2,
      "featuredScore": 1005,
      "type": "classic",
      "timeLeft": -633274
    },
    {
      "levelId": 132119097,
      "levelName": "The Tower",
      "creatorUsername": "bonneville1",
      "creatorAccountId": 4882817,
      "difficulty": 15,
      "featured": 1,
      "featuredScore": 4870,
      "type": "platformer",
      "timeLeft": -633261
    }
  ]
}