Jikan

API

Unofficial MyAnimeList API for anime/manga data

Visit Website

Overview

Jikan is an unofficial RESTful API for MyAnimeList (MAL) that provides access to anime, manga, character, user, review, ranking, and seasonal data. Key endpoints include /anime/{id} (details, episodes, stats), /manga/{id}, /character/{id}, and /user/{username}. Responses are in JSON format, with support for filtering (genre, status) and pagination. Ideal for building anime tracking apps, fan websites, or personal projects needing MAL data without official API authentication.

Example Integration (JavaScript)

script.js JS

fetch('https://jikan.moe')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON response format
  • No API key required
  • Comprehensive endpoints (anime, manga, characters, users)
  • CORS enabled
  • Pagination support

Frequently Asked Questions

? Is Jikan free to use?

Yes, Jikan is completely free for non-commercial use with rate limits applied to ensure fair access for all developers.

? Does it require an API Key?

No, Jikan does not require any API key or authentication to access its endpoints.

? What is the response format?

All responses from Jikan are in JSON format, which is widely compatible with most programming languages and frameworks.

Top Alternatives

AniList API Search Google
Kitsu API Search Google
MyAnimeList Official API Search Google

People Also Ask about Jikan

Jikan vs AniList APIJikan vs Kitsu APIJikan vs MyAnimeList Official API Jikan 2025 review

Tool Info

Pricing Free
Category Anime
Platform Public API

Pros

  • No authentication needed
  • Wide range of MAL data
  • Easy to integrate
  • CORS-friendly for web apps
  • Free for non-commercial use

Cons

  • Unofficial (subject to MAL policy changes)
  • Rate-limited
  • No official SLA or support
  • Occasional downtime during updates

More Anime Tools