B1PL0B/MyDramaList-Unofficial-API — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me an unofficial MyDramaList API that I can run locally and deploy on Vercel. I want it to scrape public MyDramaList pages and return clean JSON for the main things people would look up, like search results, full drama details, cast, reviews, recommendations, episode lists, single episode details with description and image, all episodes with richer info, person pages, seasonal shows, public user lists, and a user’s public drama list.

Please make the responses consistent and easy to use, with proper error messages for missing or private pages and a simple health check route. It should be polite about scraping, with small delays and sensible batching so it is less likely to get blocked. A basic homepage plus built in API docs would be great so I can test everything quickly.

Keep it serverless friendly since I want to host it on Vercel, and be mindful that fetching all episode details can be slower or time out on free limits. If you need to, check current docs online.

Want more depth? Deep Reverse