Skip to content
On this page

Series


A series API resource represents a collection of related anime.

For example, the Monogatari series is the collection of the Bakemonogatari anime and its related productions.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
nameStringNoYesThe primary title of the series
slugStringNoYesThe URL slug & route key of the resource
created_atDateNoNoThe date that the resource was created
updated_atDateNoNoThe date that the resource was last modified
deleted_atDateYesNoThe date that the resource was deleted

Allowed Include Paths

  • anime

Endpoints

Series Destroy

The series destroy endpoint soft deletes a series and returns the deleted series resource.

Series Force Delete

The series force delete endpoint hard deletes a series and returns a confirmation message.

Series Index

The series index endpoint displays a listing of series resources.

Series Restore

The series restore endpoint restores a soft deleted series and returns the restored series resource.

Series Show

The series show endpoint returns a series resource.

Series Store

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

Series Update

The series update endpoint updates a series and returns the updated series resource.

Released under the MIT License.