Cosmicoppai / LiSA

LiSA (Native App to stream/read and download Anime & Manga ❤️ )
https://lisa-docs.vercel.app
MIT License
93 stars 14 forks source link

Integrate Top mangas in explore screen #38

Closed Cosmicoppai closed 9 months ago

Cosmicoppai commented 10 months ago

Top Manga Categories

"manga",
"oneshots",
"doujin",
"light_novels",
"novels",
"manhwa",
"manhua",
"by_popularity",
"favourite"

API

GET http://localhost:6969/top?type=manga&c={category}
Accept: application/json

Response

{
  "data": [
    {
      "rank": "1",
      "img_url": "https://cdn.myanimelist.net/images/manga/3/248674.webp?s=88381e27be5f8cc4162787ec7d08055c",
      "title": "Mikkakan no Koufuku",
      "type": "Novel",
      "volumes": "1",
      "manga_detail": "http://localhost:6969/search?type=manga&query=Mikkakan no Koufuku&total_res=1"
    }
]
}