REST API - v1.0.0

MangaVault
API Docs

Unified API for Manganato, Atsumaru, and Comix.

Unauthenticated Fast Responses JSON Output Multi Source

Source: Manganato (manganato.gg)

GET
/nato/home
Returns popular and latest manga from Manganato.

Example Request

http://127.0.0.1:8000/nato/home
GET
/nato/manga/{slug}/details
Get metadata and full chapter list for a manga.

Example Request

http://127.0.0.1:8000/nato/manga/bitch-im-a-young-lady-with-hax/details
GET
/nato/manga/{manga_slug}/{chapter_slug}/images
Get panel images for a specific chapter.

Example Request

http://127.0.0.1:8000/nato/manga/bitch-im-a-young-lady-with-hax/chapter-313/images

Source: Atsumaru (atsu.moe)

GET
/atsu/home
Returns trending and latest manga from Atsumaru.

Example Request

http://127.0.0.1:8000/atsu/home
GET
/atsu/search
Search manga by keyword.

Example Request

GET
/atsu/manga/{id}/details
Get manga details and full chapter list.

Example Request

http://127.0.0.1:8000/atsu/manga/v8Kbg/details
GET
/atsu/manga/{manga_id}/chapter/{chapter_id}/images
Get panel images for a chapter.

Example Request

http://127.0.0.1:8000/atsu/manga/v8Kbg/chapter/SRw28/images

Source: Comix.to

GET
/comix/home
Returns trending, popular, and recently added manga.

Example Request

http://127.0.0.1:8000/comix/home
GET
/comix/search
Advanced search with keywords and filters.

Example Request

GET
/comix/manga/{slug}/details
Get metadata for a specific manga.

Example Request

http://127.0.0.1:8000/comix/manga/q9w8x/details
GET
/comix/manga/{hash_id}/chapters
Get full chapter list with pagination.

Example Request

http://127.0.0.1:8000/comix/manga/q9w8x/chapters
GET
/comix/manga/{hash_id}/{chapter_id}/{num}/images
Get panel images for a chapter.

Example Request

http://127.0.0.1:8000/comix/manga/q9w8x/7217264/0/images