ifqygazhar / mangap-api

Manga scraper from komikcast.lol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Komikcast api

Documentation

BASE URL = localhost:8080

Recommended Comic

/recommended

example : http://localhost:8080/recommended

Popular Comic

/popular

example : http://localhost:8080/popular

Detail Comic

/detail/[endpoint]

example : http://localhost:8080/detail/solo-leveling

Search Comic

/search?keyword=[keyword]

example : http://localhost:8080/search?keyword=solo

Read Comic

/read/[endpoint]

example : http://localhost:8080/read/solo-leveling-chapter-33-bahasa-indonesia/

Genre

/genre

example : http://localhost:8080/genre

Genre Comic

/genre/[endpoint]

example : http://localhost:8080/genre/action?page=1

About

Manga scraper from komikcast.lol


Languages

Language:Go 80.3%Language:HTML 19.7%