Skip to content

Studio

Animation or production company

type Studio {
id: Int!
name: String!
isAnimationStudio: Boolean!
media(
sort: [MediaSort]
isMain: Boolean
onList: Boolean
page: Int
perPage: Int
): MediaConnection
siteUrl: String
isFavourite: Boolean!
favourites: Int
}

The id of the studio

The name of the studio

If the studio is an animation studio or a different kind of company

The media the studio has worked on

The order the results will be returned in

If the studio was the primary animation studio of the media

The page

The amount of entries per page, max 25

The url for the studio page on the AniList website

If the studio is marked as favourite by the currently authenticated user

The amount of user’s who have favourited the studio

Studio query

InternalPage object ● MediaSubmissionEdge object ● Page object ● RevisionHistory object ● StudioConnection object ● StudioEdge object ● StudioStats object ● UserStudioStatistic object