Git Product home page Git Product logo

anipie's Introduction

Welcome to Anipie

This is an REST-API made using Anilist graphql API

Endpoints

A list of Endpoints provided:

Base url:

http://anipie.glitch.me

User

Endpoint : /user/<username>

Output:

    - id :Int
    - uname :String
    - image :Link
    - animeWatched :Int
    - minutesWatched :Int
    - animeMeanScore :Float
    - episodesWatched :Int
    - mangaRead :Int
    - volumesRead :Int
    - chaptersRead :Int
    - mangaMeanScore :Float
    - favAnime :[{id :Int, name :String}]
    - favManga :[{id :Int, name :String}]
    - favcharacter :[{id :Int, name :String}]

Note:

    username :user name of the anilist account

watchlist

Endpoint : /<username>/<type>/<status>/<page>

Output:

    - currentPage :Int
    - hasNext :Bool
    - type :String
    - list :[{episodes: String, id: Int, name: String, progress: Int, score :Int}]

Note:

    username: user name of the anilist account
    type: "anime" or "manga"
    status: "current" or "paused" or "dropped" or "planning" or "completed"
    page: int

Anime

Endpoint: /anime/<id>

Output:

    - id :Int
    - name :String
    - image :link
    - descrption :String
    - format :String //takes only ["TV","TV_SHORT","MOVIE","SPECIAL","OVA","ONA","MUSIC","MANGA","NOVEL","ONE_SHOT"]
    - genres :[String]
    - tags :[String]
    - score :Int
    - status :String //takes only ["FINISHED","RELEASING","NOT_YET_RELEASED","CANCELLED","HIATUS"]
    - episodes :Int
    - duration :Int
    - season :String //takes only ["WINTER","SPRING","SUMMER","FALL"]
    - year :int
    - characters :[{id :Int, image :Link, name :String}]

Note:

    id: id of the anime assigned by anilist

Manga

Endpoint: /manga/<id>

Output:

    - id :Int
    - name :String
    - image :link
    - descrption :String
    - format :String //takes only ["TV","TV_SHORT","MOVIE","SPECIAL","OVA","ONA","MUSIC","MANGA","NOVEL","ONE_SHOT"]
    - genres :[String]
    - tags :[String]
    - score :Int
    - status :String //takes only ["FINISHED","RELEASING","NOT_YET_RELEASED","CANCELLED","HIATUS"]
    - volumes :Int
    - chapters :Int
    - country :String //takes only ["South korea","China","Japan","Taiwan"]
    - characters :[{id :Int, image :Link, name :String}]

Note:

    id: id of the manga assigned by anilist

Character

Endpoint: /character/<id>

Output:

    - id :Int
    - name :String
    - age :String
    - descrption :String
    - gender :String
    - image :Link
    - Media :[{id :Int, name :String, image :Link}]

Note:

    id: id of the character assigned by anilist

Search

Endpoint: /search/<query>/<page>

Output:

    - currentPage :Int
    - hasNext :Int
    - lastPage :Bool
    - results :[{id :Int, name :String, type :String}]

Note:

    query: search keyword
    page: result page number

Link to this repo

anipie's People

Contributors

asifshaik02 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.