We rely on you! Support us on Patreon

Jikan API

Jikan (時間) is an unofficial & open-source API for the “most active online anime + manga community and database” — MyAnimeList.

Sugoi Supporters

Abdelhafid AchtaouJared AllardJason Weatherly

Supporters

Aaron TreinishBobby WilliamsCesar Irad MendozaCrafterSamaJT OlmsteadTeraNova

Jikan's development is powered by

Jetbrain's open source license Jetbrain's open source license

Sugoi Supporters

Abdelhafid AchtaouJared AllardJason Weatherly

Supporters

Aaron TreinishBobby WilliamsCesar Irad MendozaCrafterSamaJT OlmsteadTeraNova

Jikan's development is powered by

Jetbrain's open source license Jetbrain's open source license

Sugoi Supporters

Abdelhafid AchtaouJared AllardJason Weatherly

Supporters

Aaron TreinishBobby WilliamsCesar Irad MendozaCrafterSamaJT OlmsteadTeraNova

Jikan's development is powered by

Jetbrain's open source license Jetbrain's open source license

Free & Open Source

— all under MIT Licensing

Focus on building while we keep the requests rolling. With nearly limitless quota on requests, you have the freedom to create without the need of writing/updating your own parsers or depending on limited API support. Want to launch your own private Jikan API? Go ahead.

Visit GitHub organization

⚡ Powered by Jikan

Jikan was launched in late 2017 and has grown rapidly since. It is now handling over 25+ million requests weekly, free of cost.

A public showcase is available where you can view apps and projects using Jikan and even add your own there!

Features

Jikan has a significant coverage over public MyAnimeList pages with more upcoming features on the roadmap.

View Roadmap

How does this work?

Jikan scrapes public MyAnimeList pages.
The service consists of two core parts.

Jikan REST API
v4.2.3

— via Lumen/Laravel

The REST API is responsible for using the Jikan PHP API to parse MAL It deals with handling the requests and maintaining a queryable database. Anyone can host their own instance of it.

GET
/anime/1535
return $jikan-> getAnime (
new AnimeRequest ( 1535 )
);
Jikan PHP API
v4.0.11

— Parser API

The PHP API is the parser itself. It’s responsible for scraping data available on public MyAnimeList.net pages.

It returns the parsed data as per the request’s respective model.

You can help us by contributing and reporting issues - so we can keep this API running bug-free.