v1

latestSwagger 2.0MIT License2026-07-17193255.8 KB
Stage

Get a Stage with ID

get/PenguinStats/api/v2/stages/{stageId}

Path parameters

stageIdinteger required

Stage ID

Response

OK

apCostinteger
codestring
isGachaboolean
minClearTimeinteger
recognitionOnlystring[]
stageIdstring
stageType'MAIN' | 'SUB' | 'ACTIVITY' | 'DAILY'

StageType is the type of the stage

  • MAIN - Mainline Stages
  • SUB - Sub Stages
  • ACTIVITY - Activity Stages
  • DAILY - Daily Stages
zoneIdstring

Example response

{
  "apCost": 6,
  "code": "1-7",
  "existence": {
    "CN": {
      "closeTime": 1635966000000,
      "exist": true,
      "openTime": 1634799600000
    },
    "JP": {
      "closeTime": 1635966000000,
      "exist": true,
      "openTime": 1634799600000
    },
    "KR": {
      "closeTime": 1635966000000,
      "exist": true,
      "openTime": 1634799600000
    },
    "US": {
      "closeTime": 1635966000000,
      "exist": true,
      "openTime": 1634799600000
    }
  },
  "minClearTime": 118000,
  "stageId": "main_01-07",
  "stageType": "MAIN",
  "zoneId": "main_1"
}