ghoshRitesh12 / aniwatch-api

Node.js API for obtaining anime information from hianime.to (formerly aniwatch.to)

Home Page:https://api-aniwatch.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Characters and promotional material data

PranavPurwar opened this issue · comments

It would be really nice if we could somehow also extract Characters & Voice Actors and Promotional Videos data from the API.

Additional context
Currently, on using the /info:id endpoint, this data is not included, while its present on the actual site.

@PranavPurwar, I'll add these changes in a future release

@PranavPurwar the characters data is a lot, to be put in one request; that data is paginated and would take a lot of time to retrieve all of those characters and for the promotional videos, it could be done easily.

@PranavPurwar #44 v1.33.0
Promotional material, characters and voice actors have been added to the /info endpoint.