AniList · Example Payload

Anilist Graphqlrequest Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

Anilist Graphqlrequest Example is an example object payload from AniList, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

queryvariablesoperationName

Example Payload

anilist-graphqlrequest-example.json Raw ↑
{
  "query": "query { Viewer { id name } }",
  "variables": {},
  "operationName": "Sample Name"
}