Get Season
Path parameters
-
Season number
GET
/apex/{season}
curl \
-X GET https://game-season-api.kasu.dev/apex/{season}
Response examples (200)
{
"season": {
"number": 15,
"name": "Eclipse",
"start": "2021-03-09T00:00:00Z",
"end": "2021-06-08T00:00:00Z",
"split": "2021-06-08T00:00:00Z"
}
}
Response examples (200)
{
"season": {
"number": 15,
"name": "Eclipse",
"start": "2021-03-09T00:00:00Z",
"end": "2021-06-08T00:00:00Z",
"split": "2021-06-08T00:00:00Z"
}
}
Response examples (404)
{
"message": "Not found season"
}
Response examples (404)
{
"message": "Not found season"
}