Welcome to the manhwaclan API! This API provides comprehensive access to information about Manga, Manhwa, and Manhua. Data is meticulously scraped from manhwaclan, with the capability to gather data from multiple manga websites utilizing the madara themes in Wordpress.
- Manga Data: Access detailed information about manga, including chapter lists, release dates, and more.
- Search Functionality: Search for specific manga titles and retrieve detailed information.
- Genre Details: Explore manga genres and retrieve relevant details.
- Chapter Data: Obtain images and related data for specific chapters.
- Support: Visit our Telegram Support Channel for assistance and questions.
/mangaor/manga?pages={page_number}: Retrieve the home page of the manhwaclan./search/{query}or/search/{query}?page={page_number}: Search for manga titles and receive detailed information./manga/{id}: Access information about a specific manga, including chapter lists, release dates, etc./manga/{id}/{chapter_id}: Retrieve images and related data for a specific chapter./genre/{id}or/genre/{id}?page={page_number}: Explore manga genres and retrieve relevant details.
GET /search/one pieceGET /manga/imprisoned-one-million-years-my-disciples-are-all-over-the-worldGET /manga/one-day-i-found-a-husband/chapter-1- Clone the repository:
git clone https://github.com/ToonTamilIndia/manhwaclan-api.git - Install dependencies:
pip install -r requirements.txt - Run the application:
python main.py
- Install Vercel CLI:
npm install -g vercel - Navigate to the project directory:
cd <project_directory> - Deploy to Vercel:
vercel --prod
Visit the deployed example at manhwaclan.vercel.app.
For any further assistance, inquiries, don't hesitate to reach out to us through our Telegram Support Channel.
This project is built with Flask for the backend and Beautiful Soup for web scraping.