AniList · Example Payload

Anilist Graphqlerror Example

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

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

Top-level fields

messagestatuslocationspath

Example Payload

anilist-graphqlerror-example.json Raw ↑
{
  "message": "Too Many Requests.",
  "status": 429,
  "locations": [
    {
      "line": 1,
      "column": 1
    }
  ],
  "path": [
    "string"
  ]
}