Skip to content
On this page

Anime Theme Entry


An anime theme entry API resource represents a version of an anime theme.

For example, the ED theme of the Bakemonogatari anime has three anime theme entries to represent three versions.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
versionIntegerYesYesThe version number of the theme
episodesStringYesYesThe episodes that the theme is used for
nsfwBooleanNoYesIs not safe for work content included?
spoilerBooleanNoYesIs content included that may spoil the viewer?
notesStringYesYesAny additional information for this sequence
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

  • animetheme
  • animetheme.anime
  • videos

Endpoints

Anime Theme Entry Destroy

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

Anime Theme Entry Force Delete

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

Anime Theme Entry Index

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

Anime Theme Entry Restore

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

Anime Theme Entry Show

The anime theme entry show endpoint returns an anime theme entry resource.

Anime Theme Entry Store

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

Anime Theme Entry Update

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

Released under the MIT License.