api routes
by statuscode.403
- /api/trending: get trending hanimes
- /api/search: search for hanimes
- query: the search term (required)
- page: page number (optional, defaults to 0)
- /api/latest: get the latest hanimes
- page: page number (optional, defaults to 0)
- /api/details: get hanime details
- title: hanime title (required)
- /api/tags: get tags
- /api/tag: search for hanimes by tag
- tag: the tag (ex glasses, required)
- page: page number (optional, defaults to 0)
- /api/brand: get hanimes by brand
- brand: the brand (ex pink pineapple, required)
- page: page number (optional, defaults to 0)