Get season detail
GET/origins/v2/seasons/:season_id
Get season detail
Request
Path Parameters
season_id integerrequired
The season by id
Example: 3
Responses
- 200
OK
Response Headers
- Datestring
- Content-Typestring
- Transfer-Encodingstring
- Connectionstring
- Etagstring
- Access-Control-Allow-Originstring
- Access-Control-Allow-Credentialsboolean
- Access-Control-Allow-Methodsstring
- Access-Control-Allow-Headersstring
- Access-Control-Max-Ageinteger
- CF-Cache-Statusstring
- Report-Tostring
- NELstring
- Serverstring
- CF-RAYstring
- Content-Encodingstring
- alt-svcstring
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
  "id": 2,
  "startedAt": 1662955200,
  "endedAt": 1668484800,
  "name": "Season 1",
  "seasonPassID": "season_pass_1",
  "description": "Season 1",
  "_etag": "e675cc21c1f78217cf5d6a5b1929afde"
}
Loading...