Skip to content

/v1/getDaily

GET the current daily 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 daily layout.
json
{
  "layouts": [
    {
      "levelId": 96174612,
      "levelName": "Calm",
      "creatorUsername": "Xeroniuss",
      "creatorAccountId": 14025375,
      "difficulty": 9,
      "featured": 1,
      "featuredScore": 4231,
      "type": "classic",
      "timeLeft": -973472
    },
    {
      "levelId": 130880047,
      "levelName": "Rafael Edward Cruz",
      "creatorUsername": "HalieyWelch",
      "creatorAccountId": 30178409,
      "difficulty": 9,
      "featured": 0,
      "featuredScore": 0,
      "type": "platformer",
      "timeLeft": -973438
    }
  ]
}