Files
animethemes-api-docs/docs/jsonapi/reference/content/animethemeentry/index.md
T
2025-12-17 22:53:18 -03:00

2.6 KiB

title
title
Anime Theme Entry

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

Name Type Nullable Default Description
id Integer No Yes The primary key of the resource
version Integer Yes Yes The version number of the theme
episodes String Yes Yes The episodes that the theme is used for
nsfw Boolean No Yes Is not safe for work content included?
spoiler Boolean No Yes Is content included that may spoil the viewer?
notes String Yes Yes Any additional information for this sequence
created_at Date No No The date that the resource was created
updated_at Date No No The date that the resource was last modified
deleted_at Date Yes No The 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.