| title: MEIH Movies API | |
| emoji: 🎬 | |
| colorFrom: red | |
| colorTo: gray | |
| sdk: docker | |
| app_file: main.py | |
| pinned: false | |
| license: mit | |
| # MEIH Movies API - Hugging Face Edition | |
| High-performance movie streaming API optimized for Hugging Face Spaces. | |
| ## Features | |
| - Fast content scraping with curl-cffi | |
| - Intelligent caching system | |
| - Rate limiting for stability | |
| - Proxy rotation support | |
| ## API Endpoints | |
| - `GET /latest` - Latest movies and series | |
| - `GET /category/{cat_id}` - Browse by category | |
| - `GET /search?q={query}` - Search content | |
| - `GET /details/{id}` - Get streaming links | |
| - `GET /health` - Health check | |
| ## Usage | |
| Visit the API at: `https://YOUR-SPACE-NAME.hf.space/` | |