ryanwtf7/hianime-api — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a REST API for anime data that works like an unofficial personal use wrapper around hianime.to. I want it to return clean JSON for things like the home page, trending anime, top airing, popular shows, favorites, completed shows, recently added or updated titles, upcoming anime, genres, producers, movies, TV series, OVAs, ONAs, specials, schedules, search results, suggestions, anime details, characters, episodes, and streaming links.

Use TypeScript and Bun, and make it easy to run locally on port 3030. Please include clear routes under an API version path, consistent success and error responses, and simple examples in the README so I can test with fetch. Add support for deployment with Docker and Vercel.

Please scrape the public site carefully, map the results into simple objects, and keep the project organized so I can add or fix endpoints later. Also include a short disclaimer that this is unofficial, for personal use, and does not host any content.

Want more depth? Deep Reverse