Comix API

Lightning-fast Edge API proxy for Comix.to

⚠️ Disclaimer & Permissions

This is an unofficial API proxy designed for educational and personal use. We are not affiliated with Comix.to. If you intend to use their data, images, or sources in a public facing project, please ensure you feel you have the necessary permissions from them. Do not abuse their servers.

How to know if it's working?

You can verify everything is working perfectly by clicking the live example links below. They will open directly in your browser and return the JSON data scraped by your new API!

GET/api/manga/home

Fetches the "Most Recent Popular" and "Latest Updates" from the homepage. Supports `?sfw=true` parameter.

→ Test /api/manga/home

GET/api/manga/search

Searches the database. Because we proxy the internal API, all their source filters (genres, types, status) work automatically! Just pass them as query parameters. Supports `?sfw=true` parameter.

→ Test Basic Search (?q=solo)→ Test Advanced Filters (Manhwa + Releasing)

GET/api/manga/:id

Gets complete metadata for a specific comic, including synopsis, status, and authors.

→ Test Comic Details

GET/api/manga/read

Gets the original CDN image URLs for reading a specific chapter.

→ Test Chapter Images