jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API

Github星跟蹤圖

Jikan

Jikan - Unofficial MyAnimeList.net PHP API

build build stable Average time to resolve an issue Percentage of issues still open stable Discord Server

Jikan is a PHP API for MyAnimeList.net. It scrapes the website to satisfy the need for an API - which MyAnimeList lacks.

The raison d'être of Jikan is to assist developers easily get the data they need for their apps and projects without having to depend on the lackluster official API, unstable APIs, or sidetracking their projects to develop parsers.

The word Jikan literally translates to Time in Japanese (時間). And that's what this API saves you of. ;)

Notice: Jikan does not support authenticated requests. You can not update your lists.

Getting Started

  1. composer require jikan-me/jikan
  2. Documentation

:exclamation: Version ~1.0 is no longer maintained, it's required you use ^2.0.

Dependencies

:exclamation: PHP 7.4 is not fully tested yet.

Jikan REST API

A REST API service is available as well

Wrappers

Add your wrapper here

Features

  • Anime
    • Main Information
    • Characters & Staff
    • Episodes
    • Episode Details
    • News
    • Videos/PV/Episodes
    • Pictures
    • Stats
    • Forum Topics
    • More Info
    • Recommendations
    • Reviews
    • Recent List Updates By Users
  • Manga
    • Main Information
    • Characters
    • News
    • Stats
    • Pictures
    • Forum Topics
    • More Info
    • Recommendations
    • Reviews
    • Recent List Updates By Users
  • Character
    • Main Information
    • Pictures
  • People
    • Main Information
    • Pictures
  • Search
    • Anime
    • Manga
    • Character
    • Person
    • Pagination Support
    • Advanced Search
      • Filters
      • Order By
      • Sorting (Ascending/Descending)
  • Seasonal Anime (Season + Year)
  • Season List/Archive
  • Anime Scheduling (for current season)
  • Top
    • Anime
    • Manga
    • Characters
    • People
    • Sub Types & Pagination Support
  • Genre
    • Anime Listing (All Anime by Genre)
    • Anime Genre Listing (All Genres + metadata)
    • Manga Listing (All Anime by Genre)
    • Manga Genre Listing (All Genres + metadata)
  • Producer
    • Anime Listing (All Anime by a Producer)
    • Producers Listing (All Producers + metadata)
    • Manga Listing (All Manga by a Producer)
    • Magazines Listing (All Magazines + metadata)
  • User
    • Profile
    • Friends
      • Pagination support
    • History
      • All
      • Anime
      • Manga
    • Anime & Manga Lists
      • Pagination Support
  • Club
    • Main Information
    • User List

View RoadMap

Running Tests

PHPUnit

php vendor/bin/phpunit

GrumPHP

PHPCS, PHPLint & PHPUnit

php vendor/bin/grumphp run


Sugoi Backers

Thank you to all our sugoi backers! ? [Become a sugoi backer]

Backers

Thank you to all our backers! ? [Become a backer]

Sponsors

Thank you to all our sponsors! [Become a sponsor]


Release Changelog

2.16.0 - Jan 27, 20

  • Added Top Reviews(Anime, Manga & Best Voted (includes both)) parsing #251

/**
 * Type Constants
 * Anime: \Jikan\Helper\Constants::TOP_REVIEW_ANIME
 * Manga: \Jikan\Helper\Constants::TOP_REVIEW_MANGA
 * Best Voted (Anime + Manga): \Jikan\Helper\Constants::TOP_REVIEW_BEST_VOTED 
 */
$type = \Jikan\Helper\Constants::TOP_REVIEW_ANIME;
$page = 1;

$topReviews = $jikan->getTopReviews(
    new \Jikan\Request\Top\TopReviewsRequest($type, $page)
);

Read More

DISCLAIMER

  • Jikan is not affiliated with MyAnimeList.net
  • You are responsible for the usage of this API. Please be respectful towards MyAnimeList's Terms Of Service

主要指標

概覽
名稱與所有者jikan-me/jikan
主編程語言PHP
編程語言PHP (語言數: 1)
平台
許可證MIT License
所有者活动
創建於2017-01-11 18:33:31
推送於2025-04-10 01:02:33
最后一次提交2025-01-06 22:29:24
發布數148
最新版本名稱v5.0.0-alpha (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數0.9k
關注者數24
派生數99
提交數1.6k
已啟用問題?
問題數425
打開的問題數13
拉請求數111
打開的拉請求數0
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?