Anime · head-to-head
Kitsu vs Studio Ghibli
Kitsu's JSON:API-flavored REST endpoint at kitsu.io/api/edge was confirmed live with an unauthenticated anime listing and an explicit Access-Control-Allow-Origin: * header. Reading the catalog needs no account at all; OAuth is only required for actions tied to a user's own library, and the API itself carries no paid tier.
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.
| Kitsu | Studio Ghibli | |
|---|---|---|
| Authentication | OAuth | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
Studio Ghibli needs no API key, while Kitsu requires OAuth — pick Studio Ghibli to start without signup.