Skip to content
On this page

Anime Theme


An anime theme API resource represents an OP or ED sequence for an anime.

For example, the anime Bakemonogatari has five OP anime themes and one ED anime theme.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
typeEnumYesYesThe type of the sequence [OP, ED]
sequenceIntegerYesYesThe numeric ordering of the theme
groupStringYesYesUsed to distinguish sequence belongs to dubs, rebroadcasts, etc.
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
  • anime.images
  • animethemeentries
  • animethemeentries.videos
  • song
  • song.artists

Endpoints

Anime Theme Destroy

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

Anime Theme Force Delete

The anime theme force delete endpoint hard deletes an anime theme and returns a confirmation message.

Anime Theme Index

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

Anime Theme Restore

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

Anime Theme Show

The anime theme show endpoint returns an anime theme resource.

Anime Theme Store

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

Anime Theme Update

The anime theme update endpoint updates an anime theme and returns the updated anime theme resource.

Released under the MIT License.