---
title: "Anime all seasons information."
method: GET
path: "/anime/{animeID}/seasons"
tags: ["anime"]
---

# Anime all seasons information.

`GET /anime/{animeID}/seasons`

This endpoint will retrieve the seasons of an Anime item.

## Path parameters

- `animeID` integer, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful GET Seasons JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-06-24** `9e5ecac58c7d` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
- **2021-06-13** `c94b62e20731` — 1 info
  - api operation id `getAnimeSeasons` removed and replaced with `getSeasons`
- **2021-05-13** `85ac20c1b7bb` — 1 breaking, 2 warning, 2 info
  - for the `path` request parameter `animeID`, the type changed from `string` to `integer`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - api operation id `getSeasons` removed and replaced with `getAnimeSeasons`
  - …1 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/anime/:animeID/seasons/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/e0adaecac322?raw)
