Skip to content
On this page

Anime Series


An anime series API resource represents the association between an anime and a series.

Fields

NameTypeNullableDefaultDescription
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified

Allowed Include Paths

  • anime
  • series

Endpoints

Anime Series Destroy

The anime series destroy endpoint deletes an anime series and returns the deleted anime series resource.

Anime Series Index

The anime series index endpoint displays a listing of anime series resources.

Anime Series Show

The anime series show endpoint returns an anime series resource.

Anime Series Store

The anime series store endpoint creates a new anime series and returns the new anime series resource.

Released under the MIT License.