SEASON INFO API

GET 시즌 정보

GET /detailpage/season_detail/{series_id}

<Description of the endpoint>

Body

Name
Type
Description

series_id

int

시리즈 ID

Response

[
  {
    "SEASON_ID": 193172,
    "SEASON_NUM": 0
  },
  {
    "SEASON_ID": 65001,
    "SEASON_NUM": 1
  },
  {
    "SEASON_ID": 71202,
    "SEASON_NUM": 2
  },
  {
    "SEASON_ID": 71203,
    "SEASON_NUM": 3
  }
]

Last updated