Get Manga Detail
Endpoint: /api/manga/:id
The /api/manga/:id
endpoint provides detailed information about a specific manga. Use the manga ID obtained from the Manga List endpoint to access manga details.
Example
Response
Get Chapter Details
Endpoint: /api/manga/:id/:ch
The /api/manga/:id/:ch
endpoint provides details about a specific chapter of a manga. Use the manga ID and chapter ID obtained from the Manga Details endpoint to access chapter details.
Example
Response
Notes
- The
:id
parameter in the endpoint represents the unique identifier for a specific manga, and:ch
represents the unique identifier for a specific chapter. - Use the manga ID and chapter ID obtained from the Manga List and Manga Details endpoints to access specific manga and chapter information.
- The response provides detailed information about the manga, including its status, genres, view count, and a list of chapters.
- Chapter details include the chapter title, list of chapter IDs, and links to individual chapter images.
Feel free to explore and integrate these endpoints into your applications to enhance the manga reading experience for your users.