walterwhite-69/Moviebox-API ? reverse-engineered prompt
Reverse engineered prompt
Build me a FastAPI backend for MovieBox.ph that can act like a clean movie and TV data API.
I want endpoints for the home page, banners, trending items, movies, TV series, animation, rankings, search, search suggestions, and a detail page for each title. The detail response should include useful metadata like ratings, release date, posters, genres, dub and sub info, plus any available stream links. If possible, also add a way to discover direct MP4 and HLS stream URLs from a detail page.
It should be fast and async, use live scraping from the site, and handle the site being a bit tricky to access. Please make it feel production ready, with clear JSON responses and a simple way to run it locally. If you need to check current library docs online while building it, go ahead.