codex0555/Aniwatch-Api — reverse-engineered prompt
Reverse engineered prompt
Build me a simple anime API that pulls data from Aniwatch, also known as Zoro, and returns clean json. I want it to cover the main things a fan would look up, the home page feed, search by anime title with page numbers, browse by genre with page numbers, a release schedule for a given date, and a show details route that gives full info plus related anime for a show id.
Please keep the responses close to the examples in the project README, with fields like title, Japanese title, images, format, duration, release info, rankings, ids, descriptions, and sub or dub episode counts when available. It should be easy to run locally and expose clear API routes that work right away.
Use Express for the backend since that is the goal of this project. Add sensible error handling and make it resilient if the source site is slow or a page is missing. If anything is unclear, look up the current site behavior online and match it as closely as possible.
Want more depth? Deep Reverse