A blazing-fast 🔥 REST API for accessing Hanime.tv content, built with FastAPI. This unofficial API provides programmatic access to hentai videos, metadata, and streaming links.
- 📺 Video Search - Find content by keywords
- 🆕 Recent Uploads - Get newly added videos
- 📈 Trending Content - Popular videos by time period
- 🔍 Detailed Metadata - Tags, descriptions, view counts
▶️ Streaming Links - Direct video playback URLs- 📱 Responsive Design - Works on all devices
- ⚡ Fast Performance - Built with asynchronous Python
- Python 3.8+
- Pip package manager
git clone https://github.com/yourusername/hanime-api.git
cd hanime-api
pip install -r requirements.txt
uvicorn main:app --reload