Seasons
Season information and status
Last updated
Season information and status
Last updated
GET /season HTTP/1.1
Host: credits.decentraland.org
Accept: */*
{
"id": 1,
"week": 1,
"isPaused": true
}GET /seasons HTTP/1.1
Host: credits.decentraland.org
Accept: */*
{
"past": [
{
"id": 1,
"name": "text",
"description": "text",
"startDate": "2026-01-19T15:43:44.073Z",
"endDate": "2026-01-19T15:43:44.073Z",
"isActive": true,
"maxMana": 1
}
],
"current": {
"id": 1,
"name": "text",
"description": "text",
"startDate": "2026-01-19T15:43:44.073Z",
"endDate": "2026-01-19T15:43:44.073Z",
"isActive": true,
"maxMana": 1
},
"next": {
"id": 1,
"name": "text",
"description": "text",
"startDate": "2026-01-19T15:43:44.073Z",
"endDate": "2026-01-19T15:43:44.073Z",
"isActive": true,
"maxMana": 1
}
}