emnextech

Version 1.2.0

Powered by Cloudflare Workers
11
Endpoints
46
Genres
6
Types
v1
API Version

API Endpoints

GET /api/v1/search/{query}

Search manga by title. Returns matching manga with cover images.

GET /api/v1/info/{id}

Get manga details including chapters, genres, and description.

GET /api/v1/read/{chapterId}

Get chapter page images for reading.

GET /api/v1/recent

Get recently updated manga chapters.

GET /api/v1/new

Get newly added manga titles.

GET /api/v1/random

Get a random manga recommendation.

GET /api/v1/genres

List all available genres, types, and statuses.

GET /api/v1/advanced-search

Advanced search with genre, type, and status filters.

GET /api/v1/home

Get home page data: featured chapters, trending manga, and API info.

GET /api/v1/image?url={imageUrl}

Image proxy with caching. Fast image loading with 24h cache headers.

200 /api/v1/...