--- title: Studio --- # Studio --- A studio API resource represents a company that produces anime. For example, Shaft is the studio that produced the anime Bakemonogatari. ### Fields | Name | Type | Nullable | Description | | :--------: | :-----: | :------: | :------------------------------------------- | | id | Integer | No | The primary key of the resource | | name | String | No | The primary title of the studio | | slug | String | No | The URL slug & route key of the resource | | created_at | Date | No | The date that the resource was created | | updated_at | Date | No | The date that the resource was last modified | | deleted_at | Date | Yes | The date that the resource was deleted | ### Allowed Include Paths * anime * resources ### Endpoints **[Studio Destroy](/studio/destroy/)** The studio destroy endpoint soft deletes a studio and returns the deleted studio resource. **[Studio Force Delete](/studio/forceDelete/)** The studio force delete endpoint hard deletes a studio and returns a confirmation message. **[Studio Index](/studio/index/)** The studio index endpoint displays a listing of studio resources. **[Studio Show](/studio/show/)** The studio show endpoint returns a studio resource. **[Studio Store](/studio/store/)** The studio store endpoint creates a new studio and returns the new studio resource. **[Studio Update](/studio/update/)** The studio update endpoint updates a studio and returns the updated studio resource.