Get Season History

GET /apex/history

Responses

  • 200

    Successful Response

    Hide response attribute Show response attribute object
    • history array[object] Required
      Hide history attributes Show history attributes array[object]
      • number integer Required
      • name string Required
      • start string Required
      • end string Required
      • split string
GET /apex/history
curl \
 -X GET https://game-season-api.kasu.dev/apex/history
Response examples (200)
{
  "history": [
    {
      "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)
{
  "history": [
    {
      "number": 15,
      "name": "Eclipse",
      "start": "2021-03-09T00:00:00Z",
      "end": "2021-06-08T00:00:00Z",
      "split": "2021-06-08T00:00:00Z"
    }
  ]
}