MyAnimeList

Category Anime
Authentication OAuth
HTTPS Yes
CORS unknown
Difficulty advanced
Official URL https://myanimelist.net/clubs.php?cid=13727
Added Date 2026-04-01
Last Verified 2026-04-01

About this API

MyAnimeList is a anime API described as: Anime and Manga Database and Community. It is useful when you need programmatic access to anime and manga database and community from applications, dashboards, or internal tools. The published entry point or documentation is hosted at myanimelist.net, which makes it a practical starting point for evaluating available endpoints and response formats. The listing indicates an OAuth-style or otherwise more involved authentication flow, so it is better suited to production integrations that can manage tokens securely.

Use Cases

  • Add anime and manga database and community to a anime discovery or reference application.
  • Build an internal script or scheduled job that pulls data from MyAnimeList for reporting or content updates.
  • Prototype a small web or mobile experience that surfaces anime and manga database and community to end users.

Code Examples

const url = "https://myanimelist.net/";
// Replace headers or query params with the values required by this API.
const response = await fetch(url, {
  headers: {
  "Authorization": "Bearer YOUR_API_KEY"
  }
});
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data);

Similar APIs

AniAPI

Anime discovery, streaming & syncing with trackers

OAuth HTTPS CORS: yes

AniList

Anime discovery & tracking

OAuth HTTPS CORS: unknown

Kitsu

Anime discovery platform

OAuth HTTPS CORS: yes

Shikimori

Anime discovery, tracking, forum, rates

OAuth HTTPS CORS: unknown

AniDB

Anime Database

apiKey HTTP CORS: unknown

Other APIs in Anime

AniAPI

Anime discovery, streaming & syncing with trackers

OAuth HTTPS CORS: yes

AniDB

Anime Database

apiKey HTTP CORS: unknown

AniList

Anime discovery & tracking

OAuth HTTPS CORS: unknown

AnimeChan

Anime quotes (over 10k+)

No Auth HTTPS CORS: no

AnimeFacts

Anime Facts (over 100+)

No Auth HTTPS CORS: yes

Catboy

Neko images, funny GIFs & more

No Auth HTTPS CORS: yes

Danbooru Anime

Thousands of anime artist database to find good anime art

apiKey HTTPS CORS: yes

Jikan

Unofficial MyAnimeList API

No Auth HTTPS CORS: yes

Kitsu

Anime discovery platform

OAuth HTTPS CORS: yes