A manga api written with Go using MongoDB ❤️
This project uses a web scrapping tool to get all manga data.
API PATH = https://mangahoot.onrender.com
Server | Host | Language |
---|---|---|
1 | https://www.mangainn.net | 🇺🇲 |
Returns one single result which matches with the name
/[server]/manga/detail/[manga name]
example: https://mangahoot.onrender.com/1/manga/detail/berserk
Returns all pages related to manga name on specified chapter
/[server]/manga/pages/[manga name]/[chapter]
example: https://mangahoot.onrender.com/1/manga/pages/akame-ga-kill/30
Returns many results which matches with the name
/[server]/manga/search/[manga name]