Shineii86/AniKotoAPI — reverse-engineered prompt
Reverse engineered prompt
Build me a simple anime REST API that pulls live data from anikototv.to and returns clean JSON. I want it to work without a database or login, and be easy to deploy on Vercel. It should cover the main things people would expect, search with suggestions, anime details, filtering by genre, type, status, rating, season, year and sort order, A to Z browsing, trending and top lists, random anime, episode lists, watch page data, streaming server info, stream links, previous and next episode details, and countdown or schedule data when available.
Please make it reliable and fast, with smart caching, request timeouts, mirror fallback if one source fails, clear error messages, and CORS so any frontend can use it. I also want a simple landing page or docs page that explains the endpoints and shows example responses, plus an env example and easy deploy setup. Add the usual disclaimer that it does not host any files and only links to third party sources. Look up current docs online if you need to.
Want more depth? Deep Reverse