What's Next?
Now that you've learned the basics of the AniList GraphQL API, you should try writing some queries on your own. You can use Apollo Studio to test your queries and mutations. It has a built-in schema explorer that will help you discover the available fields and types.
For inspiration, you can check out these places:
Query examples right here on the docs
A non-exhaustive list of unofficial community projects on AniList's apps page
The
anilist
tag on GitHub
::: info If the project you have in mind requires user authentication, you should read our authentication and mutation docs. :::
Last updated