Manga API Documentation

Search Manga

Endpoint: /search

Method: GET

Description: Returns a list of manga based on the provided search query. Includes details such as manga ID, image, title, author, update, and view count. Supports pagination.

Parameters:

Get Chapter Information

Endpoint: /chapter-info

Method: GET

Description: Retrieves detailed information about a specific manga chapter. Includes metadata about the manga, such as title, alternative titles, authors, status, genres, ratings, summary, and chapter details.

Parameters:

Fetch Chapter Images

Endpoint: /fetch-chapter/:id/:chapterID

Method: GET

Description: Fetches images and details for a specific manga chapter based on the chapter ID.

Parameters:

Get Latest Manga Releases

Endpoint: /latest-release

Method: GET

Description: Returns the latest manga releases with details such as manga ID, thumbnail, title, and chapters.

Get Latest Manga

Endpoint: /latest-manga

Method: GET

Description: Returns a list of the latest manga with details including manga ID, image, title, latest chapter, and more. Supports pagination.

Parameters:

Notes

This is a simple API for retrieving manga-related information. Make sure to provide the correct parameters when making requests to the respective endpoints.

GitHub Facebook Gmail