Anime · head-to-head
MyAnimeList vs Waifu.im
MyAnimeList's official v2 REST API was reconfirmed live at api.myanimelist.net/v2 — an unauthenticated request returned a 403 from the real gateway rather than a network error, and a preflight OPTIONS carried no Access-Control-Allow-Origin header, so cors is corrected to no. It requires a registered OAuth 2 client, the same one the community 'Official MAL API' club (the entry's stored url) walks new developers through, and remains completely free to use.
Waifu.im serves a curated, moderator-reviewed archive of over 4,000 anime-style illustrations through a REST API, with AND/OR tag filtering across dozens of character and franchise tags (confirmed live via a plain GET against api.waifu.im/tags), NSFW toggling, and artist attribution on every image. Basic browsing needs no authentication; an X-Api-Key or JWT unlocks per-user favorites, albums, and reports.
| MyAnimeList | Waifu.im | |
|---|---|---|
| Authentication | OAuth | None |
| Pricing | free | free |
| Formats | JSON | JSON |
| CORS | no | yes |
| HTTPS | Yes | Yes |
Waifu.im needs no API key, while MyAnimeList requires OAuth — pick Waifu.im to start without signup.