Skip to content
On this page

Studio


A studio API resource represents a company that produces anime.

For example, Shaft is the studio that produced the anime Bakemonogatari.

Fields

NameTypeNullableDefaultDescription
idIntegerNoYesThe primary key of the resource
nameStringNoYesThe primary title of the studio
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
  • images
  • resources

Allowed Pivots

  • studioresource

Endpoints

Studio Destroy

The studio destroy endpoint soft deletes a studio and returns the deleted studio resource.

Studio Force Delete

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

Studio Index

The studio index endpoint displays a listing of studio resources.

Studio Restore

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

Studio Show

The studio show endpoint returns a studio resource.

Studio Store

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

Studio Update

The studio update endpoint updates a studio and returns the updated studio resource.

Released under the MIT License.