Skip to content

AniList

A list provider for AniList.

https://github.com/anibridge/anibridge-anilist-provider

Configuration

list_provider_config:
  anilist:
    token: ...
    # rate_limit: null

token

str (required)

Your AniList API token.

Generate an AniList API token

Danger

The token is sensitive and should be kept secret. Do not share it or expose it publicly, as it can be used to access and modify your AniList account.

rate_limit

int | None (optional, default: null)

The maximum number of API requests per minute.

If unset or set to null, the provider will use a default global rate limit of 30 requests per minute. It is important to note that this global rate limit is shared across all AniList provider instances, i.e. they collectively use 30 requests per minute. If you override the rate limit, a new rate limit, local to the provider instance, will be created.