Global Routes
Get popular anime
Get Popular anime.
GET
/popular
Query Parameters
Name
Type
Description
type
integer
Type 1 (default): Weekly most viewed. Type 2: Most viewed of all time
[
{
"animeTitle": "One Piece",
"mal_id": "21",
"animeImg": "https://cachecow.eu/i/73059c39fee46b7c378a3aa0bdd9b6a2.jpg",
"views": "2,468,790",
"score": 8.65
},
{...},
{...}
]
Get anime by genre
Get Anime by specified genre
GET
/genre/:genre
Path Parameters
Name
Type
Description
genre*
String
Genre. Automatically sorts results by popularity
[
{
"animeTitle": "Demon Slayer: Kimetsu no Yaiba Entertainment District Arc",
"animeId": "kimetsu-no-yaiba-yuukaku-hen",
"animeImg": "https://cachecow.eu/i/79cccf7f5390f397ace739a0aec23b04.jpg",
"animeSeason": "Winter 2022 Anime ",
"score": 8.86
},
{...}
]
Last updated