Anime · head-to-head

AniList vs Studio Ghibli

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.

Studio Ghibli

The original ghibliapi.herokuapp.com now returns Heroku's 'No such app' placeholder — Heroku retired free dynos in November 2022 — but the project lives on at the community-maintained ghibliapi.vercel.app mirror, confirmed live with a real films listing and Access-Control-Allow-Origin echoing the request's Origin. It remains a free, keyless, read-only dataset of Ghibli films, people, and locations.

AniListStudio Ghibli
AuthenticationOAuthNone
Pricingfreefree
FormatsJSONJSON
CORSyesyes
HTTPSYesYes

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

More comparisons