v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
seasons

Get specific season details.

This endpoint will retrieve the details of a specific season.

get/seasons/{seasonID}

Path parameters

seasonIDinteger required

ID of the season.

Response

Successful GET Seasons Details JSON response

object required

Example response

{
  "data": [
    {
      "id": 1,
      "type": "seasons",
      "href": "/v1/seasons/1",
      "attributes": {
        "animeID": 1,
        "number": 1,
        "posterURL": "https://via.placeholder.com/640x480.png/006655?text=ratione",
        "title": "Season 1",
        "synopsis": "This is a short description of the season's story.",
        "episodeCount": 2,
        "startedAt": "6-29-2020 2020-07-29 12:00:00"
      }
    }
  ]
}