akomi-dev / Unoffical-Anilist-Parser-API

This unofficial Anilist parser takes an anime name and puts it through anilistgraphql. This gets the id that is required to create a link. This link is then requested and parsed to get the data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unofficial-Anilist-API

This is a rest API that accesses https://graphql.anilist.co and gets the anime/manga ID. It then parses the data from the anilist site and returns a JSON response.

If there is any issues please post them on the issues in my repository. https://github.com/Akuma-sama/Unoffical-Anilist-Parser-API/issues

https://unofficial-anilist-parser.herokuapp.com/:type/:name

Required:
:type = anime or manga

:name = series name

e.g.
https://unofficial-anilist-parser.herokuapp.com/anime/Black Clover
https://unofficial-anilist-parser.herokuapp.com/manga/BlackClover
https://unofficial-anilist-parser.herokuapp.com/anime/Black%20Clover

About

This unofficial Anilist parser takes an anime name and puts it through anilistgraphql. This gets the id that is required to create a link. This link is then requested and parsed to get the data.

License:GNU General Public License v3.0


Languages

Language:JavaScript 66.9%Language:HTML 19.2%Language:Python 7.6%Language:CSS 6.3%