anime-seasons
Get specific season details.
This endpoint will retrieve the details of a specific season.
get/anime-seasons/{seasonID}
Path parameters
seasonIDinteger required
ID of the season.
Response
Successful GET Anime Seasons Details JSON response
object required
Example response
{
"data": [
{
"id": 1,
"type": "seasons",
"href": "/v1/anime-seasons/1",
"attributes": {
"animeID": 1,
"title": "Season 1",
"number": 1,
"firstAired": "6-29-2020 2020-07-29 12:00:00",
"episodeCount": 2
}
}
]
}