| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | graphql | https://graphql.anilist.co/ | link | — | — | — |
Actions (5)
OAuth · 4
- Auth Pin redirectGET /api/v2/oauth/pin
PIN-based authorization redirect; AniList redirects here with an access token that you can copy manually.
documented - Exchange authorization code for access tokenPOST /api/v2/oauth/token
Exchange the authorization code for an access token.
documented - Request access token via implicit grantGET /api/v2/oauth/authorize
Redirect the user to AniList's authorization page to obtain an access token directly in the redirect.
documented - Request authorization code (Authorization Code Grant)GET /api/v2/oauth/authorize
Redirect the user to AniList's authorization page to obtain an authorization code.
documented