HanimeAPI
An Unofficial wrapper of Hanime.tv API using FastAPI
Install / Use
/learn @MrAbhi2k3/HanimeAPIREADME
Hanime API - Unofficial Hanime.tv RESTful API
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.
🌟 Features
- 📺 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
🚀 Quick Start
Prerequisites
- Python 3.8+
- Pip package manager
Installation
git clone https://github.com/yourusername/hanime-api.git
cd hanime-api
pip install -r requirements.txt
uvicorn main:app --reload
