FreeAPI.watch

Jikan (MyAnimeList)

Unofficial but well-maintained REST wrapper over MyAnimeList, serving anime and manga metadata, rankings, and seasonal charts without the OAuth dance MAL's own API requires.

Status
🟢 Online · 390 ms
30-day uptime
100%
Free tier
No key, 3 requests/second and 60/minute, no credit card
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare Jikan (MyAnimeList) with…

Official docs ↗

Frequently Asked Questions

Does Jikan (MyAnimeList) require an API key?

No, Jikan (MyAnimeList) is freely accessible without registration or an API key.

What is Jikan (MyAnimeList)'s free tier?

No key, 3 requests/second and 60/minute, no credit card

Is Jikan (MyAnimeList) currently online?

We check Jikan (MyAnimeList) every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use Jikan (MyAnimeList)

Jikan is the practical way to read MyAnimeList data without registering a MAL client. It exposes anime and manga entries, scores and rankings, seasonal charts, characters, staff, and recommendations over plain REST with no key and no signup, and the v4 API is well documented and pleasant to work with. Use it for anime trackers, seasonal-chart widgets, recommendation toys, and Discord bots — places where MAL's community scoring is the actual product value and nobody depends on it being correct to the minute. Understand what you are integrating with before you commit: Jikan is an unofficial scraper and cache layer over MyAnimeList, not a partnership, not an official API, and not something MAL has any obligation to keep working. The maintainers have kept it alive for years and deserve credit for that, but the architecture puts a hard ceiling on how much weight you should put on it.

Common pitfalls

Quick start (bash)

curl -s 'https://api.jikan.moe/v4/seasons/now?limit=5' | jq '.data[] | {title, score, episodes}'
# hard limits: 3 req/s and 60 req/min - sleep between calls in any loop
curl -s 'https://api.jikan.moe/v4/anime/1/full' | jq '.data.title, .data.score'

Embed this badge

Add a live status badge to your README, docs, or website.

Jikan (MyAnimeList) status badge

Markdown

[![Jikan (MyAnimeList) Status](https://api.freeapi.watch/badge/jikan.svg)](https://freeapi.watch/jikan)

HTML

<a href="https://freeapi.watch/jikan"><img src="https://api.freeapi.watch/badge/jikan.svg" alt="Jikan (MyAnimeList) Status"/></a>