DavidRojoM / yasse-api

A free RESTful API to search series (manga, anime, webtoons and novels) from a lot of websites at once.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YASSE API


A free RESTful API to search series (manga, anime, webtoons and novels) from a lot of websites at once.


Table of Contents


How to use the API

WIP

Routes Output
/anime Anime
/manga Manga
/webtoon Webtoon
/novel Novel

Query Options:

  • title: series title to search
  • OrderByLatestChapter: order by latest chapter
  • [TODO] orderBy: order by one of the following: TITLE, LATEST_CHAPTER, SOURCE

Example output:

[
    ...,
    {
        title: ".hack//intermezzo"
        href:"https://9anime.vc/watch/hackintermezzo-5449"
        img: "https://img.bunnycdnn.ru/_r/300x400/100/20/06/20068dbb6c6a731c9fb34185…"
        latestChapter: "1"
        source: "9animes"
    },
    ...
]

Demo

WIP


Want to contribute with YASSE?

Read this and follow our Code of Conduct.


About

A free RESTful API to search series (manga, anime, webtoons and novels) from a lot of websites at once.

License:MIT License


Languages

Language:TypeScript 97.6%Language:JavaScript 2.4%