mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
1.1 KiB
1.1 KiB
title
| 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
The studio show endpoint returns a studio resource.
The studio index endpoint displays a listing of studio resources.