Skip to content

/v1/getGauntlet

GET the current gauntlet layouts

Parameters

None

Response

A gauntlet object with the following properties:

NameTypeDescription
gauntletIdnumberThe ID of the gauntlet.
gauntletNamestringThe name of the gauntlet.
gauntletDescriptionstringThe description of the gauntlet.
minDifficultynumberThe minimum difficulty of the gauntlet.
maxDifficultynumberThe maximum difficulty of the gauntlet.
layoutsarrayThe layouts in the gauntlet.

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.
json
[
  {
    "gauntletId": 1,
    "gauntletName": "Layout Gauntlet I",
    "gauntletDescription": "\u003cco\u003eLayout Gauntlet I\u003c/c\u003e is a hosted layout creator contest by [DaRealSkellyGuy](user:29960249) over his community. \u003ccr\u003e*(Some levels here are picked by him as a replacement due to the unrated nature of those levels)*\u003c/c\u003e\r\n\r\nSome of the levels in this gauntlet is chosen by [DaRealSkellyGuy](user:29960249) and other judges and are assorted based of difficulty.\r\n\r\n\u003ccy\u003e*Do note that this gauntlet was made before this mod went public and isn't part of the main Rated Layouts official gauntlets*\u003c/c\u003e",
    "minDifficulty": 6,
    "maxDifficulty": 8,
    "layouts": [
      {
        "levelId": 130306862,
        "levelName": "Luna Layout",
        "creatorUsername": "iIDariusIi",
        "creatorAccountId": 11611376,
        "difficulty": 6,
        "featured": 1,
        "featuredScore": 2177,
        "type": "classic"
      },
      {
        "levelId": 124302131,
        "levelName": "rock temple",
        "creatorUsername": "Dinolexis",
        "creatorAccountId": 22608547,
        "difficulty": 7,
        "featured": 0,
        "featuredScore": 34,
        "type": "classic"
      },
      {
        "levelId": 115623928,
        "levelName": "Iceberg Cove",
        "creatorUsername": "herobrain100",
        "creatorAccountId": 20366502,
        "difficulty": 7,
        "featured": 1,
        "featuredScore": 1768,
        "type": "classic"
      },
      {
        "levelId": 118945323,
        "levelName": "Meltdown",
        "creatorUsername": "EffectOverload",
        "creatorAccountId": 26207800,
        "difficulty": 8,
        "featured": 1,
        "featuredScore": 550,
        "type": "classic"
      },
      {
        "levelId": 127171478,
        "levelName": "Broken Gameplay",
        "creatorUsername": "CloudEngineer",
        "creatorAccountId": 28562347,
        "difficulty": 8,
        "featured": 0,
        "featuredScore": 4200,
        "type": "classic"
      }
    ]
  }
]