Skip to content
On this page

Anime Synonym


An anime synonym API resource represents an alternate title or common abbreviation for an anime.

For example, the anime Bakemonogatari has the anime synonym "Monstory".

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
textStringYesYesThe alternate title or common abbreviations
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

Anime Synonym Destroy

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

Anime Synonym Force Delete

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

Anime Synonym Index

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

Anime Synonym Restore

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

Anime Synonym Show

The anime synonym show endpoint returns an anime synonym resource.

Anime Synonym Store

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

Anime Synonym Update

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

Released under the MIT License.