Anime · head-to-head

AniList vs NekosBest

AniList

AniList's public GraphQL endpoint at graphql.anilist.co answers anime, manga, and character queries with no authentication at all — confirmed live with an unauthenticated POST that returned a normal GraphQL error payload alongside a wide-open Access-Control-Allow-Origin: * header. OAuth only comes into play for account-scoped actions like updating a user's list; browsing the catalog is free and unmetered beyond a per-minute rate limit.

NekosBest

NekosBest was reconfirmed live at nekos.best/api/v2 with a real image lookup and an explicit Access-Control-Allow-Origin: * header. It needs no API key, is rate-limited to 200 requests/minute per the response headers, and has no paid tier.

AniListNekosBest
AuthenticationOAuthNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

NekosBest needs no API key, while AniList requires OAuth — pick NekosBest to start without signup.

More comparisons