This endpoint returns a list of previous OS Ranked Seasons and their start and end dates.

https://clarioncorp.net/api/seasons

Example Output

An example of the output is listed below:

[
  {
    "season": 4,
    "startDate": "2024-08-29T20:30:00.000Z",
    "endDate": "2025-01-13T19:59:00.000Z"
  },
  {
    "season": 5,
    "startDate": "2025-01-13T20:00:00.000Z",
    "endDate": "2025-05-13T17:00:00.000Z"
  }
]

All dates here are in UTC, and may be a tad bit off. Data originally comes from Steam Patch Notes, which are sometimes late or early. Adjustments may arrive over the coming days.

If you think something is wrong, please let us know on Discord.