/jikan

Unofficial MyAnimelist Scraper-Type PHP API which provides functions other than the official API

Primary LanguagePHPMIT LicenseMIT

Jikan - The Unofficial MyAnimelist PHP API

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

The REST API & Documentation is available at https://jikan.me

Jikan is an OOP based class written in PHP that scrapes and parses data out of MyAnimeList. It provides you an easy syntax that can fetch Anime, Manga, People, Character details and even user lists. It returns the data in an array and has a built-in method that converts it to JSON.

The raison d'être for Jikan is to provide an easy API for being able to get stuff that the official API of MyAnimeList lacks.

Jikan even has it's own REST API that responds in JSON - Get Started

Features

  • Anime Parsing
    • Characters & Staff
    • Episodes
    • News
    • Videos/PV/Episodes
  • Manga Parsing
    • Characters
    • News
  • Character Parsing
    • Pictures
  • People Parsing
    • Pictures
  • Search (Anime/Manga/Character/Person)
    • Pagination Support
    • No.# of pages
  • Modular scraping method for developers to extend the API
  • JSON format! ლ( ͡⎚ ͜ʖ ͡⎚ ლ)

Planned Features

  • Anime & Manga
    • User Reviews
    • Recommendations
  • Top
    • Anime
    • Manga
  • Most Favorited
    • Characters
    • People
  • User Profile
  • Command Line Usage
  • PThreads (Multi-threaded) Support (CLI ONLY!)

Wrappers

Changelog

Read more about the changelog here

Examples

Check the examples directory