Skip to content
On this page

Artist


An artist API resource represents a musical performer of anime sequences.

For example, Chiwa Saitou is the musical performer of the Bakemonogatari OP1 theme, among many others.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
nameStringNoYesThe primary title of the artist
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

  • groups
  • images
  • members
  • resources
  • songs
  • songs.animethemes
  • songs.animethemes.anime

Allowed Pivots

  • artistmember
  • artistresource
  • artistsong

Endpoints

Artist Destroy

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

Artist Force Delete

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

Artist Index

The artist index endpoint displays a listing of artist resources.

Artist Restore

The artist restore endpoint restores a soft deletesd artist and returns the restored artist resource.

Artist Show

The artist show endpoint returns an artist resource.

Artist Store

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

Artist Update

The artist update endpoint updates an artist and returns the updated artist resource.

Released under the MIT License.