Get Season History
GET
/valorant/history
curl \
-X GET https://game-season-api.kasu.dev/valorant/history
Response examples (200)
{
"history": [
{
"number": 15,
"name": "Eclipse",
"start": "2021-03-09T00:00:00Z",
"end": "2021-06-08T00:00:00Z",
"acts": [
{
"number": 15,
"start": "2021-03-09T00:00:00Z",
"end": "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",
"acts": [
{
"number": 15,
"start": "2021-03-09T00:00:00Z",
"end": "2021-06-08T00:00:00Z"
}
]
}
]
}